svn commit: r302334 - stable/10/bin/sh
Warren Block
wblock at FreeBSD.org
Mon Jul 4 14:23:37 UTC 2016
Author: wblock (doc committer)
Date: Mon Jul 4 14:23:36 2016
New Revision: 302334
URL: https://svnweb.freebsd.org/changeset/base/302334
Log:
MFC r301007:
Clarify the explanations for the hostname and FQDN entries.
Modified:
stable/10/bin/sh/sh.1
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/bin/sh/sh.1
==============================================================================
--- stable/10/bin/sh/sh.1 Mon Jul 4 13:22:13 2016 (r302333)
+++ stable/10/bin/sh/sh.1 Mon Jul 4 14:23:36 2016 (r302334)
@@ -32,7 +32,7 @@
.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
.\" $FreeBSD$
.\"
-.Dd May 24, 2016
+.Dd May 30, 2016
.Dt SH 1
.Os
.Sh NAME
@@ -1371,9 +1371,9 @@ may include any of the following formatt
which are replaced by the given information:
.Bl -tag -width indent
.It Li \eH
-The fully-qualified hostname.
+This system's fully-qualified hostname (FQDN).
.It Li \eh
-The local hostname.
+This system's hostname.
.It Li \eW
The final component of the current working directory.
.It Li \ew
More information about the svn-src-stable-10
mailing list