svn commit: r332999 - head/usr.bin/man

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Apr 25 15:39:37 UTC 2018


Author: trasz
Date: Wed Apr 25 15:39:36 2018
New Revision: 332999
URL: https://svnweb.freebsd.org/changeset/base/332999

Log:
  Clean up .Xrs in man(1).
  
  MFC after:	2 weeks

Modified:
  head/usr.bin/man/man.1

Modified: head/usr.bin/man/man.1
==============================================================================
--- head/usr.bin/man/man.1	Wed Apr 25 15:32:12 2018	(r332998)
+++ head/usr.bin/man/man.1	Wed Apr 25 15:39:36 2018	(r332999)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 11, 2017
+.Dd April 25, 2018
 .Dt MAN 1
 .Os
 .Sh NAME
@@ -360,10 +360,8 @@ Local configuration files.
 .Sh SEE ALSO
 .Xr apropos 1 ,
 .Xr intro 1 ,
-.Xr locale 1 ,
+.Xr mandoc 1 ,
 .Xr manpath 1 ,
-.Xr nroff 1 ,
-.Xr troff 1 ,
 .Xr whatis 1 ,
 .Xr intro 2 ,
 .Xr intro 3 ,
@@ -372,5 +370,6 @@ Local configuration files.
 .Xr man.conf 5 ,
 .Xr intro 6 ,
 .Xr intro 7 ,
+.Xr mdoc 7 ,
 .Xr intro 8 ,
 .Xr intro 9


More information about the svn-src-all mailing list