diff options
author | joel <joel@FreeBSD.org> | 2010-08-16 15:18:30 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2010-08-16 15:18:30 +0000 |
commit | dd1fff9bcb93c49e02a04bb712ecc2695db0c218 (patch) | |
tree | f1fb1550ad8fd503eb2a17d71116cdfebf902492 /lib/libc/stdlib/getopt_long.3 | |
parent | c239a236c133a4ec85da52df6f459b176073ffb5 (diff) | |
download | FreeBSD-src-dd1fff9bcb93c49e02a04bb712ecc2695db0c218.zip FreeBSD-src-dd1fff9bcb93c49e02a04bb712ecc2695db0c218.tar.gz |
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
Diffstat (limited to 'lib/libc/stdlib/getopt_long.3')
-rw-r--r-- | lib/libc/stdlib/getopt_long.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/getopt_long.3 b/lib/libc/stdlib/getopt_long.3 index 352af08..72f6534 100644 --- a/lib/libc/stdlib/getopt_long.3 +++ b/lib/libc/stdlib/getopt_long.3 @@ -469,9 +469,9 @@ The .Fn getopt_long and .Fn getopt_long_only -functions first appeared in +functions first appeared in the .Tn GNU -libiberty. +libiberty library. The first .Bx implementation of |