summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-01-22 18:02:58 +0000
committerjoel <joel@FreeBSD.org>2013-01-22 18:02:58 +0000
commit30cb6e295192731c3e9b6db0ce9ab3bdff103fe7 (patch)
tree0b345f59ca03f0a92bd763513414a36559dd86ce /bin
parent344c251409940bcfe8a745fa0940ea54bae6ff68 (diff)
downloadFreeBSD-src-30cb6e295192731c3e9b6db0ce9ab3bdff103fe7.zip
FreeBSD-src-30cb6e295192731c3e9b6db0ce9ab3bdff103fe7.tar.gz
Add FILES section.
Discussed with: jilles
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.116
1 files changed, 14 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 706d8f5..09d94f3 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
OpenPOWER on IntegriCloud