diff --git a/ChangeLog b/ChangeLog index a8c6f11c..7d0cd6e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-08-04 Nicolas François + + * man/su.1.xml: With getopt, '-' does not need to be the last + option, but it is recommended for portability. + Closes https://bugs.launchpad.net/bugs/1100775 + 2013-08-04 Nicolas François * NEWS: Add NEWS entries. diff --git a/man/su.1.xml b/man/su.1.xml index b67041c8..b950148a 100644 --- a/man/su.1.xml +++ b/man/su.1.xml @@ -175,9 +175,11 @@ the user logged in directly. - When is used, it must be specified as the last - su option. - The other forms ( and ) + When is used, it must be specified before any + . For portability it is recommended + to use it as last option, before any + . The other forms + ( and ) do not have this restriction.