From e5ea8c401d7df208d7fffe20a227f68424835577 Mon Sep 17 00:00:00 2001 From: jruoho Date: Sat, 6 Mar 2010 06:25:51 +0000 Subject: [PATCH] Refer to sysctl(8) instead of sysctl(7) when appropriate. --- share/man/man4/acpi.4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index a79dcdcea974..3eafd315fed3 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: acpi.4,v 1.41 2010/02/27 21:12:58 wiz Exp $ +.\" $NetBSD: acpi.4,v 1.42 2010/03/06 06:25:51 jruoho Exp $ .\" .\" Copyright (c) 2002, 2004 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -256,7 +256,7 @@ facility of different debugging methods. To ease the use of these, .Nx provides two -.Xr sysctl 7 +.Xr sysctl 8 variables that control the debug output at runtime. These are only available if the running kernel has been compiled with the .Tn ACPI_DEBUG @@ -270,7 +270,7 @@ layer and the .Ic hw.acpi.debug_level controls the debug level. Both -.Xr sysctl 7 +.Xr sysctl 8 variables are string literals. The possible values are: .Bl -column -offset indent \ @@ -382,7 +382,7 @@ Finally, it can be noted that the implementation uses the prefix .Dv ACPI_DB , whereas the debug level -.Xr sysctl 7 +.Xr sysctl 8 variable is always specified with the prefix .Dv ACPI_LV . .Sh SEE ALSO