summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2013-05-08 14:19:44 +0000
committerjmc <jmc@openbsd.org>2013-05-08 14:19:44 +0000
commitea6d366f852f5321b80598ecd9a579e5f6284bef (patch)
treeff9779152e8bd9beeed2a21d36d6c8a1669e6811 /lib
parentTo enable smtpd you should comment a crontab entry too (diff)
downloadwireguard-openbsd-ea6d366f852f5321b80598ecd9a579e5f6284bef.tar.xz
wireguard-openbsd-ea6d366f852f5321b80598ecd9a579e5f6284bef.zip
fix SEE ALSO;
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/setpgid.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/setpgid.2 b/lib/libc/sys/setpgid.2
index 064c3365716..4f8c49d6a52 100644
--- a/lib/libc/sys/setpgid.2
+++ b/lib/libc/sys/setpgid.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: setpgid.2,v 1.13 2013/05/08 07:46:26 guenther Exp $
+.\" $OpenBSD: setpgid.2,v 1.14 2013/05/08 14:19:44 jmc Exp $
.\" $NetBSD: setpgid.2,v 1.8 1995/02/27 12:36:55 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -92,7 +92,7 @@ argument does not match the process ID of the calling process or of a
descendant of the calling process.
.El
.Sh SEE ALSO
-.Xr getpgrp 2
+.Xr getpgrp 2 ,
.Xr setsid 2
.Sh STANDARDS
.Fn setpgrp