diff options
author | 2014-08-31 06:36:30 +0000 | |
---|---|---|
committer | 2014-08-31 06:36:30 +0000 | |
commit | c11e2add6cbc317df6a348adfc305fc35788d326 (patch) | |
tree | 74d2881eed30484df90c8149cd9114c49d4fc522 /lib/libc/stdio | |
parent | They're thread IDs, not PIDs. The wording is a bit clunky, but closer (diff) | |
download | wireguard-openbsd-c11e2add6cbc317df6a348adfc305fc35788d326.tar.xz wireguard-openbsd-c11e2add6cbc317df6a348adfc305fc35788d326.zip |
provide section numbers for xrs;
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/fopen.3 | 4 | ||||
-rw-r--r-- | lib/libc/stdio/mktemp.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdio/fopen.3 b/lib/libc/stdio/fopen.3 index 63451c35c49..92929906a9d 100644 --- a/lib/libc/stdio/fopen.3 +++ b/lib/libc/stdio/fopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fopen.3,v 1.28 2014/08/31 02:21:18 guenther Exp $ +.\" $OpenBSD: fopen.3,v 1.29 2014/08/31 06:36:30 jmc Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -102,7 +102,7 @@ then the function shall fail if file already exist, as if the .Dv O_EXCL flag was passed to the -.Xr open +.Xr open 2 function. It has no effect if used with .Fn fdopen diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 38ef80008ef..c25fe06df0f 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.52 2014/08/31 02:21:18 guenther Exp $ +.\" $OpenBSD: mktemp.3,v 1.53 2014/08/31 06:36:30 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -108,7 +108,7 @@ function acts the same as except that the .Fa flags argument may contain zero or more of the following flags for the underlying -.Xr open +.Xr open 2 system call: .Pp .Bl -tag -width "O_CLOEXECXX" -offset indent -compact |