aboutsummaryrefslogtreecommitdiffstats
path: root/getpgrp.1
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:00:21 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:00:21 +0100
commit2b8b7b979c4d6c8b4afbba10821cb02cc57211c3 (patch)
tree9e5a6889b7d58148c37ce0bcd039d58af3ad4ce9 /getpgrp.1
parentUpdate e-mail (diff)
downloadsetpgrp-2b8b7b979c4d6c8b4afbba10821cb02cc57211c3.tar.gz
setpgrp-2b8b7b979c4d6c8b4afbba10821cb02cc57211c3.tar.bz2
setpgrp-2b8b7b979c4d6c8b4afbba10821cb02cc57211c3.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--getpgrp.18
1 files changed, 4 insertions, 4 deletions
diff --git a/getpgrp.1 b/getpgrp.1
index 17b0c00..eff7c2a 100644
--- a/getpgrp.1
+++ b/getpgrp.1
@@ -31,7 +31,7 @@ Not used.
None.
.SH ENVIRONMENT VARIABLES
-No environment variables affects the execution of
+No environment variable affect the execution of
.BR getpgrp .
.SH ASYNCHRONOUS EVENTS
@@ -40,7 +40,7 @@ Default.
.SH STDOUT
The
.B getpgrp
-utility prints the identifier of it's process group
+utility prints the identifier of its process group
to the standard output.
.SH STDERR
@@ -55,13 +55,13 @@ None.
.SH EXIT STATUS
If the
.B getpgrp
-exits with one of the following statuses:
+utility exits with one of the following values:
.TP
0
Successful.
.TP
1
-A error occurred.
+An error occurred.
.SH CONSEQUENCES OF ERRORS
Default.