Author: cy
Date: Tue Dec  5 05:02:46 2017
New Revision: 326558
URL: https://svnweb.freebsd.org/changeset/base/326558

Log:
  fdformat is a sysadmin command and thus its man page should be in
  volume 8 instead of volume 1.
  
  Reviewed by:  imp
  MFC after:    1 week
  Differential Revision:        https://reviews.freebsd.org/D13370

Added:
  head/usr.sbin/fdformat/fdformat.8
     - copied, changed from r326557, head/usr.sbin/fdformat/fdformat.1
Deleted:
  head/usr.sbin/fdformat/fdformat.1
Modified:
  head/ObsoleteFiles.inc
  head/usr.sbin/fdformat/Makefile

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc      Tue Dec  5 04:43:39 2017        (r326557)
+++ head/ObsoleteFiles.inc      Tue Dec  5 05:02:46 2017        (r326558)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20171204: Move fdformat man page from volume 1 to volume 8.
+OLD_FILES+=usr/share/man/man8/fdformat.1.gz
 # 20171203: libproc version bump
 OLD_LIBS+=usr/lib/libproc.so.4
 OLD_LIBS+=usr/lib32/libproc.so.4

Modified: head/usr.sbin/fdformat/Makefile
==============================================================================
--- head/usr.sbin/fdformat/Makefile     Tue Dec  5 04:43:39 2017        
(r326557)
+++ head/usr.sbin/fdformat/Makefile     Tue Dec  5 05:02:46 2017        
(r326558)
@@ -3,6 +3,7 @@
 .PATH: ${.CURDIR:H}/fdread
 
 PROG=  fdformat
+MAN=   fdformat.8
 SRCS=  fdformat.c fdutil.c
 
 CFLAGS+= -I${.CURDIR:H}/fdread

Copied and modified: head/usr.sbin/fdformat/fdformat.8 (from r326557, 
head/usr.sbin/fdformat/fdformat.1)
==============================================================================
--- head/usr.sbin/fdformat/fdformat.1   Tue Dec  5 04:43:39 2017        
(r326557, copy source)
+++ head/usr.sbin/fdformat/fdformat.8   Tue Dec  5 05:02:46 2017        
(r326558)
@@ -24,8 +24,8 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd December 25, 2001
-.Dt FDFORMAT 1
+.Dd December 4, 2017
+.Dt FDFORMAT 8
 .Os
 .Sh NAME
 .Nm fdformat
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to