summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-01-16 19:14:55 +0000
committermillert <millert@openbsd.org>1999-01-16 19:14:55 +0000
commit980906f9f48ceeb57da160829e91d24d0bbe83d8 (patch)
treec08ece90d742190083be244230862fda80602e3b
parentDo not lose st_blocks on NFSv2 mounts when files>2GB (diff)
downloadwireguard-openbsd-980906f9f48ceeb57da160829e91d24d0bbe83d8.tar.xz
wireguard-openbsd-980906f9f48ceeb57da160829e91d24d0bbe83d8.zip
add missing -tag type to .Bl
-rw-r--r--sbin/reboot/reboot.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/reboot/reboot.8 b/sbin/reboot/reboot.8
index 4f891358a29..52569ddaeee 100644
--- a/sbin/reboot/reboot.8
+++ b/sbin/reboot/reboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: reboot.8,v 1.11 1998/09/23 01:20:25 aaron Exp $
+.\" $OpenBSD: reboot.8,v 1.12 1999/01/16 19:14:55 millert Exp $
.\" $NetBSD: reboot.8,v 1.3 1995/10/05 05:36:21 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@@ -84,7 +84,7 @@ Normally, the
utility is used when the system needs to be halted or restarted, giving
users advance warning of their impending doom.
.Sh FILES
-.Bl -width /etc/rc.shutdown -compact
+.Bl -tag -width /etc/rc.shutdown -compact
/etc/rc.shutdown
script which is run at shutdown time
.Sh SEE ALSO