summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/getlogin.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/getlogin.2')
-rw-r--r--lib/libc/sys/getlogin.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getlogin.2 b/lib/libc/sys/getlogin.2
index 688d255..f628b31 100644
--- a/lib/libc/sys/getlogin.2
+++ b/lib/libc/sys/getlogin.2
@@ -88,9 +88,9 @@ which is an ideal way of detaching from a controlling terminal and
forking into the background.
.Pp
In particular, doing a
-.Fn "ioctl" "ttyfd" "TIOCNOTTY" "..."
+.Fn ioctl ttyfd TIOCNOTTY ...
or
-.Fn "setpgrp" "..."
+.Fn setpgrp ...
is
.Em NOT
sufficient.
OpenPOWER on IntegriCloud