diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-06-05 15:23:45 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-06-05 15:23:45 +0000 |
commit | d26cceadff96c27089f73579a77341c4889a33d1 (patch) | |
tree | 4491b093ad37509f706f287ec54519cd1fc38670 | |
parent | 4b23de05b86f1cb885bccacc19e7714dfac9c8f6 (diff) |
Alphabetize SEE ALSO entries; mpech@prosoft.org.lv
-rw-r--r-- | sbin/reboot/reboot.8 | 15 | ||||
-rw-r--r-- | sbin/shutdown/shutdown.8 | 8 |
2 files changed, 11 insertions, 12 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 61670552ed5..645c090fa4d 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.8,v 1.21 2001/01/28 19:23:05 marc Exp $ +.\" $OpenBSD: reboot.8,v 1.22 2001/06/05 15:23:43 aaron Exp $ .\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -40,8 +40,7 @@ .Sh NAME .Nm reboot , .Nm halt -.Nd -stopping and restarting the system +.Nd stopping and restarting the system .Sh SYNOPSIS .Nm halt .Op Fl dnpq @@ -95,10 +94,6 @@ script which is run at shutdown time .Sh SEE ALSO .Xr utmp 5 , .Xr boot 8 , -.Xr rc.shutdown 8 , -.Xr savecore 8 , -.Xr shutdown 8 , -.Xr sync 8 , .Xr boot_alpha 8 , .Xr boot_amiga 8 , .Xr boot_hp300 8 , @@ -108,7 +103,11 @@ script which is run at shutdown time .Xr boot_powerpc 8 , .Xr boot_sparc 8 , .Xr boot_sun3 8 , -.Xr boot_vax 8 +.Xr boot_vax 8 , +.Xr rc.shutdown 8 , +.Xr savecore 8 , +.Xr shutdown 8 , +.Xr sync 8 .Sh HISTORY A .Nm reboot diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 1c286bfc0a7..9a400044493 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shutdown.8,v 1.25 2001/01/28 19:25:25 marc Exp $ +.\" $OpenBSD: shutdown.8,v 1.26 2001/06/05 15:23:44 aaron Exp $ .\" $NetBSD: shutdown.8,v 1.6 1995/03/18 15:01:07 cgd Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 @@ -39,7 +39,7 @@ .Os .Sh NAME .Nm shutdown -.Nd "close down the system at a given time" +.Nd close down the system at a given time .Sh SYNOPSIS .Nm shutdown .Op Fl @@ -190,8 +190,8 @@ before the system is shutdown .Xr login 1 , .Xr wall 1 , .Xr halt 8 , -.Xr reboot 8 , -.Xr rc.shutdown 8 +.Xr rc.shutdown 8 , +.Xr reboot 8 .Sh COMPATIBILITY The hours and minutes in the second time format may be separated by a colon |