summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-10-16 01:19:15 +0000
committermax <max@FreeBSD.org>1997-10-16 01:19:15 +0000
commiteb3abddc567c043b6eaaa55463161173adec81fe (patch)
tree47e9f887fcbf4ad26fc1372082e1a67e2d9405a2 /lib
parentad58c6f873180eb55a3f2d71b3b07954a5e69294 (diff)
downloadFreeBSD-src-eb3abddc567c043b6eaaa55463161173adec81fe.zip
FreeBSD-src-eb3abddc567c043b6eaaa55463161173adec81fe.tar.gz
Proper spacing in the Synopsis.
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 4490edf..3b29620 100644
--- a/lib/libc/sys/setpgid.2
+++ b/lib/libc/sys/setpgid.2
@@ -41,9 +41,9 @@
.Sh SYNOPSIS
.Fd #include <unistd.h>
.Ft int
-.Fn setpgid pid_tpid pid_tpgrp
+.Fn setpgid "pid_t pid" "pid_t pgrp"
.Ft int
-.Fn setpgrp pid_tpid pid_tpgrp
+.Fn setpgrp "pid_t pid" "pid_t pgrp"
.Sh DESCRIPTION
.Fn Setpgid
sets the process group of the specified process
OpenPOWER on IntegriCloud