svn commit: r245699 - head/bin/sh

Joel Dahl joel at FreeBSD.org
Sun Jan 20 22:25:26 UTC 2013


Author: joel (doc committer)
Date: Sun Jan 20 22:25:25 2013
New Revision: 245699
URL: http://svnweb.freebsd.org/changeset/base/245699

Log:
  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

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1	Sun Jan 20 21:28:05 2013	(r245698)
+++ head/bin/sh/sh.1	Sun Jan 20 22:25:25 2013	(r245699)
@@ -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 fol
 .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


More information about the svn-src-all mailing list