diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2011-04-16 23:07:20 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2011-04-16 23:07:20 +0000 |
commit | a94fb64c248e5b93eea66e23462028e15916c967 (patch) | |
tree | 2bdb670d472e5353f968b66ca1186dc80f0bed36 /sbin/disklabel | |
parent | 758666d4f052b1f9739bf20f7bda1e354c0b052c (diff) |
Tweak description of -F to eliminate implication that mount points
must be input by user to get into the -F|-f output. Any known
mount point - user entered, read from fstab or static ('none' for
swap partitions) - will get into the tempfile.
Diffstat (limited to 'sbin/disklabel')
-rw-r--r-- | sbin/disklabel/disklabel.8 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/disklabel/disklabel.8 b/sbin/disklabel/disklabel.8 index 310237d15e6..be86a7d8f23 100644 --- a/sbin/disklabel/disklabel.8 +++ b/sbin/disklabel/disklabel.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: disklabel.8,v 1.97 2011/04/16 16:05:53 krw Exp $ +.\" $OpenBSD: disklabel.8,v 1.98 2011/04/16 23:07:19 krw Exp $ .\" $NetBSD: disklabel.8,v 1.9 1995/03/18 14:54:38 cgd Exp $ .\" .\" Copyright (c) 1987, 1988, 1991, 1993 @@ -166,8 +166,7 @@ Write entries to .Ar tempfile in .Xr fstab 5 -format for any partitions for which mount point information has been -specified. +format for any partitions for which mount point information is known. The entries will written using disklabel UIDs. The .Fl F |