From 9b86974e0c705ea321ddbc9a9d8562c894809e5b Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 17 Aug 2015 15:21:33 -0400 Subject: Fix L<> content in manpages L is sub-optimal If the xref is the same as the title, which is what we do, then you only need L. This fixes all 1457 occurrences in 349 files. Approximately. (And pod used to need both.) Reviewed-by: Richard Levitte --- doc/apps/s_client.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/apps/s_client.pod') diff --git a/doc/apps/s_client.pod b/doc/apps/s_client.pod index e91b9f1334..04982e6414 100644 --- a/doc/apps/s_client.pod +++ b/doc/apps/s_client.pod @@ -132,7 +132,7 @@ The private format to use: DER or PEM. PEM is the default. =item B<-pass arg> the private key password source. For more information about the format of B -see the B section in L. +see the B section in L. =item B<-verify depth> @@ -167,7 +167,7 @@ B<-use_deltas>, B<-verify_depth>, B<-verify_email>, B<-verify_hostname>, B<-verify_ip>, B<-verify_name>, B<-x509_strict> Set various certificate chain validation options. See the -L|verify(1)> manual page for details. +L manual page for details. =item B<-reconnect> @@ -325,7 +325,7 @@ for all available algorithms. =item B<-rand file(s)> a file or files containing random data used to seed the random number -generator, or an EGD socket (see L). +generator, or an EGD socket (see L). Multiple files can be specified separated by a OS-dependent character. The separator is B<;> for MS-Windows, B<,> for OpenVMS, and B<:> for all others. @@ -417,7 +417,7 @@ information whenever a session is renegotiated. =head1 SEE ALSO -L, L, L +L, L, L =head1 HISTORY -- cgit v1.2.3