Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/fdisk Fix xrefs.



details:   https://anonhg.NetBSD.org/src/rev/5f7979a32417
branches:  trunk
changeset: 1005630:5f7979a32417
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Dec 15 11:49:28 2019 +0000

description:
Fix xrefs.

diffstat:

 sbin/fdisk/fdisk.8 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 38c4851711d0 -r 5f7979a32417 sbin/fdisk/fdisk.8
--- a/sbin/fdisk/fdisk.8        Sun Dec 15 11:22:46 2019 +0000
+++ b/sbin/fdisk/fdisk.8        Sun Dec 15 11:49:28 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fdisk.8,v 1.89 2019/12/14 20:46:13 christos Exp $
+.\"    $NetBSD: fdisk.8,v 1.90 2019/12/15 11:49:28 wiz Exp $
 .\"
 .Dd December 14, 2019
 .Dt FDISK 8
@@ -175,7 +175,7 @@
 These include the default boot partition and the timeout value for the prompt.
 (The boot selector permits the user to interactively select the boot
 partition, and thus which operating system is run, at system boot time; see
-.Xr mbr 8
+.Xr x86/mbr 8
 for more information.)
 .It Fl b Ar cylinders/heads/sectors
 Specify the BIOS geometry parameters for
@@ -651,8 +651,8 @@
 .Xr disklabel 8 ,
 .Xr gpt 8 ,
 .Xr installboot 8 ,
-.Xr mbr 8 ,
-.Xr mbrlabel 8
+.Xr mbrlabel 8 ,
+.Xr x86/mbr 8
 .Sh HISTORY
 A version of
 .Nm



Home | Main Index | Thread Index | Old Index