Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Refer setpgid, not setpgrp, since the former is...
details: https://anonhg.NetBSD.org/src/rev/ea41ca8d6764
branches: trunk
changeset: 535513:ea41ca8d6764
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Aug 20 16:30:30 2002 +0000
description:
Refer setpgid, not setpgrp, since the former is POSIX and the latter is
just there for compatibility.
diffstat:
lib/libc/sys/getlogin.2 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 1fc00c41001b -r ea41ca8d6764 lib/libc/sys/getlogin.2
--- a/lib/libc/sys/getlogin.2 Tue Aug 20 16:29:42 2002 +0000
+++ b/lib/libc/sys/getlogin.2 Tue Aug 20 16:30:30 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: getlogin.2,v 1.13 2002/08/11 11:46:21 yamt Exp $
+.\" $NetBSD: getlogin.2,v 1.14 2002/08/20 16:30:30 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -93,9 +93,9 @@
forking into the background.
.Pp
In particular, neither
-.Fn ioctl ttyfd TIOCNOTTY ...\&
+.Fn ioctl ttyfd TIOCNOTTY ...
nor
-.Fn setpgrp ...\&
+.Fn setpgid ...
is sufficient to create a new session.
.Pp
Once a parent process has called
Home |
Main Index |
Thread Index |
Old Index