diff options
author | ru <ru@FreeBSD.org> | 2000-11-17 11:44:16 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-11-17 11:44:16 +0000 |
commit | eb8c554f56d74fc1b61cf818ef6ad426a3464a9b (patch) | |
tree | 498d08af61275dfb567e0f1c83912aee9e3d5217 /usr.bin/getopt | |
parent | dd1ebedcff39ca8f96beb0a0e42f0574f6e266d6 (diff) | |
download | FreeBSD-src-eb8c554f56d74fc1b61cf818ef6ad426a3464a9b.zip FreeBSD-src-eb8c554f56d74fc1b61cf818ef6ad426a3464a9b.tar.gz |
mdoc(7) police: use certified section headers wherever possible.
Diffstat (limited to 'usr.bin/getopt')
-rw-r--r-- | usr.bin/getopt/getopt.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/getopt/getopt.1 b/usr.bin/getopt/getopt.1 index 72ae418..6563216 100644 --- a/usr.bin/getopt/getopt.1 +++ b/usr.bin/getopt/getopt.1 @@ -34,7 +34,7 @@ preceded by a .Ql \- and in its own shell argument; each option argument is also in its own shell argument. -.Sh EXAMPLE +.Sh EXAMPLES The following code fragment shows how one might process the arguments for a command that can take the options .Fl a |