Module Name: src Committed By: yamt Date: Mon Aug 10 02:56:23 UTC 2009
Modified Files: src/sbin/fdisk: fdisk.8 Log Message: an example. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sbin/fdisk/fdisk.8 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sbin/fdisk/fdisk.8 diff -u src/sbin/fdisk/fdisk.8:1.61 src/sbin/fdisk/fdisk.8:1.62 --- src/sbin/fdisk/fdisk.8:1.61 Thu Jul 2 00:49:58 2009 +++ src/sbin/fdisk/fdisk.8 Mon Aug 10 02:56:23 2009 @@ -1,6 +1,6 @@ -.\" $NetBSD: fdisk.8,v 1.61 2009/07/02 00:49:58 snj Exp $ +.\" $NetBSD: fdisk.8,v 1.62 2009/08/10 02:56:23 yamt Exp $ .\" -.Dd June 1, 2009 +.Dd August 10, 2009 .Dt FDISK 8 .Os .Sh NAME @@ -563,6 +563,11 @@ .It Pa /usr/mdec/mbr_ext Default location of i386 bootselect for extended partitions .El +.Sh EXAMPLES +Install MBR bootcode /usr/mdec/mbr_bootsel into /dev/rwd0d: +.Bd -literal -offset indent +fdisk -c /usr/mdec/mbr_bootsel /dev/rwd0d +.Ed .Sh SEE ALSO .Xr disktab 5 , .Xr boot 8 ,