diff options
author | ache <ache@FreeBSD.org> | 2004-03-06 14:47:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-03-06 14:47:49 +0000 |
commit | 5993cc3bceb56b1f60b38f440b7389ac6643ab32 (patch) | |
tree | 953b9ec47630a6bd5bef7ac40de23d38f7d1ae84 /lib/libc/stdlib/getopt_long.3 | |
parent | c94e5bebf56c687d9580ddca6ce99b3744c2b175 (diff) | |
download | FreeBSD-src-5993cc3bceb56b1f60b38f440b7389ac6643ab32.zip FreeBSD-src-5993cc3bceb56b1f60b38f440b7389ac6643ab32.tar.gz |
Fix typo, was 'W'; instead of `W;'
Diffstat (limited to 'lib/libc/stdlib/getopt_long.3')
-rw-r--r-- | lib/libc/stdlib/getopt_long.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3 index 3c6c5ab..f615ea7 100644 --- a/lib/libc/stdlib/getopt_long.3 +++ b/lib/libc/stdlib/getopt_long.3 @@ -413,7 +413,7 @@ Handling of .Ql -W with an argument that is not (a prefix to) a known long option -.Ql ( W ; +.Ql ( W; in option string): .Bl -tag -width ".Bx" .It Tn GNU |