summaryrefslogtreecommitdiffstats
path: root/usr.sbin/acpidump/acpidump.8
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-10-17 18:58:23 +0000
committerderaadt <deraadt@openbsd.org>2007-10-17 18:58:23 +0000
commit68f43119c8a8bfefab23fc66f5768ee8308accd5 (patch)
tree9e6f6a73ac6ce3faba706bac960fa63631e6c6c1 /usr.sbin/acpidump/acpidump.8
parentuse TAILQ_FOREACH() where applicable in nfs_timer(); (diff)
downloadwireguard-openbsd-68f43119c8a8bfefab23fc66f5768ee8308accd5.tar.xz
wireguard-openbsd-68f43119c8a8bfefab23fc66f5768ee8308accd5.zip
fix getopt handling; ok marco
Diffstat (limited to 'usr.sbin/acpidump/acpidump.8')
-rw-r--r--usr.sbin/acpidump/acpidump.88
1 files changed, 2 insertions, 6 deletions
diff --git a/usr.sbin/acpidump/acpidump.8 b/usr.sbin/acpidump/acpidump.8
index 9c34e6fed7b..22c32eb65d4 100644
--- a/usr.sbin/acpidump/acpidump.8
+++ b/usr.sbin/acpidump/acpidump.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acpidump.8,v 1.6 2007/05/31 19:20:21 jmc Exp $
+.\" $OpenBSD: acpidump.8,v 1.7 2007/10/17 18:58:23 deraadt 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: May 31 2007 $
+.Dd $Mdocdate: October 17 2007 $
.Dt ACPIDUMP 8
.Os
.Sh NAME
@@ -37,8 +37,6 @@
.Nd dump ACPI tables
.Sh SYNOPSIS
.Nm
-.Op Fl h
-.Nm
.Op Fl f Ar dsdt_file_for_input
.Nm
.Op Fl o Ar prefix_for_output
@@ -116,8 +114,6 @@ The following options are supported by
Interpret AML data in DSDT from a file specified in
.Ar dsdt_file_for_input
and dumps them in ASL to standard output.
-.It Fl h
-Display usage and exit.
.It Fl o Ar prefix_for_output
Additionally store ACPI tables from physical memory into files specified by
.Ar prefix_for_output .