Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/su Mention "-" is the same as "-l". Closes PR/8499 b...



details:   https://anonhg.NetBSD.org/src/rev/ebccc2fffb5f
branches:  trunk
changeset: 476777:ebccc2fffb5f
user:      mjl <mjl%NetBSD.org@localhost>
date:      Mon Sep 27 19:41:33 1999 +0000

description:
Mention "-" is the same as "-l". Closes PR/8499 by Matthew Aldous.

diffstat:

 usr.bin/su/su.1 |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 32984f4dc482 -r ebccc2fffb5f usr.bin/su/su.1
--- a/usr.bin/su/su.1   Mon Sep 27 19:34:25 1999 +0000
+++ b/usr.bin/su/su.1   Mon Sep 27 19:41:33 1999 +0000
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"    from: @(#)su.1  8.2 (Berkeley) 4/18/94
-.\"    $NetBSD: su.1,v 1.15 1999/05/02 18:35:30 kleink Exp $
+.\"    $NetBSD: su.1,v 1.16 1999/09/27 19:41:33 mjl Exp $
 .\"
 .Dd April 18, 1994
 .Dt SU 1
@@ -118,6 +118,9 @@
 The invoked shell is the target login's, and
 .Nm
 will change directory to the target login's home directory.
+.It Fl
+Same as
+.Fl l
 .It Fl m
 Leave the environment unmodified.
 The invoked shell is your login shell, and no directory changes are made.



Home | Main Index | Thread Index | Old Index