summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-16 10:17:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-16 10:17:54 +0000
commit0e8841276f0fb507c0bba9f61ce3f3817f3f74e7 (patch)
treed1d87bfbf0a3d2a90d1cc8fe70e097920602b00b /sbin
parenta9231ec56f88346bdbe04911a738abed660616c0 (diff)
match recent changes
Diffstat (limited to 'sbin')
-rw-r--r--sbin/fdisk/fdisk.820
1 files changed, 10 insertions, 10 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8
index 052f64f3549..d34a0e21cd5 100644
--- a/sbin/fdisk/fdisk.8
+++ b/sbin/fdisk/fdisk.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fdisk.8,v 1.8 1997/09/30 00:10:34 mickey Exp $
+.\" $OpenBSD: fdisk.8,v 1.9 1997/10/16 10:17:53 deraadt Exp $
.\"
.\" Copyright (c) 1997 Tobias Weingartner
.\" All rights reserved.
@@ -79,14 +79,8 @@ When called with no special flags, it prints the MBR partition
table of the specified device, ie.
.Bd -literal
# fdisk fd0
- Disk: fd0
- Disk GEO: 80/2/18
- Bios GEO: 80/2/18
-
- Disk offset: 0
- NT Serial#: 0
- Signature: 0xAA55
-
+ Disk: fd0 geometry: 80/2/18 [2880 sectors]
+ Offset: 0 Signatures: 0xAA55,0x6F727265
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
----------------------------------------------------------------------
@@ -166,7 +160,7 @@ explanations are given below.
This command gives you a list of commands that
.Nm
understands in the interactive edit mode.
-.It Em init
+.It Em reinit
This command initializes the currently selected, in memory copy, of the
boot block.
.It Em disk
@@ -198,6 +192,12 @@ This will exit the current level of fdisk, either returning to the
previously selected in memory copy of a boot block, or exit the
program if there is none.
.It Em quit
+This will exit the current level of fdisk, either returning to the
+previously selected in memory copy of a boot block, or exit the
+program if there is none. Unlike
+.Em exit
+it does NOT write the modified block out.
+.It Em abort
Quit program without saving current changes.
.El
.Pp