diff options
author | ru <ru@FreeBSD.org> | 2000-12-29 09:18:45 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-29 09:18:45 +0000 |
commit | 17ba2140980343f6298e96bd96d2e0c16b9dfb46 (patch) | |
tree | fa86ee6469463baf5401eb48b33f4451db7b2f20 /share/man/man7/style.perl.7 | |
parent | 42aaa8ad04e1e8eb1058cea549112273857df290 (diff) | |
download | FreeBSD-src-17ba2140980343f6298e96bd96d2e0c16b9dfb46.zip FreeBSD-src-17ba2140980343f6298e96bd96d2e0c16b9dfb46.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'share/man/man7/style.perl.7')
-rw-r--r-- | share/man/man7/style.perl.7 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man7/style.perl.7 b/share/man/man7/style.perl.7 index 51b71df..5b5ec5b 100644 --- a/share/man/man7/style.perl.7 +++ b/share/man/man7/style.perl.7 @@ -32,7 +32,7 @@ .Nd "FreeBSD Perl source file style guide" .Sh DESCRIPTION This file specifies the preferred style for perl scripts in the -.Tn FreeBSD +.Fx source tree. .Bd -literal -offset 0i # @@ -221,13 +221,12 @@ where appropriate. Use .Fa unless instead of -.Fa if (! ... ) +.Fa if (! ...\& ) where it improves readability. .Pp Where it doesn't conflict with this guide read .Xr perlstyle 1 and adopt Larry Wall's style recommendations. - .Sh SEE ALSO .Xr perlsec 1 , .Xr perlstyle 1 , @@ -236,4 +235,4 @@ and adopt Larry Wall's style recommendations. This man page is largely based on the .Xr style 9 man-page in -.Tn FreeBSD . +.Fx . |