Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 22:25:25 +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: r245699 - head/bin/sh
Message-ID:  <201301202225.r0KMPPf5041837@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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