diff options
author | 2003-06-01 18:56:04 +0000 | |
---|---|---|
committer | 2003-06-01 18:56:04 +0000 | |
commit | 244c8edd80d3be9fd659ff97f35eb4a52426526c (patch) | |
tree | b7fe0dc97a7970a8373f496e3ddce729f10eaa2a /lib/libc/stdio/getc.3 | |
parent | initialize minaddr before calling uvm_km_suballoc. (diff) | |
download | wireguard-openbsd-244c8edd80d3be9fd659ff97f35eb4a52426526c.tar.xz wireguard-openbsd-244c8edd80d3be9fd659ff97f35eb4a52426526c.zip |
- section reorder
- kill unnecessary .Ns macros
- add some man page section numbers to .Xr's
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r-- | lib/libc/stdio/getc.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 7b7e09faffc..a6ce67452c0 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getc.3,v 1.8 2003/05/03 19:08:21 jmc Exp $ +.\" $OpenBSD: getc.3,v 1.9 2003/06/01 18:56:04 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -118,9 +118,9 @@ functions conform to Since .Dv EOF is a valid integer value, -.Xr feof +.Xr feof 3 and -.Xr ferror +.Xr ferror 3 must be used to check for failure after calling .Fn getw . The size and byte order of an |