diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-11 03:10:07 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-11 03:10:07 +0000 |
commit | 8342100f165ece47cb64894b1d2231172f0786d4 (patch) | |
tree | 2f5935b995d97883c18f3fe53f468bd5158d20e0 /lib/libc/sys | |
parent | a71cef03718c6254c8a23bb402df76a478d2e228 (diff) |
Fix typo: disklable -> disklabel; from NetBSD.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/swapctl.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/swapctl.2 b/lib/libc/sys/swapctl.2 index 43f915834c0..551ee5a0cd8 100644 --- a/lib/libc/sys/swapctl.2 +++ b/lib/libc/sys/swapctl.2 @@ -142,7 +142,7 @@ case, except that they change the priority of a currently enabled swap device. .El .Pp When swapping is enabled on a block device, the first portion of the disk is -left unused to prevent any disklable present from being overwritten. +left unused to prevent any disklabel present from being overwritten. This space is allocated from the swap device when the .Dv SWAP_ON command is used. |