diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-19 15:48:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-19 15:48:21 +0000 |
commit | 3d950ae7b18a74e68d00f7aa1aeedc0de767a37f (patch) | |
tree | 9a9f84b4c929cc44515b66e7b11577924a0b040d /sbin/fdisk/fdisk.8 | |
parent | 32ae4c7606813925856a8f6d568185dce44029ef (diff) |
add a swap primitive; ok various, will be polished after by tom
Diffstat (limited to 'sbin/fdisk/fdisk.8')
-rw-r--r-- | sbin/fdisk/fdisk.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index d7858a78541..6c88a3b7c22 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.43 2004/06/26 11:45:40 jmc Exp $ +.\" $OpenBSD: fdisk.8,v 1.44 2005/01/19 15:48:20 deraadt Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -234,6 +234,8 @@ Update the machine code and 0xAA55 signature in the memory copy of the currently selected boot block. Note that this option will overwrite the NT disk signature, if present. +.It Em swap +Swap two MBR entries. .It Em select Select and load into memory the boot block pointed to by the extended partition table entry in the current boot block. |