Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Sep 2013 12:50:04 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r255847 - stable/9/usr.bin/su
Message-ID:  <201309241250.r8OCo4dI075306@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Tue Sep 24 12:50:04 2013
New Revision: 255847
URL: http://svnweb.freebsd.org/changeset/base/255847

Log:
  MFC r254215:
  
  In su(1), fix option ordering and clarify that the login class specified
  must be defined in login.conf.

Modified:
  stable/9/usr.bin/su/su.1
Directory Properties:
  stable/9/usr.bin/su/   (props changed)

Modified: stable/9/usr.bin/su/su.1
==============================================================================
--- stable/9/usr.bin/su/su.1	Tue Sep 24 12:48:02 2013	(r255846)
+++ stable/9/usr.bin/su/su.1	Tue Sep 24 12:50:04 2013	(r255847)
@@ -28,7 +28,7 @@
 .\"	@(#)su.1	8.2 (Berkeley) 4/18/94
 .\" $FreeBSD$
 .\"
-.Dd June 6, 2011
+.Dd August 11, 2013
 .Dt SU 1
 .Os
 .Sh NAME
@@ -37,8 +37,8 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl
-.Op Fl flms
 .Op Fl c Ar class
+.Op Fl flms
 .Op Ar login Op Ar args
 .Sh DESCRIPTION
 The
@@ -85,6 +85,11 @@ are also normally retained unless the ta
 .Pp
 The options are as follows:
 .Bl -tag -width Ds
+.It Fl c Ar class
+Use the settings of the specified login class.
+The login class must be defined in
+.Xr login.conf 5 .
+Only allowed for the super-user.
 .It Fl f
 If the invoked shell is
 .Xr csh 1 ,
@@ -139,9 +144,6 @@ is not sufficient to transition to the u
 If the label cannot be set,
 .Nm
 will fail.
-.It Fl c Ar class
-Use the settings of the specified login class.
-Only allowed for the super-user.
 .El
 .Pp
 The



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309241250.r8OCo4dI075306>