diff options
Diffstat (limited to 'lib/libc/sys/getlogin.2')
-rw-r--r-- | lib/libc/sys/getlogin.2 | 4 |
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. |