summaryrefslogtreecommitdiff
path: root/usr.bin/getopt
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-11-20 19:21:22 +0000
commit8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32 (patch)
tree8a144320be53313e4213c190a32070d087be10c3 /usr.bin/getopt
parent4b66483fd8b6ec9417916966c646abfeac99278c (diff)
downloadsrc-test2-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.tar.gz
src-test2-8fe908ef0cb7aeeb5658acd30b9c9a11b8e33b32.zip
mdoc(7) police: use the new features of the Nm macro.
Notes
Notes: svn path=/head/; revision=68963
Diffstat (limited to 'usr.bin/getopt')
-rw-r--r--usr.bin/getopt/getopt.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1
index 6563216dcb3f..d555b06af050 100644
--- a/usr.bin/getopt/getopt.1
+++ b/usr.bin/getopt/getopt.1
@@ -108,17 +108,17 @@ has.
Arguments containing white space or embedded shell metacharacters
generally will not survive intact; this looks easy to fix but
isn't. People trying to fix
-.Nm getopt
+.Nm
or the example in this manpage should check the history of this file
in
.Fx .
.Pp
The error message for an invalid option is identified as coming
from
-.Nm getopt
+.Nm
rather than from the shell procedure containing the invocation
of
-.Nm getopt ;
+.Nm ;
this again is hard to fix.
.Pp
The precise best way to use the