diff options
author | 1995-12-14 02:21:06 +0000 | |
---|---|---|
committer | 1995-12-14 02:21:06 +0000 | |
commit | 025f99edb58dde685af4fa39d88614f1815bb11d (patch) | |
tree | f4741ae2db36d5f3df399bf708f3471afde77bf0 /lib/libc/sys/setsid.2 | |
parent | make first arg of strtod/strtoq const (diff) | |
download | wireguard-openbsd-025f99edb58dde685af4fa39d88614f1815bb11d.tar.xz wireguard-openbsd-025f99edb58dde685af4fa39d88614f1815bb11d.zip |
from netbsd:
add & fix a bunch of system call pages
Diffstat (limited to 'lib/libc/sys/setsid.2')
-rw-r--r-- | lib/libc/sys/setsid.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/setsid.2 b/lib/libc/sys/setsid.2 index e4be5f7cebe..756a32a3871 100644 --- a/lib/libc/sys/setsid.2 +++ b/lib/libc/sys/setsid.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: setsid.2,v 1.2 1995/02/27 12:37:00 cgd Exp $ +.\" $NetBSD: setsid.2,v 1.3 1995/10/12 15:41:13 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -41,6 +41,7 @@ .Nd create session and set process group ID .Sh SYNOPSIS .Fd #include <sys/types.h> +.Fd #include <unistd.h> .Ft pid_t .Fn setsid "void" .Sh DESCRIPTION |