summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-01-20 22:25:25 +0000
committerjoel <joel@FreeBSD.org>2013-01-20 22:25:25 +0000
commit16ff7601a62477a9a6e67e96a511a1c6184119d2 (patch)
tree1f1bdc098ebca482f2c26208db1056538e3fd7f5 /bin
parent81fe037601c1afa5434d96fc45245aa4651d1fe9 (diff)
downloadFreeBSD-src-16ff7601a62477a9a6e67e96a511a1c6184119d2.zip
FreeBSD-src-16ff7601a62477a9a6e67e96a511a1c6184119d2.tar.gz
Change the $ENV example to use .shrc instead of .shinit. This is consistent
with what we use in /usr/share/skel/dot.profile. Discussed with: jilles
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 83cf7c2..706d8f5 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 14, 2013
+.Dd January 20, 2013
.Dt SH 1
.Os
.Sh NAME
@@ -138,10 +138,10 @@ variable to some file by placing the following line in the file
.Pa .profile
in the home directory,
substituting for
-.Pa .shinit
+.Pa .shrc
the filename desired:
.Pp
-.Dl "ENV=$HOME/.shinit; export ENV"
+.Dl "ENV=$HOME/.shrc; export ENV"
.Pp
The first non-option argument specified on the command line
will be treated as the
OpenPOWER on IntegriCloud