chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
94455fb
)
Fix typo. Short form of `--preserve' should be `-e', not `-p'.
author
mdw
<mdw>
Tue, 20 Jan 1998 14:37:43 +0000
(14:37 +0000)
committer
mdw
<mdw>
Tue, 20 Jan 1998 14:37:43 +0000
(14:37 +0000)
manual/become.texi
patch
|
blob
|
blame
|
history
diff --git
a/manual/become.texi
b/manual/become.texi
index 211d027664477ef453059438b38c75538a003b3e..0d87a2e725172ee31c22eea5a4575660f69efd94 100644
(file)
--- a/
manual/become.texi
+++ b/
manual/become.texi
@@
-1,6
+1,6
@@
\input texinfo @c -*-texinfo-*-
@c
\input texinfo @c -*-texinfo-*-
@c
-@c $Id: become.texi,v 1.
2 1998/01/12 16:41:31
mdw Exp $
+@c $Id: become.texi,v 1.
3 1998/01/20 14:37:43
mdw Exp $
@c
@c Documentation for `become'
@c
@c
@c Documentation for `become'
@c
@@
-10,6
+10,9
@@
@c ----- Revision history ---------------------------------------------------
@c
@c $Log: become.texi,v $
@c ----- Revision history ---------------------------------------------------
@c
@c $Log: become.texi,v $
+@c Revision 1.3 1998/01/20 14:37:43 mdw
+@c Fix typo. Short form of `--preserve' should be `-e', not `-p'.
+@c
@c Revision 1.2 1998/01/12 16:41:31 mdw
@c Tidying for new release versions. Fix copyright date.
@c
@c Revision 1.2 1998/01/12 16:41:31 mdw
@c Tidying for new release versions. Fix copyright date.
@c
@@
-353,7
+356,7
@@
approach. As a result, there's now a collection of different login styles.
Login styles are selected by giving command line arguments:
@table @code
Login styles are selected by giving command line arguments:
@table @code
-@item -
p
+@item -
e
@itemx --preserve
The original style: try to preserve the existing user's environment as much
as possible.
@itemx --preserve
The original style: try to preserve the existing user's environment as much
as possible.