diff options
author | 2013-03-31 19:23:08 +0000 | |
---|---|---|
committer | 2013-03-31 19:23:08 +0000 | |
commit | e0cca1e178f3a3d848e7360b2720b96bc67b4cbc (patch) | |
tree | 8a01a0933f1764621e8cc28e3449afe944826ff0 /lib/libc | |
parent | getaddrinfo is now thread-safe. (diff) | |
download | wireguard-openbsd-e0cca1e178f3a3d848e7360b2720b96bc67b4cbc.tar.xz wireguard-openbsd-e0cca1e178f3a3d848e7360b2720b96bc67b4cbc.zip |
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 |