From 38c1e60caeb76b27d70ba79b7f9572de226d891f Mon Sep 17 00:00:00 2001 From: rodrigc Date: Sun, 23 Mar 2008 03:01:10 +0000 Subject: 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 --- sbin/bsdlabel/bsdlabel.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sbin/bsdlabel/bsdlabel.c') 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) -- cgit v1.1