Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Jul 2016 14:23:36 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r302334 - stable/10/bin/sh
Message-ID:  <201607041423.u64ENamN028349@repo.freebsd.org>

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



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