From 68f43119c8a8bfefab23fc66f5768ee8308accd5 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 17 Oct 2007 18:58:23 +0000 Subject: fix getopt handling; ok marco --- usr.sbin/acpidump/acpidump.8 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'usr.sbin/acpidump/acpidump.8') 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 .\" Copyright (c) 2000 Mitsuru IWASAKI @@ -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 . -- cgit v1.2.3-59-g8ed1b