From: Karel Zak Date: Wed, 22 Aug 2018 09:39:13 +0000 (+0200) Subject: su: add note about merged /usr X-Git-Tag: v2.33-rc1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d11d6bb054f7d77539b9f18875ab87e98c8452;p=thirdparty%2Futil-linux.git su: add note about merged /usr Signed-off-by: Karel Zak --- diff --git a/login-utils/runuser.1 b/login-utils/runuser.1 index af834e840a..bf0d02471a 100644 --- a/login-utils/runuser.1 +++ b/login-utils/runuser.1 @@ -197,6 +197,9 @@ and \-\-login and \-\-preserve\-environment were not specified initializes .BR PATH . .RE +.sp +The environment variable PATH may be different on systems where /bin and /sbin +are merged into /usr. .SH EXIT STATUS .B runuser normally returns the exit status of the command it executed. If the diff --git a/login-utils/su.1 b/login-utils/su.1 index 5cf3211eff..d6a064fd2d 100644 --- a/login-utils/su.1 +++ b/login-utils/su.1 @@ -223,6 +223,9 @@ and \-\-login and \-\-preserve\-environment were not specified initializes .BR PATH . .RE +.sp +The environment variable PATH may be different on systems where /bin and /sbin +are merged into /usr. .SH EXIT STATUS .B su normally returns the exit status of the command it executed. If the