diff options
author | pluknet <pluknet@FreeBSD.org> | 2014-07-08 12:19:34 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2014-07-08 12:19:34 +0000 |
commit | dac7d6371b05f46633894612de4f6e878c6e297d (patch) | |
tree | 1f9b99e912c3b6ea98c3921c08c05147301dd800 /lib/libc | |
parent | a19a69842c309579c66ef5fa8db053d307ae02df (diff) | |
download | FreeBSD-src-dac7d6371b05f46633894612de4f6e878c6e297d.zip FreeBSD-src-dac7d6371b05f46633894612de4f6e878c6e297d.tar.gz |
[mdoc] Fix previous change.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdlib/getopt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt.3 b/lib/libc/stdlib/getopt.3 index 9ffe567..6e04e17 100644 --- a/lib/libc/stdlib/getopt.3 +++ b/lib/libc/stdlib/getopt.3 @@ -74,7 +74,7 @@ word, or .Dv NULL if there were no more characters in the current word. This is a -.It Tn GNU +.Tn GNU extension. For example, an option string .Li \&"x" |