diff options
author | 2003-02-27 07:10:02 +0000 | |
---|---|---|
committer | 2003-02-27 07:10:02 +0000 | |
commit | 54cb169c87330483d179d0337b235dd4aeabdaff (patch) | |
tree | 5f8a2f01e3f3c8e380624affe4d8e00c8c8d4128 | |
parent | Don't need to specify both __dead and __attribute__((__noreturn__)) for (diff) | |
download | wireguard-openbsd-54cb169c87330483d179d0337b235dd4aeabdaff.tar.xz wireguard-openbsd-54cb169c87330483d179d0337b235dd4aeabdaff.zip |
Refer to reboot(2). Other commands from section 8 (mount, chown) refer
to their section 2 counterparts.
OK jmc@
-rw-r--r-- | sbin/reboot/reboot.8 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8 index 531ebe9495b..74cf87f11ff 100644 --- a/sbin/reboot/reboot.8 +++ b/sbin/reboot/reboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.8,v 1.25 2002/12/31 16:22:26 miod Exp $ +.\" $OpenBSD: reboot.8,v 1.26 2003/02/27 07:10:02 cloder Exp $ .\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -92,6 +92,7 @@ users advance warning of their impending doom. script which is run at shutdown time .El .Sh SEE ALSO +.Xr reboot 2 , .Xr utmp 5 , .\" .Xr boot 8 , .Xr boot_alpha 8 , |