summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornik <nik@FreeBSD.org>2001-05-24 09:28:59 +0000
committernik <nik@FreeBSD.org>2001-05-24 09:28:59 +0000
commit226cc1536b236c0cebc1c0f0dbcdb353aeb702ba (patch)
treeed7a7f0d26f9b7cc0db2fbc928740d20d0f3801b
parent7e5ccc617b42c9e942f2bc1f8589896c13bb9dd2 (diff)
downloadFreeBSD-src-226cc1536b236c0cebc1c0f0dbcdb353aeb702ba.zip
FreeBSD-src-226cc1536b236c0cebc1c0f0dbcdb353aeb702ba.tar.gz
Remove the "undocumented" comment in re lflag.
-rw-r--r--sbin/reboot/reboot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/reboot/reboot.c b/sbin/reboot/reboot.c
index 9dae03d..aa5e354 100644
--- a/sbin/reboot/reboot.c
+++ b/sbin/reboot/reboot.c
@@ -82,7 +82,7 @@ main(int argc, char *argv[])
case 'd':
howto |= RB_DUMP;
break;
- case 'l': /* Undocumented; used by shutdown. */
+ case 'l':
lflag = 1;
break;
case 'n':
OpenPOWER on IntegriCloud