diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-21 09:14:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-02-21 09:14:38 +0000 |
commit | f5ec1d45b6a8360430e48b51e474884bcc58cbf2 (patch) | |
tree | 4705caf91bf5b5c64e3c95396184b308b8e50443 /lib/libc/sys/getsid.2 | |
parent | 0324821cde144ac0c853b9d7aa430222e273a01a (diff) |
typos;
Diffstat (limited to 'lib/libc/sys/getsid.2')
-rw-r--r-- | lib/libc/sys/getsid.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getsid.2 b/lib/libc/sys/getsid.2 index 31a66c93e5e..4850faaba66 100644 --- a/lib/libc/sys/getsid.2 +++ b/lib/libc/sys/getsid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsid.2,v 1.8 2000/09/12 17:30:45 millert Exp $ +.\" $OpenBSD: getsid.2,v 1.9 2003/02/21 09:14:37 jmc Exp $ .\" .\" Copyright (c) 1997 Peter Wemm <peter@freebsd.org> .\" @@ -57,11 +57,11 @@ to indicate an error. will succeed unless: .Bl -tag -width Er .It Bq Er EPERM -if the current process and the process +The current process and the process .Fa pid are not in the same session. .It Bq Er ESRCH -if there is no process with a process ID equal to +There is no process with a process ID equal to .Fa pid . .El .Sh SEE ALSO |