svn commit: r306981 - stable/11/sbin/dump

Sevan Janiyan sevan at FreeBSD.org
Mon Oct 10 16:14:51 UTC 2016


Author: sevan (doc committer)
Date: Mon Oct 10 16:14:49 2016
New Revision: 306981
URL: https://svnweb.freebsd.org/changeset/base/306981

Log:
  MFC r306600:
  dump(8) first appeared in V4 UNIX
  http://minnie.tuhs.org/cgi-bin/utree.pl?file=V4/man/man8
  
  PR:             212444
  Approved by:    bcr (mentor)
  Obtained from:  TUHS
  Differential Revision:  https://reviews.freebsd.org/D8105

Modified:
  stable/11/sbin/dump/dump.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/dump/dump.8
==============================================================================
--- stable/11/sbin/dump/dump.8	Mon Oct 10 16:14:00 2016	(r306980)
+++ stable/11/sbin/dump/dump.8	Mon Oct 10 16:14:49 2016	(r306981)
@@ -29,7 +29,7 @@
 .\"     @(#)dump.8	8.3 (Berkeley) 5/1/95
 .\" $FreeBSD$
 .\"
-.Dd February 24, 2006
+.Dd October 3, 2016
 .Dt DUMP 8
 .Os
 .Sh NAME
@@ -514,7 +514,7 @@ Many, and verbose.
 A
 .Nm
 utility appeared in
-.At v6 .
+.At v4 .
 .Sh BUGS
 Fewer than 32 read errors on the file system are ignored, though all
 errors will generate a warning message.


More information about the svn-src-all mailing list