From: nekral-guest Date: Sat, 22 Oct 2011 08:56:51 +0000 (+0000) Subject: * man/su.1.xml: Document that su -c does not providea controlling X-Git-Tag: 4.1.5~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eee415298176825328a4accc48aa7c527eb66b88;p=thirdparty%2Fshadow.git * man/su.1.xml: Document that su -c does not providea controlling terminal. --- diff --git a/ChangeLog b/ChangeLog index f76e242df..0a0bdb656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-10-22 Nicolas François + + * man/su.1.xml: Document that su -c does not providea controlling + terminal. + 2011-10-18 Nicolas François * src/newusers.c: Fix typo. diff --git a/man/su.1.xml b/man/su.1.xml index b4ac203df..02222d667 100644 --- a/man/su.1.xml +++ b/man/su.1.xml @@ -137,6 +137,13 @@ Specify a command that will be invoked by the shell using its . + + The executed command will have no controlling terminal. This + option cannot be used to execute interractive programs which + need a controlling TTY. + +