diff options
author | truckman <truckman@FreeBSD.org> | 2016-05-25 02:10:30 +0000 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2016-05-25 02:10:30 +0000 |
commit | 7fa8459fdb5367b97611bd13ebda4810a9261f4e (patch) | |
tree | 23d7852879ca90281c109937af2884ec858fd46d /bin | |
parent | 896f16ef24bdfb6b72b4c91ad32314c8eb970b6d (diff) | |
download | FreeBSD-src-7fa8459fdb5367b97611bd13ebda4810a9261f4e.zip FreeBSD-src-7fa8459fdb5367b97611bd13ebda4810a9261f4e.tar.gz |
Match the descriptions of the \H and \h prompt string sequences to reality.
They were swapped.
X-Confirmed by: jilles
MFC after: 1 week
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/sh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index 1f2d67b..1f3431c 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 30, 2016 +.Dd May 24, 2016 .Dt SH 1 .Os .Sh NAME @@ -1403,9 +1403,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 |