diff options
author | attilio <attilio@FreeBSD.org> | 2011-06-02 14:09:30 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2011-06-02 14:09:30 +0000 |
commit | 3c36d056695bef4a3aa0002c977fc1999621600e (patch) | |
tree | 8354bc7b7c3a38952613050ee6c7b783b88c6998 /lib/libc | |
parent | 9f19c1c64d9f7305791ee510b9aa500748aa0fe8 (diff) | |
parent | 575b3fb0289ea04f267b20db4d8960b2888bc4ff (diff) | |
download | FreeBSD-src-3c36d056695bef4a3aa0002c977fc1999621600e.zip FreeBSD-src-3c36d056695bef4a3aa0002c977fc1999621600e.tar.gz |
MFC
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/iconv/iconvctl.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/iconv/iconvctl.3 b/lib/libc/iconv/iconvctl.3 index 29007c1..30fc0aa 100644 --- a/lib/libc/iconv/iconvctl.3 +++ b/lib/libc/iconv/iconvctl.3 @@ -150,6 +150,9 @@ facility is a non-standard extension, which appeared in the GNU implementation and was adopted in .Fx 9 for compatibility's sake. +.Sh AUTHORS +This manual page was written by +.An Gabor Kovesdan Aq gabor@FreeBSD.org . .Sh BUGS Transliteration is enabled in this implementation by default, so it is impossible by design to turn it off. @@ -157,6 +160,3 @@ Accordingly, trying to turn it off will always fail and \-1 will be returned. Getting the transliteration state will always succeed and indicate that it is turned on, though. -.Sh AUTHORS -This manual page was written by -.An Gabor Kovesdan Aq gabor@FreeBSD.org . |