Remove comment about "-r" flag from readlabel. "-r" is a no-op.

The is comment is left over from the old disklabel command.

Reviewed by:	phk
This commit is contained in:
rodrigc 2008-03-23 03:01:10 +00:00
parent c32a483ae9
commit 38c1e60cae

View File

@ -463,7 +463,6 @@ get_file_parms(int f)
/* /*
* Fetch disklabel for disk. * Fetch disklabel for disk.
* Use ioctl to get label unless -r flag is given.
*/ */
static int static int
readlabel(int flag) readlabel(int flag)