Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Add an include statement to SYNOPSIS sections...



details:   https://anonhg.NetBSD.org/src/rev/9fef709ff23f
branches:  trunk
changeset: 484197:9fef709ff23f
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Mar 27 17:13:50 2000 +0000

description:
Add an include statement to SYNOPSIS sections. Fixes kern/9685.

diffstat:

 share/man/man9/callout.9 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 894452709a94 -r 9fef709ff23f share/man/man9/callout.9
--- a/share/man/man9/callout.9  Mon Mar 27 17:03:25 2000 +0000
+++ b/share/man/man9/callout.9  Mon Mar 27 17:13:50 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: callout.9,v 1.1 2000/03/23 07:05:30 thorpej Exp $
+.\"    $NetBSD: callout.9,v 1.2 2000/03/27 17:13:50 jdolecek Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -43,6 +43,7 @@
 .Nm callout_stop
 .Nd execute a function after a specified length of time
 .Sh SYNOPSIS
+.Fd #include <sys/callout.h>
 .Ft void
 .Fn "callout_init" "struct callout *c"
 .Ft void



Home | Main Index | Thread Index | Old Index