diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 23:59:21 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-02-17 23:59:21 +0000 |
commit | 6a444c72aa96b7f23d023304655b4d115a2ddd97 (patch) | |
tree | d75ae4bf11ea1400778efcc9961f274f42d5e391 | |
parent | c94a2506e9a0695ad3aa68a991f01713d51fbfa9 (diff) |
mention that '-' is the deprecated form of '-l'
-rw-r--r-- | usr.bin/su/su.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index 84e9a1ab1f9..b6760bcb4a9 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: su.1,v 1.13 2001/08/26 19:11:45 heko Exp $ +.\" $OpenBSD: su.1,v 1.14 2002/02/17 23:59:20 millert Exp $ .\" .\" Copyright (c) 1988, 1990 The Regents of the University of California. .\" All rights reserved. @@ -103,6 +103,10 @@ file (see .Pp The options are as follows: .Bl -tag -width Ds +.It Fl +Same as the +.Fl l +option (deprecated). .It Fl a Specify an authentication type such as .Dq skey , |