summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/setpgid.2
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2000-06-23 05:05:44 +0000
committerchris <chris@FreeBSD.org>2000-06-23 05:05:44 +0000
commita6d911fe4ec44bd192bc844817123acbfbb79fd8 (patch)
tree8888b98b7734fc74018a7258777e65e84b9969da /lib/libc/sys/setpgid.2
parent884ed8fd45a157d537285e599ff01a509ff189b8 (diff)
downloadFreeBSD-src-a6d911fe4ec44bd192bc844817123acbfbb79fd8.zip
FreeBSD-src-a6d911fe4ec44bd192bc844817123acbfbb79fd8.tar.gz
Replace .Va, .Ar and .Nm with .Fa or .Va where necessary, examples:
``.Ar errno'' -> ``.Va errno'' ``.Nm ops'' -> ``.Fa ops'' ``.Va fd'' -> ``.Fa fd''
Diffstat (limited to 'lib/libc/sys/setpgid.2')
-rw-r--r--lib/libc/sys/setpgid.26
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/setpgid.2 b/lib/libc/sys/setpgid.2
index 5b38757..0db4d28 100644
--- a/lib/libc/sys/setpgid.2
+++ b/lib/libc/sys/setpgid.2
@@ -50,11 +50,11 @@
.Sh DESCRIPTION
.Fn Setpgid
sets the process group of the specified process
-.Ar pid
+.Fa pid
to the specified
-.Ar pgrp .
+.Fa pgrp .
If
-.Ar pid
+.Fa pid
is zero, then the call applies to the current process.
.Pp
If the invoker is not the super-user, then the affected process
OpenPOWER on IntegriCloud