diff options
author | 2014-03-13 21:14:08 +0000 | |
---|---|---|
committer | 2014-03-13 21:14:08 +0000 | |
commit | a863df8373157a6c9d956b596f1903df8350c70d (patch) | |
tree | 951c4861adc20a3f2cc7a0105c183b4fc5f029b4 | |
parent | this test is a sorry mess of race conditions; add another sleep (diff) | |
download | wireguard-openbsd-a863df8373157a6c9d956b596f1903df8350c70d.tar.xz wireguard-openbsd-a863df8373157a6c9d956b596f1903df8350c70d.zip |
Don't suggest running the AML parser as root. :-)
kindly pointed out by jmc@
-rw-r--r-- | usr.sbin/acpidump/acpidump.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/acpidump/acpidump.8 b/usr.sbin/acpidump/acpidump.8 index e5a865ed28f..650c683acd1 100644 --- a/usr.sbin/acpidump/acpidump.8 +++ b/usr.sbin/acpidump/acpidump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpidump.8,v 1.14 2014/03/13 19:35:08 jmc Exp $ +.\" $OpenBSD: acpidump.8,v 1.15 2014/03/13 21:14:08 brynet Exp $ .\" .\" Copyright (c) 1999 Doug Rabson <dfr@FreeBSD.org> .\" Copyright (c) 2000 Mitsuru IWASAKI <iwasaki@FreeBSD.org> @@ -58,7 +58,7 @@ The ACPICA disassembler is available through the ports tree or package system: .Bd -literal -offset indent # pkg_add acpica -# iasl -d <prefix>.<sig>.<id> +$ iasl -d <prefix>.<sig>.<id> .Ed .Sh FILES .Bl -tag -width /dev/mem |