diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 01:20:27 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-09-23 01:20:27 +0000 |
commit | b7253ab25580c3ade3e0f9b14e52111cda23a6a4 (patch) | |
tree | f04128e8173c1d582b41021a6490d9d2dba38cb0 /sbin/reboot/reboot.8 | |
parent | 93a6e10cf261f623435b25f06a399d212cac7fd4 (diff) |
alphabetize SEE ALSO entries and order them numerically according to section
Diffstat (limited to 'sbin/reboot/reboot.8')
-rw-r--r-- | sbin/reboot/reboot.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 02d29565974..4f891358a29 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.8,v 1.10 1998/09/17 04:15:01 aaron Exp $ +.\" $OpenBSD: reboot.8,v 1.11 1998/09/23 01:20:25 aaron Exp $ .\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -88,11 +88,11 @@ users advance warning of their impending doom. /etc/rc.shutdown script which is run at shutdown time .Sh SEE ALSO -.Xr sync 8 , .Xr utmp 5 , .Xr boot_<arch> 8 , .Xr savecore 8 , -.Xr shutdown 8 +.Xr shutdown 8 , +.Xr sync 8 .Sh HISTORY A .Nm reboot |