git: 435a5f94fbc0 - stable/14 - sbin/{ffsinfo,mount,newfs}: reference ffs(4) in man pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Nov 2024 22:06:14 UTC
The branch stable/14 has been updated by fuz:
URL: https://cgit.FreeBSD.org/src/commit/?id=435a5f94fbc09959c0a4e48b1e81a50fcfd45673
commit 435a5f94fbc09959c0a4e48b1e81a50fcfd45673
Author: David Gilbert <dave@daveg.ca>
AuthorDate: 2024-11-25 21:57:20 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2024-11-25 22:05:11 +0000
sbin/{ffsinfo,mount,newfs}: reference ffs(4) in man pages
With some copy-editing to account for the man page being in
section 7 on stable/14.
PR: 282867
MFC: stable/14
Approved by: mhorne (via IRC)
(cherry picked from commit 3a212cc66ad1b5d6c1dc97eb07143e919a123491)
---
sbin/ffsinfo/ffsinfo.8 | 3 ++-
sbin/mount/mount.8 | 3 ++-
sbin/newfs/newfs.8 | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/sbin/ffsinfo/ffsinfo.8 b/sbin/ffsinfo/ffsinfo.8
index 4d76acd0ba0a..e4b33b4e2551 100644
--- a/sbin/ffsinfo/ffsinfo.8
+++ b/sbin/ffsinfo/ffsinfo.8
@@ -36,7 +36,7 @@
.\"
.\" $TSHeader: src/sbin/ffsinfo/ffsinfo.8,v 1.3 2000/12/12 19:30:55 tomsoft Exp $
.\"
-.Dd September 8, 2000
+.Dd November 19, 2024
.Dt FFSINFO 8
.Os
.Sh NAME
@@ -120,6 +120,7 @@ to
.Pa /var/tmp/ffsinfo
with all available information.
.Sh SEE ALSO
+.Xr ffs 7 ,
.Xr dumpfs 8 ,
.Xr fsck 8 ,
.Xr gpart 8 ,
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 680f28766af8..218559a70dcb 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd January 24, 2024
+.Dd November 19, 2024
.Dt MOUNT 8
.Os
.Sh NAME
@@ -572,6 +572,7 @@ support for a particular file system might be provided either on a static
.Xr procfs 5 ,
.Xr tarfs 5 ,
.Xr tmpfs 5 ,
+.Xr ffs 7 ,
.Xr automount 8 ,
.Xr fstyp 8 ,
.Xr kldload 8 ,
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 4ac6e56879b4..9b70643ee646 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -27,7 +27,7 @@
.\"
.\" @(#)newfs.8 8.6 (Berkeley) 5/3/95
.\"
-.Dd May 18, 2024
+.Dd November 19, 2024
.Dt NEWFS 8
.Os
.Sh NAME
@@ -355,6 +355,7 @@ on file systems that contain many small files.
.Xr geom 4 ,
.Xr disktab 5 ,
.Xr fs 5 ,
+.Xr ffs 7 ,
.Xr camcontrol 8 ,
.Xr dump 8 ,
.Xr dumpfs 8 ,