diff options
author | phantom <phantom@FreeBSD.org> | 1999-09-05 05:50:38 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-09-05 05:50:38 +0000 |
commit | ba06c7bc7ed1d537671930853b334b7f5c6b1325 (patch) | |
tree | 53bf03f56b95a60caea3772b813a7d2b84d97531 /usr.bin/getopt | |
parent | 8fbd2adcbbe54b0bb5f672147d69b2dcd9566ab4 (diff) | |
download | FreeBSD-src-ba06c7bc7ed1d537671930853b334b7f5c6b1325.zip FreeBSD-src-ba06c7bc7ed1d537671930853b334b7f5c6b1325.tar.gz |
mdoc(7) style fixes
PR: docs/13409
Reviewed by: mpp
Diffstat (limited to 'usr.bin/getopt')
-rw-r--r-- | usr.bin/getopt/getopt.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 1eb16c1..80e51d7 100644 --- a/usr.bin/getopt/getopt.1 +++ b/usr.bin/getopt/getopt.1 @@ -93,7 +93,9 @@ prints an error message on the standard error output and exits with status > 0 when it encounters an option letter not included in .Ar optstring . .Sh HISTORY -Written by Henry Spencer, working from a Bell Labs manual page. +Written by +.An Henry Spencer , +working from a Bell Labs manual page. Behavior believed identical to the Bell version. Example changed in .Fx version 3.2 and 4.0. |