summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-01-24 21:18:37 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-01-24 21:18:37 +0000
commitda5801035ad21c7d6445435af4145f3b6db0579c (patch)
treed9cf7d35de4f92a0df14de00df689ec83e384585 /lib
parent51a26f16c3dc09f6c596a755157aa26a0f326ca8 (diff)
most of these is v2, not v6
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/fork.24
-rw-r--r--lib/libc/sys/lseek.214
-rw-r--r--lib/libc/sys/open.24
-rw-r--r--lib/libc/sys/pipe.24
-rw-r--r--lib/libc/sys/read.24
-rw-r--r--lib/libc/sys/setuid.26
-rw-r--r--lib/libc/sys/stat.26
-rw-r--r--lib/libc/sys/sync.24
-rw-r--r--lib/libc/sys/unlink.24
-rw-r--r--lib/libc/sys/wait.24
-rw-r--r--lib/libc/sys/write.24
11 files changed, 39 insertions, 19 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2
index 06c9915cad3..1f9c0c6da3b 100644
--- a/lib/libc/sys/fork.2
+++ b/lib/libc/sys/fork.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fork.2,v 1.10 2000/10/18 05:12:09 aaron Exp $
+.\" $OpenBSD: fork.2,v 1.11 2002/01/24 21:18:36 mickey Exp $
.\" $NetBSD: fork.2,v 1.6 1995/02/27 12:32:36 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -109,4 +109,4 @@ There is insufficient swap space for the new process.
A
.Fn fork
function call appeared in
-.At v6 .
+.At v2 .
diff --git a/lib/libc/sys/lseek.2 b/lib/libc/sys/lseek.2
index fce961194d9..0b1fdf817a6 100644
--- a/lib/libc/sys/lseek.2
+++ b/lib/libc/sys/lseek.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lseek.2,v 1.9 2000/10/18 05:12:10 aaron Exp $
+.\" $OpenBSD: lseek.2,v 1.10 2002/01/24 21:18:36 mickey Exp $
.\" $NetBSD: lseek.2,v 1.6 1995/02/27 12:34:09 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -127,6 +127,18 @@ offsets to be used.
This document's use of
.Fa whence
is incorrect English, but is maintained for historical reasons.
+.Sh HISTORY
+A
+.Fn seek
+function appeared in
+.At v2 ,
+later renamed into
+.Fn lseek
+for
+.Dq long seek
+due to a larger
+.Fa offset
+argument type.
.Sh STANDARDS
The
.Fn lseek
diff --git a/lib/libc/sys/open.2 b/lib/libc/sys/open.2
index 56ef0d6f623..a2d70601b87 100644
--- a/lib/libc/sys/open.2
+++ b/lib/libc/sys/open.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: open.2,v 1.24 2001/09/29 15:44:22 millert Exp $
+.\" $OpenBSD: open.2,v 1.25 2002/01/24 21:18:36 mickey Exp $
.\" $NetBSD: open.2,v 1.8 1995/02/27 12:35:14 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -341,7 +341,7 @@ is of concern.
An
.Fn open
function call appeared in
-.At v6 .
+.At v2 .
.Sh CAVEATS
The
.Dv O_TRUNC
diff --git a/lib/libc/sys/pipe.2 b/lib/libc/sys/pipe.2
index 18753957150..3f2261ef6eb 100644
--- a/lib/libc/sys/pipe.2
+++ b/lib/libc/sys/pipe.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pipe.2,v 1.10 2000/12/21 09:24:01 pjanzen Exp $
+.\" $OpenBSD: pipe.2,v 1.11 2002/01/24 21:18:36 mickey Exp $
.\" $NetBSD: pipe.2,v 1.6 1995/02/27 12:35:27 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -113,4 +113,4 @@ for reasons of portability.
A
.Fn pipe
function call appeared in
-.At v6 .
+.At v3 .
diff --git a/lib/libc/sys/read.2 b/lib/libc/sys/read.2
index 255ac28f218..c50f5d6d699 100644
--- a/lib/libc/sys/read.2
+++ b/lib/libc/sys/read.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: read.2,v 1.20 2001/12/07 23:33:12 millert Exp $
+.\" $OpenBSD: read.2,v 1.21 2002/01/24 21:18:36 mickey Exp $
.\" $NetBSD: read.2,v 1.6 1995/02/27 12:35:47 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -264,4 +264,4 @@ function call appeared in
The
.Fn read
function call appeared in
-.At v6 .
+.At v2 .
diff --git a/lib/libc/sys/setuid.2 b/lib/libc/sys/setuid.2
index 558700fa280..eadd8643979 100644
--- a/lib/libc/sys/setuid.2
+++ b/lib/libc/sys/setuid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setuid.2,v 1.10 2000/10/18 05:12:11 aaron Exp $
+.\" $OpenBSD: setuid.2,v 1.11 2002/01/24 21:18:36 mickey Exp $
.\" $NetBSD: setuid.2,v 1.3 1995/02/27 12:37:06 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -105,6 +105,10 @@ these functions return \-1.
.Xr getgid 2 ,
.Xr getuid 2 ,
.Xr issetugid 2
+A
+.Fn setuid
+function appeared in
+.At v2 .
.Sh STANDARDS
The
.Fn setuid
diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2
index b4dcbf6577d..6238151c2a8 100644
--- a/lib/libc/sys/stat.2
+++ b/lib/libc/sys/stat.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: stat.2,v 1.13 2000/06/29 00:57:02 aaron Exp $
+.\" $OpenBSD: stat.2,v 1.14 2002/01/24 21:18:36 mickey Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -276,6 +276,10 @@ and
function calls are expected to conform to
.St -p1003.1-88 .
.Sh HISTORY
+A
+.Fn stat
+function appeared in
+.At v2 .
An
.Fn lstat
function call appeared in
diff --git a/lib/libc/sys/sync.2 b/lib/libc/sys/sync.2
index e71b212a324..f8494de0b5d 100644
--- a/lib/libc/sys/sync.2
+++ b/lib/libc/sys/sync.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sync.2,v 1.6 2000/10/18 05:12:12 aaron Exp $
+.\" $OpenBSD: sync.2,v 1.7 2002/01/24 21:18:36 mickey Exp $
.\" $NetBSD: sync.2,v 1.4 1995/02/27 12:38:41 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -71,4 +71,4 @@ may return before the buffers are completely flushed.
A
.Fn sync
function call appeared in
-.At v6 .
+.At v2 .
diff --git a/lib/libc/sys/unlink.2 b/lib/libc/sys/unlink.2
index ec0ca0bfa36..6d6b0da16f3 100644
--- a/lib/libc/sys/unlink.2
+++ b/lib/libc/sys/unlink.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: unlink.2,v 1.11 2000/10/18 05:12:12 aaron Exp $
+.\" $OpenBSD: unlink.2,v 1.12 2002/01/24 21:18:36 mickey Exp $
.\" $NetBSD: unlink.2,v 1.7 1995/02/27 12:39:13 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -119,4 +119,4 @@ points outside the process's allocated address space.
An
.Fn unlink
function call appeared in
-.At v6 .
+.At v2 .
diff --git a/lib/libc/sys/wait.2 b/lib/libc/sys/wait.2
index dec3eadbdf4..64686c40759 100644
--- a/lib/libc/sys/wait.2
+++ b/lib/libc/sys/wait.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wait.2,v 1.11 2001/06/25 04:30:00 pjanzen Exp $
+.\" $OpenBSD: wait.2,v 1.12 2002/01/24 21:18:36 mickey Exp $
.\" $NetBSD: wait.2,v 1.6 1995/02/27 12:39:37 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
@@ -283,4 +283,4 @@ call are extensions to the POSIX interface.
A
.Fn wait
function call appeared in
-.At v6 .
+.At v2 .
diff --git a/lib/libc/sys/write.2 b/lib/libc/sys/write.2
index bc1d88a3dd8..9c0a065a17a 100644
--- a/lib/libc/sys/write.2
+++ b/lib/libc/sys/write.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: write.2,v 1.23 2001/05/14 15:11:27 espie Exp $
+.\" $OpenBSD: write.2,v 1.24 2002/01/24 21:18:36 mickey Exp $
.\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -283,4 +283,4 @@ function call appeared in
The
.Fn write
function call appeared in
-.At v6 .
+.At v2 .