Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/slattach -n don't detach from tty



details:   https://anonhg.NetBSD.org/src/rev/591015808846
branches:  trunk
changeset: 476019:591015808846
user:      proff <proff%NetBSD.org@localhost>
date:      Fri Sep 03 13:29:44 1999 +0000

description:
-n don't detach from tty

diffstat:

 sbin/slattach/slattach.8 |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (44 lines):

diff -r 11efe12baea8 -r 591015808846 sbin/slattach/slattach.8
--- a/sbin/slattach/slattach.8  Fri Sep 03 13:12:44 1999 +0000
+++ b/sbin/slattach/slattach.8  Fri Sep 03 13:29:44 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: slattach.8,v 1.20 1999/03/19 21:18:32 tron Exp $
+.\"    $NetBSD: slattach.8,v 1.21 1999/09/03 13:29:44 proff Exp $
 .\"
 .\" Copyright (c) 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)slattach.8 8.2 (Berkeley) 4/1/94
 .\"
-.Dd April 1, 1994
+.Dd Sep 3, 1999
 .Dt SLATTACH 8
 .Os BSD 4.3
 .Sh NAME
@@ -43,7 +43,7 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl t Ar ldisc
-.Op Fl hHlm
+.Op Fl hHlmn
 .Op Fl s Ar baudrate
 .Ar ttyname
 .Sh DESCRIPTION
@@ -63,6 +63,8 @@
 .It Fl m
 Maintain modem control signals after closing the line.  Specifically,
 this disables HUPCL.
+.It Fl n
+Don't detach from invoking tty.
 .It Fl s Ar baudrate
 Specifies the speed of the connection.  If not specified, the
 default of 9600 is used.
@@ -128,6 +130,7 @@
 tried to alter an interface's configuration.
 .Sh SEE ALSO
 .Xr netstat 1 ,
+.Xr daemon 3 ,
 .Xr netintro 4 ,
 .Xr sl 4 ,
 .Xr strip 4 ,



Home | Main Index | Thread Index | Old Index