From 13dc9abfef08f48a67c2609d10e5d4f6e4f2f3ef Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 16 Nov 2001 12:06:32 +0000 Subject: [PATCH] Sort SEE ALSO, use .Pp for paragraphs. --- sbin/reboot/reboot.8 | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index c883c7d5804c..366eec9efeaf 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: reboot.8,v 1.14 2001/11/16 10:25:50 wiz Exp $ +.\" $NetBSD: reboot.8,v 1.15 2001/11/16 12:06:32 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -91,12 +91,22 @@ Normally, the utility is used when the system needs to be halted or restarted, giving users advance warning of their impending doom. .Sh SEE ALSO -.Xr boot 8 , .Xr reboot 2 , .Xr syslog 3 , +.Xr utmp 5 , +.Xr boot 8 , .Xr shutdown 8 , -.Xr sync 8 , -.Xr utmp 5 +.Xr sync 8 +.Sh HISTORY +A +.Nm +command appeared in +.At v6 . +.Pp +The +.Nm poweroff +command first appeared in +.Nx 1.5 . .Sh BUGS The single user shell will ignore the SIGTERM signal. To avoid waiting for the timeout when @@ -104,13 +114,3 @@ rebooting or halting from the single user shell, you have to .Ic exec reboot or .Ic exec halt . -.Sh HISTORY -A -.Nm -command appeared in -.At v6 . - -The -.Nm poweroff -command first appeared in -.Nx 1.5 .