Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Fix Fn (separate arguments).
details: https://anonhg.NetBSD.org/src/rev/f0b60b2ae797
branches: trunk
changeset: 534914:f0b60b2ae797
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Aug 06 12:54:18 2002 +0000
description:
Fix Fn (separate arguments).
diffstat:
lib/libc/sys/reboot.2 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a3ec544af514 -r f0b60b2ae797 lib/libc/sys/reboot.2
--- a/lib/libc/sys/reboot.2 Tue Aug 06 12:44:34 2002 +0000
+++ b/lib/libc/sys/reboot.2 Tue Aug 06 12:54:18 2002 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index