svn commit: r300642 - head/bin/sh

Don Lewis truckman at FreeBSD.org
Wed May 25 02:10:32 UTC 2016


Author: truckman
Date: Wed May 25 02:10:30 2016
New Revision: 300642
URL: https://svnweb.freebsd.org/changeset/base/300642

Log:
  Match the descriptions of the \H and \h prompt string sequences to reality.
  They were swapped.
  
  X-Confirmed by:	jilles
  MFC after:	1 week

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1	Wed May 25 01:48:44 2016	(r300641)
+++ head/bin/sh/sh.1	Wed May 25 02:10:30 2016	(r300642)
@@ -32,7 +32,7 @@
 .\"	from: @(#)sh.1	8.6 (Berkeley) 5/4/95
 .\" $FreeBSD$
 .\"
-.Dd January 30, 2016
+.Dd May 24, 2016
 .Dt SH 1
 .Os
 .Sh NAME
@@ -1403,9 +1403,9 @@ may include any of the following formatt
 which are replaced by the given information:
 .Bl -tag -width indent
 .It Li \eH
-The local hostname.
-.It Li \eh
 The fully-qualified hostname.
+.It Li \eh
+The local hostname.
 .It Li \eW
 The final component of the current working directory.
 .It Li \ew


More information about the svn-src-head mailing list