diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-03 23:35:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-03 23:35:06 +0000 |
commit | c128ad11d26b1d0bfa5a45987dad50786d4577d9 (patch) | |
tree | 824a092a3b5634092a008ae29ec7149dfd5f8189 /lib | |
parent | 44371c6bfb86a7f5197458575c5e14f27ac51018 (diff) |
possessive
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/getpgrp.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/getsid.2 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2 index d6cd55afe1c..fe8a61d1eb5 100644 --- a/lib/libc/sys/getpgrp.2 +++ b/lib/libc/sys/getpgrp.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpgrp.2,v 1.2 1997/05/30 21:53:10 kstailey Exp $ +.\" $OpenBSD: getpgrp.2,v 1.3 1998/02/03 23:35:04 deraadt Exp $ .\" $NetBSD: getpgrp.2,v 1.8 1995/02/27 12:33:09 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -86,7 +86,7 @@ function conforms to .St -p1003.1-88 . The .Fn getpgid -function call is derived from it's usage in System V Release 4, and +function call is derived from its usage in System V Release 4, and first appeared in NetBSD 1.2A. .Sh COMPATIBILITY This version of diff --git a/lib/libc/sys/getsid.2 b/lib/libc/sys/getsid.2 index 7f029960e33..097a01e302e 100644 --- a/lib/libc/sys/getsid.2 +++ b/lib/libc/sys/getsid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsid.2,v 1.2 1997/11/13 07:15:15 deraadt Exp $ +.\" $OpenBSD: getsid.2,v 1.3 1998/02/03 23:35:05 deraadt Exp $ .\" .\" Copyright (c) 1997 Peter Wemm <peter@freebsd.org> .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: getsid.2,v 1.2 1997/11/13 07:15:15 deraadt Exp $ +.\" $Id: getsid.2,v 1.3 1998/02/03 23:35:05 deraadt Exp $ .\" .Dd August 19, 1997 .Dt GETSID 2 @@ -71,7 +71,7 @@ processes within the same session ID as the calling process. .Sh HISTORY The .Fn getsid -function call is derived from it's usage in +function call is derived from its usage in .At V , and is mandated by .St -xpg4 . |