git: 016aeb7ca0a5 - main - The fdformat man page is in section 8 (not 1).
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Aug 2022 16:14:57 UTC
The branch main has been updated by schweikh:
URL: https://cgit.FreeBSD.org/src/commit/?id=016aeb7ca0a54109b63b6379386c4cbb828c7da3
commit 016aeb7ca0a54109b63b6379386c4cbb828c7da3
Author: Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2022-08-14 16:14:08 +0000
Commit: Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2022-08-14 16:14:52 +0000
The fdformat man page is in section 8 (not 1).
---
sbin/newfs/newfs.8 | 2 +-
usr.sbin/fdwrite/fdwrite.1 | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8
index 5213e4109363..a5b850c54675 100644
--- a/sbin/newfs/newfs.8
+++ b/sbin/newfs/newfs.8
@@ -314,7 +314,7 @@ than the historical defaults
This large fragment size may lead to much wasted space
on file systems that contain many small files.
.Sh SEE ALSO
-.Xr fdformat 1 ,
+.Xr fdformat 8 ,
.Xr geom 4 ,
.Xr disktab 5 ,
.Xr fs 5 ,
diff --git a/usr.sbin/fdwrite/fdwrite.1 b/usr.sbin/fdwrite/fdwrite.1
index 9f1270f72f03..aa7d71db440b 100644
--- a/usr.sbin/fdwrite/fdwrite.1
+++ b/usr.sbin/fdwrite/fdwrite.1
@@ -78,7 +78,7 @@ The parameters returned from
.Ar device
are used for formatting.
If custom formatting is needed, please use
-.Xr fdformat 1
+.Xr fdformat 8
instead.
.Sh EXAMPLES
The
@@ -95,13 +95,13 @@ multivolume facility is of course the formatting of the floppies, which
here is done on the fly,
thus reducing the amount of work for the floppy-jockey.
.Sh SEE ALSO
-.Xr fdformat 1
+.Xr fdformat 8
.Sh HISTORY
The
.Nm
utility was written while waiting for ``make world'' to complete.
Some of the code was taken from
-.Xr fdformat 1 .
+.Xr fdformat 8 .
.Sh AUTHORS
The program has been contributed by
.An Poul-Henning Kamp Aq Mt phk@FreeBSD.org .