]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 222758, 222759, 222770:
authorgjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 11 Jun 2011 00:30:56 +0000 (00:30 +0000)
committergjb <gjb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 11 Jun 2011 00:30:56 +0000 (00:30 +0000)
commit7a8f331e8c141165a7d8a9a6a63566b57c682c0a
treec0492458de6b10367cb0b11e8a7be706b49897f3
parent4891b6dca073c0f8169927e5625089ee6e68349d
MFC 222758, 222759, 222770:

- Document that when running 'su -m <user> -c <command>', <command> is
  run within a shell as <user>.
- Bump date
- Attempt to clear up some confusion in the following example, by
  stating the '-c' argument is passed to the shell, not to su(1), which
  would indicate the login class.

      'su -m <user> -c <command>'

PR: 157078

git-svn-id: svn://svn.freebsd.org/base/stable/8@222965 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/su/su.1