diff options
author | 2020-11-22 17:10:06 +0000 | |
---|---|---|
committer | 2020-11-22 17:10:06 +0000 | |
commit | 54b807ad6d537facdce6d531e215bc5b6d499762 (patch) | |
tree | 75ded64c2a2dc94195649821298ec31ae33c1a6e | |
parent | ARM64's bus dma coalesces segments when they are physically contiguous, (diff) | |
download | wireguard-openbsd-54b807ad6d537facdce6d531e215bc5b6d499762.tar.xz wireguard-openbsd-54b807ad6d537facdce6d531e215bc5b6d499762.zip |
add a comma;
-rw-r--r-- | usr.sbin/acpidump/acpidump.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/acpidump/acpidump.8 b/usr.sbin/acpidump/acpidump.8 index a3102c47391..18497e72cec 100644 --- a/usr.sbin/acpidump/acpidump.8 +++ b/usr.sbin/acpidump/acpidump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: acpidump.8,v 1.18 2017/06/01 12:26:14 schwarze Exp $ +.\" $OpenBSD: acpidump.8,v 1.19 2020/11/22 17:10:06 jmc Exp $ .\" .\" Copyright (c) 1999 Doug Rabson <dfr@FreeBSD.org> .\" Copyright (c) 2000 Mitsuru IWASAKI <iwasaki@FreeBSD.org> @@ -29,7 +29,7 @@ .\" .\" $FreeBSD: src/usr.sbin/acpi/acpidump/acpidump.8,v 1.9 2001/09/05 19:21:25 dd Exp $ .\" -.Dd $Mdocdate: June 1 2017 $ +.Dd $Mdocdate: November 22 2020 $ .Dt ACPIDUMP 8 .Os .Sh NAME @@ -67,7 +67,7 @@ $ iasl -d <prefix>.<sig>.<id> .Pp .Nm requires the ability to open -.Pa /dev/kmem +.Pa /dev/kmem , which may be restricted based upon the value of the .Ar kern.allowkmem .Xr sysctl 8 . |