Module Name:    src
Committed By:   wiz
Date:           Mon May 18 09:37:44 UTC 2009

Modified Files:
        src/usr.bin/su: su.1

Log Message:
Sort options.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 src/usr.bin/su/su.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/su/su.1
diff -u src/usr.bin/su/su.1:1.48 src/usr.bin/su/su.1:1.49
--- src/usr.bin/su/su.1:1.48	Sat Oct 27 18:43:37 2007
+++ src/usr.bin/su/su.1	Mon May 18 09:37:44 2009
@@ -26,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"	from: @(#)su.1	8.2 (Berkeley) 4/18/94
-.\"	$NetBSD: su.1,v 1.48 2007/10/27 18:43:37 christos Exp $
+.\"	$NetBSD: su.1,v 1.49 2009/05/18 09:37:44 wiz Exp $
 .\"
 .Dd October 27, 2007
 .Dt SU 1
@@ -36,14 +36,14 @@
 .Nd substitute user identity
 .Sh SYNOPSIS
 .Nm
-.Op Fl Kdflm
+.Op Fl dfKlm
 .Op Fl c Ar login-class
 .Oo
 .Ar login Ns Op : Ns Ar group
 .Op Ar "shell arguments"
 .Oc
 .Nm
-.Op Fl Kdflm
+.Op Fl dfKlm
 .Op Fl c Ar login-class
 .Oo
 .Ns : Ns Ar group
@@ -129,8 +129,6 @@
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
-.It Fl K
-Do not attempt to use Kerberos to authenticate the user.
 .It Fl c
 Specify a login class.
 You may only override the default class if you're already root.
@@ -155,6 +153,8 @@
 .Ev ENV ,
 thus preventing the shell from executing the startup file pointed to by
 this variable.
+.It Fl K
+Do not attempt to use Kerberos to authenticate the user.
 .It Fl l
 Simulate a full login.
 The environment is discarded except for

Reply via email to