Fix Fn (separate arguments).
This commit is contained in:
parent
6bce40bcab
commit
0161d54450
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: reboot.2,v 1.13 2002/02/08 01:28:21 ross Exp $
|
||||
.\" $NetBSD: reboot.2,v 1.14 2002/08/06 12:54:18 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -45,7 +45,7 @@
|
|||
.Fd #include \*[Lt]unistd.h\*[Gt]
|
||||
.Fd #include \*[Lt]sys/reboot.h\*[Gt]
|
||||
.Ft int
|
||||
.Fn reboot "int howto, char *bootstr"
|
||||
.Fn reboot "int howto" "char *bootstr"
|
||||
.Sh DESCRIPTION
|
||||
.Fn reboot
|
||||
reboots the system.
|
||||
|
|
Loading…
Reference in New Issue