diff options
author | joel <joel@FreeBSD.org> | 2015-01-04 12:49:24 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2015-01-04 12:49:24 +0000 |
commit | 25191d060528d8aecf7c3b7d586f12103bddba69 (patch) | |
tree | b814e7347d38ae2bf4dac15cc69da81f87c94978 /lib | |
parent | 31f04f6cc40520875e35767967c98404f4bbaba8 (diff) | |
download | FreeBSD-src-25191d060528d8aecf7c3b7d586f12103bddba69.zip FreeBSD-src-25191d060528d8aecf7c3b7d586f12103bddba69.tar.gz |
mdoc: paragraph improvements.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/iconv/iconv.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/iconv/iconv.3 b/lib/libc/iconv/iconv.3 index c4c250d..81b348b 100644 --- a/lib/libc/iconv/iconv.3 +++ b/lib/libc/iconv/iconv.3 @@ -176,8 +176,8 @@ may be .Dv NULL . In this case, the shift sequence for the destination switching to the initial state is discarded. -.Pp .El +.Pp The .Fn __iconv function works just like |