NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
port-sun3/38181: Error in leds(4) manual page.
>Number: 38181
>Category: port-sun3
>Synopsis: Error in leds(4) manual page.
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: port-sun3-maintainer
>State: open
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Thu Mar 06 09:15:00 +0000 2008
>Originator: Edward Tomasz Napierala
>Release: 4.0
>Organization:
>Environment:
NetBSD zuom12 4.0 NetBSD 4.0 (DISKLESS) #0: Sun Dec 16 02:05:11 PST 2007
builds@wb42:/home/builds/ab/netbsd-4-0-RELEASE/sun3/200712160005Z-obj/home/builds/ab/netbsd-4-0-RELEASE/src/sys/arch/sun3/compile/DISKLESS
sun3
>Description:
The leds(4) manual page for the sun3 architecture contains the following
example:
echo 5 8 254 253 250 247 239 223 191 127 |
awk '{ for (i=1;i<=NF;i++) printf("%c",$i+0); }' > /dev/leds
This is wrong, however. The "250" above should be "251", otherwise it won't
look as it should.
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index