diff options
author | 2011-12-03 23:01:21 +0000 | |
---|---|---|
committer | 2011-12-03 23:01:21 +0000 | |
commit | bf1c21e68149b24aa258bb3a6e426bb974a0d7d0 (patch) | |
tree | 2ca63dec3072475cf5c4df7e3b5f464f2730e025 /lib/libc | |
parent | remove useless "#ifdef __linux__" that crept in, (diff) | |
download | wireguard-openbsd-bf1c21e68149b24aa258bb3a6e426bb974a0d7d0.tar.xz wireguard-openbsd-bf1c21e68149b24aa258bb3a6e426bb974a0d7d0.zip |
Remove an OpenBSD-specific tweak regarding .Xr spacing
and make it compatible with bsd.lv mandoc and with groff-1.21.
This tweak was originally added for compatibility with groff-1.15,
which is no longer needed.
ok jmc@ kristaps@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/reboot.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/reboot.2 b/lib/libc/sys/reboot.2 index e5a46ea9835..c50033cdc43 100644 --- a/lib/libc/sys/reboot.2 +++ b/lib/libc/sys/reboot.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: reboot.2,v 1.14 2008/09/12 05:15:54 jmc Exp $ +.\" $OpenBSD: reboot.2,v 1.15 2011/12/03 23:01:21 schwarze Exp $ .\" $NetBSD: reboot.2,v 1.5 1995/02/27 12:36:02 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)reboot.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: September 12 2008 $ +.Dd $Mdocdate: December 3 2011 $ .Dt REBOOT 2 .Os .Sh NAME @@ -92,7 +92,7 @@ even if .Dv RB_HALT is not specified. This is because -.Xr panic 9 s +.Xr panic 9 Ns s during startup will probably just repeat on the next boot. Use of this option implies that the user has requested the action specified (for example, using the |