diff options
author | 2003-05-03 19:08:21 +0000 | |
---|---|---|
committer | 2003-05-03 19:08:21 +0000 | |
commit | c272873e984db17ea5d145860ac8d79ac7b4403a (patch) | |
tree | 69e2abb4008ceac35a77fb62454ecc92cb320909 /lib/libc | |
parent | typos; (diff) | |
download | wireguard-openbsd-c272873e984db17ea5d145860ac8d79ac7b4403a.tar.xz wireguard-openbsd-c272873e984db17ea5d145860ac8d79ac7b4403a.zip |
typos;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/fflush.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/getc.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/printf.3 | 8 |
4 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/stdio/fflush.3 b/lib/libc/stdio/fflush.3 index 352b6cea313..40dd5121344 100644 --- a/lib/libc/stdio/fflush.3 +++ b/lib/libc/stdio/fflush.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fflush.3,v 1.5 2000/04/20 01:39:31 aaron Exp $ +.\" $OpenBSD: fflush.3,v 1.6 2003/05/03 19:08:21 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -74,7 +74,7 @@ For input streams this discards any input read from the underlying object but not yet obtained via .Xr getc 3 ; this includes any text pushed back via -.Xr ungetc . +.Xr ungetc 3 . .Sh RETURN VALUES Upon successful completion 0 is returned. Otherwise, diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3 index 4d81c68a195..7b7e09faffc 100644 --- a/lib/libc/stdio/getc.3 +++ b/lib/libc/stdio/getc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getc.3,v 1.7 2000/12/24 00:30:58 aaron Exp $ +.\" $OpenBSD: getc.3,v 1.8 2003/05/03 19:08:21 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -61,7 +61,7 @@ function obtains the next input character (if present) from the stream pointed at by .Fa stream , or the next character pushed back on the stream via -.Xr ungetc . +.Xr ungetc 3 . .Pp The .Fn getc @@ -99,7 +99,7 @@ The end-of-file condition is remembered, even on a terminal, and all subsequent attempts to read will return .Dv EOF until the condition is cleared with -.Xr clearerr . +.Xr clearerr 3 . .Sh SEE ALSO .Xr ferror 3 , .Xr fopen 3 , diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 29f79b82a46..a60fed07e40 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.28 2003/04/02 19:00:26 jmc Exp $ +.\" $OpenBSD: mktemp.3,v 1.29 2003/05/03 19:08:21 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -197,7 +197,7 @@ should be used instead. .Pp For this reason, .Xr ld 1 -will output a warning message whenever it links code that uses the +will output a warning message whenever it links code that uses .Fn mktemp . .Pp The diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 0d17e6aec57..8d90520cb30 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.39 2003/04/16 23:17:10 millert Exp $ +.\" $OpenBSD: printf.3,v 1.40 2003/05/03 19:08:21 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -216,7 +216,7 @@ For .Cm p , .Cm s , and -.Cm u , +.Cm u conversions, this option has no effect. For .Cm o @@ -240,7 +240,7 @@ For .Cm f , .Cm g , and -.Cm G , +.Cm G conversions, the result will always contain a decimal point, even if no digits follow it (normally, a decimal point appears in the results of those conversions only if a digit follows). @@ -396,7 +396,7 @@ conversion corresponds to a pointer to a argument. The use of .Cm q -has been depreciated as conversion character. +has been deprecated as conversion character. .It The character .Cm L |