diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-06-04 19:27:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2013-06-04 19:27:19 +0000 |
commit | a10b24aa4fc9786963eebe98947c4d5be3912dff (patch) | |
tree | 141a4388ab1a891681f396ae02d8c5953afadbc9 /share/man/man9/boot.9 | |
parent | 5d42846e8100568f001be65bfe88d75a09b5cd11 (diff) |
Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@.
No objection from jmc@ against this type of change.
Diffstat (limited to 'share/man/man9/boot.9')
-rw-r--r-- | share/man/man9/boot.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/boot.9 b/share/man/man9/boot.9 index 9cd14d5a65e..49233ab2aa0 100644 --- a/share/man/man9/boot.9 +++ b/share/man/man9/boot.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot.9,v 1.8 2013/05/23 17:11:48 jmc Exp $ +.\" $OpenBSD: boot.9,v 1.9 2013/06/04 19:27:03 schwarze Exp $ .\" $NetBSD: boot.9,v 1.1 1995/11/25 21:24:48 perry Exp $ .\" .\" Copyright (c) 1994 Christopher G. Demetriou @@ -30,14 +30,14 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 23 2013 $ +.Dd $Mdocdate: June 4 2013 $ .Dt BOOT 9 .Os .Sh NAME .Nm boot .Nd halt or reboot the system .Sh SYNOPSIS -.Fd #include <sys/reboot.h> +.In sys/reboot.h .Ft void .Fn boot "int howto" .Sh DESCRIPTION |