[Midnightbsd-cvs] src [11218] sync
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 1 17:03:51 EDT 2018
Revision: 11218
http://svnweb.midnightbsd.org/src/?rev=11218
Author: laffer1
Date: 2018-07-01 17:03:51 -0400 (Sun, 01 Jul 2018)
Log Message:
-----------
sync
Modified Paths:
--------------
trunk/sbin/ffsinfo/Makefile
trunk/sbin/ffsinfo/ffsinfo.8
Property Changed:
----------------
trunk/sbin/ffsinfo/ffsinfo.8
Modified: trunk/sbin/ffsinfo/Makefile
===================================================================
--- trunk/sbin/ffsinfo/Makefile 2018-07-01 20:52:01 UTC (rev 11217)
+++ trunk/sbin/ffsinfo/Makefile 2018-07-01 21:03:51 UTC (rev 11218)
@@ -1,7 +1,8 @@
+# $MidnightBSD$
# @(#)Makefile 8.8 (Berkeley) 6/21/2000
#
# $TSHeader: src/sbin/ffsinfo/Makefile,v 1.3 2000/12/05 19:45:10 tomsoft Exp $
-# $MidnightBSD$
+# $FreeBSD: stable/10/sbin/ffsinfo/Makefile 227407 2011-11-09 21:01:50Z ed $
#
GROWFS= ${.CURDIR}/../growfs
@@ -15,5 +16,5 @@
CFLAGS+=-DFS_DEBUG -I${GROWFS}
DPADD= ${LIBUFS}
LDADD= -lufs
-
-.include <bsd.prog.mk>
+
+.include <bsd.prog.mk>
Modified: trunk/sbin/ffsinfo/ffsinfo.8
===================================================================
--- trunk/sbin/ffsinfo/ffsinfo.8 2018-07-01 20:52:01 UTC (rev 11217)
+++ trunk/sbin/ffsinfo/ffsinfo.8 2018-07-01 21:03:51 UTC (rev 11218)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\" Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz
.\" Copyright (c) 1980, 1989, 1993 The Regents of the University of California.
.\" All rights reserved.
@@ -35,7 +36,7 @@
.\" SUCH DAMAGE.
.\"
.\" $TSHeader: src/sbin/ffsinfo/ffsinfo.8,v 1.3 2000/12/12 19:30:55 tomsoft Exp $
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/sbin/ffsinfo/ffsinfo.8 307403 2016-10-16 22:02:50Z sevan $
.\"
.Dd September 8, 2000
.Dt FFSINFO 8
@@ -121,13 +122,13 @@
.Pa /var/tmp/ffsinfo
with all available information.
.Sh SEE ALSO
-.Xr disklabel 8 ,
.Xr dumpfs 8 ,
.Xr fsck 8 ,
+.Xr gpart 8 ,
.Xr growfs 8 ,
+.Xr gvinum 8 ,
.Xr newfs 8 ,
-.Xr tunefs 8 ,
-.Xr vinum 8
+.Xr tunefs 8
.Sh HISTORY
The
.Nm
@@ -134,9 +135,9 @@
utility first appeared in
.Fx 4.4 .
.Sh AUTHORS
-.An Christoph Herrmann Aq chm at FreeBSD.org
-.An Thomas-Henning von Kamptz Aq tomsoft at FreeBSD.org
-.An The GROWFS team Aq growfs at Tomsoft.COM
+.An Christoph Herrmann Aq Mt chm at FreeBSD.org
+.An Thomas-Henning von Kamptz Aq Mt tomsoft at FreeBSD.org
+.An The GROWFS team Aq Mt growfs at Tomsoft.COM
.Sh BUGS
Snapshots are handled like plain files.
They should get their own level to provide for independent control of the
Property changes on: trunk/sbin/ffsinfo/ffsinfo.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list