From 67361fdf2da6f3120511f78cda0a8da7f759c4af Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Sun, 23 Mar 2008 03:01:10 +0000 Subject: [PATCH] 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(-) diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index 6854450d0999..ed12cc5c3681 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)