From 7e5ccc617b42c9e942f2bc1f8589896c13bb9dd2 Mon Sep 17 00:00:00 2001 From: nik Date: Thu, 24 May 2001 09:28:05 +0000 Subject: Document the -l option. PR: docs/27440 Submitted by: Flix-Antoine Paradis --- sbin/reboot/reboot.8 | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'sbin/reboot/reboot.8') diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index c593a52..0252fa6 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -43,13 +43,13 @@ .Nd stopping and restarting the system .Sh SYNOPSIS .Nm halt -.Op Fl nqp +.Op Fl lnqp .Nm -.Op Fl dnqp +.Op Fl dlnqp .Nm fasthalt -.Op Fl nqp +.Op Fl lnqp .Nm fastboot -.Op Fl dnqp +.Op Fl dlnqp .Sh DESCRIPTION The .Nm halt @@ -72,6 +72,17 @@ The system is requested to create a crash dump. This option is supported only when rebooting, and it has no effect unless a dump device has previously been specified with .Xr dumpon 8 . +.It Fl l +The halt or reboot is +.Em not +logged to the system log. +This option is intended for applications such as +.Xr shutdown 8 , +that call +.Nm +or +.Nm halt +and log this themselves. .It Fl n The file system cache is not flushed. This option should probably not be used. -- cgit v1.1