Date: Tue, 21 Jan 2003 15:54:14 -0800 (PST) From: "Jeremy C. Reed" <reed@reedmedia.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: bin/47343: mispelling from apm(8) executable (diff included) Message-ID: <200301212354.h0LNsEh8000488@tahoma.reedmedia.net>
index | next in thread | raw e-mail
>Number: 47343
>Category: bin
>Synopsis: mispelling from apm(8) executable (diff included)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Jan 21 16:30:01 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Jeremy C. Reed
>Release: FreeBSD 4.7-STABLE i386
>Organization:
Puget Sound Technology
>Environment:
System: FreeBSD tahoma.reedmedia.net 4.7-STABLE FreeBSD 4.7-STABLE #2: Tue Jan 21 13:51:09 PST 2003 reed@tahoma.reedmedia.net:/usr/obj/usr/src/sys/JCR20030121 i386
>Description:
apm(8) outputs mispelled "Managment".
>How-To-Repeat:
Run "apm".
>Fix:
Please consider:
--- apm.c.orig Tue Jan 21 15:42:54 2003
+++ apm.c Tue Jan 21 15:44:20 2003
@@ -152,7 +152,7 @@
int apmerr;
printf("APM version: %d.%d\n", aip->ai_major, aip->ai_minor);
- printf("APM Managment: %s\n", (aip->ai_status ? "Enabled" : "Disabled"));
+ printf("APM Management: %s\n", (aip->ai_status ? "Enabled" : "Disabled"));
printf("AC Line status: ");
if (aip->ai_acline == 255)
printf("unknown");
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301212354.h0LNsEh8000488>
