svn commit: r367871 - stable/12/usr.bin/uname

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Nov 20 10:27:55 UTC 2020


Author: 0mp (doc,ports committer)
Date: Fri Nov 20 10:27:54 2020
New Revision: 367871
URL: https://svnweb.freebsd.org/changeset/base/367871

Log:
  MFC r367640:
  
  Explicitly note in the EXAMPLES section that uname(3) contains more details

Modified:
  stable/12/usr.bin/uname/uname.1
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/usr.bin/uname/uname.1
==============================================================================
--- stable/12/usr.bin/uname/uname.1	Fri Nov 20 10:12:04 2020	(r367870)
+++ stable/12/usr.bin/uname/uname.1	Fri Nov 20 10:27:54 2020	(r367871)
@@ -28,7 +28,7 @@
 .\"	@(#)uname.1	8.3 (Berkeley) 4/8/94
 .\" $FreeBSD$
 .\"
-.Dd May 31, 2017
+.Dd Novermber 13, 2020
 .Dt UNAME 1
 .Os
 .Sh NAME
@@ -114,6 +114,9 @@ utility (except for
 .Fl a )
 will allow the corresponding data to be set to the contents
 of the environment variable.
+See
+.Xr uname 3
+for more information.
 .Sh EXIT STATUS
 .Ex -std
 .Sh EXAMPLES


More information about the svn-src-all mailing list