Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2013 18:02:59 +0000 (UTC)
From:      Joel Dahl <joel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r245805 - head/bin/sh
Message-ID:  <201301221802.r0MI2xcO058216@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: joel (doc committer)
Date: Tue Jan 22 18:02:58 2013
New Revision: 245805
URL: http://svnweb.freebsd.org/changeset/base/245805

Log:
  Add FILES section.
  
  Discussed with:	jilles

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1	Tue Jan 22 18:02:48 2013	(r245804)
+++ head/bin/sh/sh.1	Tue Jan 22 18:02:58 2013	(r245805)
@@ -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 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301221802.r0MI2xcO058216>