From 64d11d6bb054f7d77539b9f18875ab87e98c8452 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 22 Aug 2018 11:39:13 +0200 Subject: [PATCH] su: add note about merged /usr Signed-off-by: Karel Zak --- login-utils/runuser.1 | 3 +++ login-utils/su.1 | 3 +++ 2 files changed, 6 insertions(+) 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 -- 2.47.2