Fix typo. Short form of `--preserve' should be `-e', not `-p'.
authormdw <mdw>
Tue, 20 Jan 1998 14:37:43 +0000 (14:37 +0000)
committermdw <mdw>
Tue, 20 Jan 1998 14:37:43 +0000 (14:37 +0000)
manual/become.texi

index 211d027..0d87a2e 100644 (file)
@@ -1,6 +1,6 @@
 \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
@@ -10,6 +10,9 @@
 @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
@@ -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
-@item -p
+@item -e
 @itemx --preserve
 The original style: try to preserve the existing user's environment as much
 as possible.