aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/getopt
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>1999-09-05 05:50:38 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>1999-09-05 05:50:38 +0000
commit0fdf8af9d77c8cc8b2564938edf631e97a292292 (patch)
tree09e9b08e31e7120500dcf947c4ce171fe1362a9e /usr.bin/getopt
parenta36800970fb666d2726a33702272988c655ae7c5 (diff)
Notes
Diffstat (limited to 'usr.bin/getopt')
-rw-r--r--usr.bin/getopt/getopt.14
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index 1eb16c19c490a..80e51d7079de5 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.