diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2008-03-23 03:01:10 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2008-03-23 03:01:10 +0000 |
commit | 38c1e60caeb76b27d70ba79b7f9572de226d891f (patch) | |
tree | 0aee5968311a166ca253841cf9e41f3cb8a8bdbb /sbin/bsdlabel/bsdlabel.c | |
parent | c32a483ae9a001b5150064401f1eef4b1da52de5 (diff) | |
download | FreeBSD-src-38c1e60caeb76b27d70ba79b7f9572de226d891f.zip FreeBSD-src-38c1e60caeb76b27d70ba79b7f9572de226d891f.tar.gz |
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
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.c')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index 6854450..ed12cc5 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -463,7 +463,6 @@ get_file_parms(int f) /* * Fetch disklabel for disk. - * Use ioctl to get label unless -r flag is given. */ static int readlabel(int flag) |