diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-03-31 19:23:09 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-03-31 19:23:09 +0000 |
commit | 3f605e0f6e1e80006257fa7d5a7b7110fe430a94 (patch) | |
tree | d9e21dbc646da1ee5b141df7bdfba94756a6d1e5 /lib/libc | |
parent | 361e6bdd72dfc67ac33d6db37a82c467f7548799 (diff) |
Add a couple commas, as suggested by jmc@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getpgrp.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getpgrp.2 b/lib/libc/sys/getpgrp.2 index e73fbdba668..fa033ad4309 100644 --- a/lib/libc/sys/getpgrp.2 +++ b/lib/libc/sys/getpgrp.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpgrp.2,v 1.16 2013/03/30 06:44:44 guenther Exp $ +.\" $OpenBSD: getpgrp.2,v 1.17 2013/03/31 19:23:08 guenther Exp $ .\" $NetBSD: getpgrp.2,v 1.8 1995/02/27 12:33:09 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)getpgrp.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: March 30 2013 $ +.Dd $Mdocdate: March 31 2013 $ .Dt GETPGRP 2 .Os .Sh NAME @@ -104,7 +104,7 @@ function call that took a .Fa "pid_t pid" argument appeared in .Bx 4.0 . -This version without an argument is derived from its usage in +This version, without an argument, is derived from its usage in System V Release 4, and first appeared in .Nx 0.9 . .Pp |