Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Use <sys/param.h> in the synopsis rather than...



details:   https://anonhg.NetBSD.org/src/rev/54a76391e18b
branches:  trunk
changeset: 1021467:54a76391e18b
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon May 31 12:24:15 2021 +0000

description:
Use <sys/param.h> in the synopsis rather than <machine/param.h>; an MI
interface should be pulled in via <sys/...>.

diffstat:

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

diffs (18 lines):

diff -r eda51e090eb3 -r 54a76391e18b share/man/man9/delay.9
--- a/share/man/man9/delay.9    Mon May 31 12:12:24 2021 +0000
+++ b/share/man/man9/delay.9    Mon May 31 12:24:15 2021 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: delay.9,v 1.7 2011/07/20 05:20:54 jruoho Exp $
+.\"     $NetBSD: delay.9,v 1.8 2021/05/31 12:24:15 simonb Exp $
 .\"
 .\" Copyright (c) 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -35,7 +35,7 @@
 .Nm DELAY
 .Nd microsecond delay
 .Sh SYNOPSIS
-.In machine/param.h
+.In sys/param.h
 .Ft void
 .Fn delay "unsigned int us"
 .Ft void



Home | Main Index | Thread Index | Old Index