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/5c0c136de362
branches: trunk
changeset: 983647:5c0c136de362
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 19c6ff6d5c13 -r 5c0c136de362 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