diff options
author | 2000-04-15 02:15:09 +0000 | |
---|---|---|
committer | 2000-04-15 02:15:09 +0000 | |
commit | f885a5274d3b804af634a3a47ca4a09d1818545f (patch) | |
tree | 11451f8206ded0483db39bb0d31df6a89c1545fc /lib/libc/stdio | |
parent | misc cleanup (diff) | |
download | wireguard-openbsd-f885a5274d3b804af634a3a47ca4a09d1818545f.tar.xz wireguard-openbsd-f885a5274d3b804af634a3a47ca4a09d1818545f.zip |
Mostly punctuation fixes.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fseek.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdio/printf.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/stdio.3 | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index a20f47d10c5..cb14e62a968 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fseek.3,v 1.5 2000/02/21 22:11:22 millert Exp $ +.\" $OpenBSD: fseek.3,v 1.6 2000/04/15 02:15:23 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -137,8 +137,8 @@ are alternate interfaces equivalent to and .Fn fseek (with whence set to -.Dv SEEK_SET -), setting and storing the current value of +.Dv SEEK_SET ) , +setting and storing the current value of the file offset into or from the object referenced by .Fa pos . On some diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 8cebcdd714e..d76e8327b37 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.23 2000/04/12 08:00:17 hugh Exp $ +.\" $OpenBSD: printf.3,v 1.24 2000/04/15 02:15:24 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -86,7 +86,7 @@ as described below. and .Fn vprintf write output to -.Em stdout, +.Em stdout , the standard output stream; .Fn fprintf and diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 93886ed4b2e..b49d87d61e5 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.10 1999/07/09 13:35:23 aaron Exp $ +.\" $OpenBSD: stdio.3,v 1.11 2000/04/15 02:15:24 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -173,7 +173,7 @@ without first removing their current definitions with .Dv FOPEN_MAX , .Dv L_cuserid , .Dv L_ctermid , -.Dv L_tmpnam, +.Dv L_tmpnam , .Dv NULL , .Dv SEEK_END , .Dv SEEK_SET , |