diff options
author | Joel Dahl <joel@FreeBSD.org> | 2013-01-22 18:02:58 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2013-01-22 18:02:58 +0000 |
commit | cb5a6a58cb3771f967f75ba1442b7e8b289eb93d (patch) | |
tree | 0b345f59ca03f0a92bd763513414a36559dd86ce /bin | |
parent | 4673bd39503ae2e4b9a759bb690ad31838560df5 (diff) | |
download | src-test2-cb5a6a58cb3771f967f75ba1442b7e8b289eb93d.tar.gz src-test2-cb5a6a58cb3771f967f75ba1442b7e8b289eb93d.zip |
Notes
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/sh.1 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 706d8f55b497..09d94f3a78bb 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -32,7 +32,7 @@ .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 .\" $FreeBSD$ .\" -.Dd January 20, 2013 +.Dd January 22, 2013 .Dt SH 1 .Os .Sh NAME @@ -2674,6 +2674,17 @@ Additionally, all environment variables are turned into shell variables at startup, which may affect the shell as described under .Sx Special Variables . +.Sh FILES +.Bl -tag -width "/etc/suid_profileXX" -compact +.It Pa ~/.profile +User's login profile. +.It Pa /etc/profile +System login profile. +.It Pa /etc/shells +Shell database. +.It Pa /etc/suid_profile +Privileged shell profile. +.El .Sh EXIT STATUS Errors that are detected by the shell, such as a syntax error, will cause the shell to exit with a non-zero exit status. @@ -2699,7 +2710,8 @@ will return the argument. .Xr getrlimit 2 , .Xr umask 2 , .Xr wctype 3 , -.Xr editrc 5 +.Xr editrc 5 , +.Xr shells 5 .Sh HISTORY A .Nm |