diff options
author | wosch <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 |
commit | 6d0dbd7455d2457305fad8dab1cbd93d75cf5771 (patch) | |
tree | 23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libc/stdio/ungetc.3 | |
parent | c25e822b141074240801584c2f7942c95bff2f68 (diff) | |
download | FreeBSD-src-6d0dbd7455d2457305fad8dab1cbd93d75cf5771.zip FreeBSD-src-6d0dbd7455d2457305fad8dab1cbd93d75cf5771.tar.gz |
Sort cross references.
Diffstat (limited to 'lib/libc/stdio/ungetc.3')
-rw-r--r-- | lib/libc/stdio/ungetc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3 index e88b64f..e5c68d0 100644 --- a/lib/libc/stdio/ungetc.3 +++ b/lib/libc/stdio/ungetc.3 @@ -85,8 +85,8 @@ character equals .Dv EOF , the operation will fail and the stream will remain unchanged. .Sh SEE ALSO -.Xr getc 3 , .Xr fseek 3 , +.Xr getc 3 , .Xr setvbuf 3 .Sh STANDARDS The |