aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2011-06-02 14:09:30 +0000
committerAttilio Rao <attilio@FreeBSD.org>2011-06-02 14:09:30 +0000
commit3bf1ec3a9a4297f61ed00813dc48699ffbdadb43 (patch)
tree8354bc7b7c3a38952613050ee6c7b783b88c6998 /lib
parentbc6339618ec99b42407080e405666b89070786c4 (diff)
parent7c8aaa5b71d5615c6dea443c36e35eb6d78d91aa (diff)
downloadsrc-3bf1ec3a9a4297f61ed00813dc48699ffbdadb43.tar.gz
src-3bf1ec3a9a4297f61ed00813dc48699ffbdadb43.zip
MFC
Notes
Notes: svn path=/projects/largeSMP/; revision=222612
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/iconv/iconvctl.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/iconv/iconvctl.3 b/lib/libc/iconv/iconvctl.3
index 29007c1abf4f..30fc0aa49a75 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 .