svn commit: r273985 - head/etc

Warren Block wblock at FreeBSD.org
Sun Nov 2 19:25:32 UTC 2014


Author: wblock (doc committer)
Date: Sun Nov  2 19:25:31 2014
New Revision: 273985
URL: https://svnweb.freebsd.org/changeset/base/273985

Log:
  Add the less-ambiguous freebsd-version command.
  
  Reviewed by:	-stable
  MFC after:	3 days

Modified:
  head/etc/motd

Modified: head/etc/motd
==============================================================================
--- head/etc/motd	Sun Nov  2 19:16:41 2014	(r273984)
+++ head/etc/motd	Sun Nov  2 19:25:31 2014	(r273985)
@@ -13,7 +13,7 @@ Documents installed with the system are 
 directory, or can be installed later with:  pkg install en-freebsd-doc
 For other languages, replace "en" with a language code like de or fr.
 
-Show the version of FreeBSD installed:  uname -a
+Show the version of FreeBSD installed:  freebsd-version ; uname -a
 Please include that output and any error messages when posting questions.
 Introduction to manual pages:  man man
 FreeBSD directory layout:      man hier


More information about the svn-src-all mailing list