diff options
author | ru <ru@FreeBSD.org> | 2002-11-29 15:57:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-11-29 15:57:50 +0000 |
commit | 3f859aa2ab91ed5a7f52ef2667cdd5d040bcbdf7 (patch) | |
tree | 15ecd517a64da40d5f62adfdcbb03cc605dfac67 /lib/libc/stdio | |
parent | 8bfe544f0ac6dbbaab251f97964f8e610ea7579f (diff) | |
download | FreeBSD-src-3f859aa2ab91ed5a7f52ef2667cdd5d040bcbdf7.zip FreeBSD-src-3f859aa2ab91ed5a7f52ef2667cdd5d040bcbdf7.tar.gz |
mdoc(7) police: formatting nits.
Approved by: re
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fseek.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index f2ca10f..6481fe6 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -166,7 +166,7 @@ object may be a complex object and these routines may be the only way to portably reposition a text stream. .Pp If the stream is a wide character stream (see -.Xr fwide 3 Ns No ), +.Xr fwide 3 ) , the position specified by the combination of .Fa offset and |