svn commit: r267320 - head/usr.sbin/acpi/acpiconf

Eitan Adler eadler at FreeBSD.org
Tue Jun 10 08:15:42 UTC 2014


Author: eadler
Date: Tue Jun 10 08:15:41 2014
New Revision: 267320
URL: http://svnweb.freebsd.org/changeset/base/267320

Log:
  acpiconf(8): tell users not to use -k
  	Add language from jhb
  
  Requested by:	jhb, jkim

Modified:
  head/usr.sbin/acpi/acpiconf/acpiconf.8

Modified: head/usr.sbin/acpi/acpiconf/acpiconf.8
==============================================================================
--- head/usr.sbin/acpi/acpiconf/acpiconf.8	Tue Jun 10 06:24:01 2014	(r267319)
+++ head/usr.sbin/acpi/acpiconf/acpiconf.8	Tue Jun 10 08:15:41 2014	(r267320)
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 8, 2014
+.Dd June 10, 2014
 .Dt ACPICONF 8
 .Os
 .Sh NAME
@@ -52,6 +52,7 @@ Displays a summary of available options.
 Get design information about the specified battery.
 .It Fl k Ar ack
 Ack or abort a pending suspend request using the argument provided.
+.Sy Most users should not use this option directly.
 .It Fl s Ar type
 Enters the specified sleep mode.
 Recognized types are


More information about the svn-src-all mailing list