From bec725403c437364c29de5440f0c42a5bb79ab30 Mon Sep 17 00:00:00 2001 From: Ken Smith Date: Sun, 28 Sep 2003 17:54:48 +0000 Subject: - Clarification to how command line arguments are processed. PR: docs/55613 Submitted by: gshapiro@freebsd.org Approved by: blackend (mentor) --- usr.bin/su/su.1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr.bin') diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1 index d041d6cdf2a1..8ff8ba7d7b76 100644 --- a/usr.bin/su/su.1 +++ b/usr.bin/su/su.1 @@ -148,6 +148,11 @@ If the optional .Ar args are provided on the command line, they are passed to the login shell of the target login. +Note that all command line arguments before the target login name are +processed by +.Nm +itself, everything after the target login name get passed to the login +shell. .Pp By default (unless the prompt is reset by a startup file) the super-user prompt is set to -- cgit v1.3