diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-04-14 20:15:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-04-14 20:15:12 +0000 |
commit | 8ee1366e1eaed03903c3076e4c420854202a5164 (patch) | |
tree | 8b89669f6a2e55b97c3abcd3995aace039fe8389 /sbin | |
parent | a718c947a43f0c3912f21978065b97c42825d0dc (diff) |
neccessary -> necessary;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 6c0b937fbb7..90cbf8d1928 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.89 2010/04/14 15:19:27 lum Exp $ +.\" $OpenBSD: disklabel.8,v 1.90 2010/04/14 20:15:11 jmc Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -425,7 +425,7 @@ asked whether or not to save the changes to the on-disk label. .It Cm R Op Ar part Resize a partition in an automatically allocated label, compacting unused space between partitions with a higher offset. -The last partition will be shrunk if neccessary. +The last partition will be shrunk if necessary. Works only for automatically allocated labels with no spoofed partitions. .It Cm r Recalculate free space. |