This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.pod: Add some S<...>
authorKarl Williamson <khw@cpan.org>
Wed, 4 May 2022 20:11:09 +0000 (14:11 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 28 May 2022 03:49:44 +0000 (21:49 -0600)
To avoid line breaking in the middle of a command to type

pod/perl.pod

index f041711..942bbd0 100644 (file)
@@ -315,8 +315,8 @@ available as manpages for use with the F<man> program.
 Some documentation is not available as man pages, so if a
 cross-reference is not found by man, try it with L<perldoc>.  Perldoc can
 also take you directly to documentation for functions (with the B<-f>
-switch). See C<perldoc --help> (or C<perldoc perldoc> or C<man perldoc>)
-for other helpful options L<perldoc> has to offer.
+switch). See S<C<perldoc --help>> (or S<C<perldoc perldoc>> or
+S<C<man perldoc>>) for other helpful options L<perldoc> has to offer.
 
 In general, if something strange has gone wrong with your program and you're
 not sure where you should look for help, try making your code comply with