summaryrefslogtreecommitdiffstats
path: root/bin/sh
diff options
context:
space:
mode:
authortruckman <truckman@FreeBSD.org>2016-06-01 17:29:15 +0000
committertruckman <truckman@FreeBSD.org>2016-06-01 17:29:15 +0000
commit10d7f27879527fd48fe5906f0141d54d5b2c69aa (patch)
tree689858a872ba61a6919b6ca1d1dd5fd1644f4881 /bin/sh
parent0d4a430fb149a2d2e01ee4d837445f358c02a598 (diff)
downloadFreeBSD-src-10d7f27879527fd48fe5906f0141d54d5b2c69aa.zip
FreeBSD-src-10d7f27879527fd48fe5906f0141d54d5b2c69aa.tar.gz
MFC r300642
Match the descriptions of the \H and \h prompt string sequences to reality. They were swapped. X-Confirmed by: jilles
Diffstat (limited to 'bin/sh')
-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 fbe3d81..1afd4e5 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 November 7, 2014
+.Dd May 24, 2016
.Dt SH 1
.Os
.Sh NAME
@@ -1371,9 +1371,9 @@ may include any of the following formatting sequences,
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
OpenPOWER on IntegriCloud