Module Name: src
Committed By: simonb
Date: Mon May 31 12:24:15 UTC 2021
Modified Files:
src/share/man/man9: delay.9
Log Message:
Use <sys/param.h> in the synopsis rather than <machine/param.h>; an MI
interface should be pulled in via <sys/...>.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/delay.9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man9/delay.9
diff -u src/share/man/man9/delay.9:1.7 src/share/man/man9/delay.9:1.8
--- src/share/man/man9/delay.9:1.7 Wed Jul 20 05:20:54 2011
+++ src/share/man/man9/delay.9 Mon May 31 12:24:15 2021
@@ -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