documentation/3235: trivial usage statement error in last(1) >Number: 3235
>Category: documentation
>Synopsis: trivial usage statement error in last(1)
>Confidential: yes
>Severity: non-critical
>Priority: low
>Responsible: bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: net
>Arrival-Date: Fri Apr 25 06:10:01 GMT 2003
>Closed-Date:
>Last-Modified:
>Originator: Eric
>Release: 1.23
>Organization:
net
>Environment:
System : OpenBSD 3.3-current
Architecture: OpenBSD.i386
Machine : i386
>Description:
Trivial wrong bracket used in usage() response
Sorry that this is so minor...
>How-To-Repeat:
`last -h`
>Fix:
- /usr/src/usr.bin/last/last.c Sun Apr 13 21:04:58 2003
+++ last.c Fri Apr 25 01:01:31 2003
@@ -633,7 +633,7 @@
timet = mktime(t);
if (timet == -1)
terr: errx(1,
- "out of range or illegal time specification: [[[CC]YY[MMDD]hhmm[.SS]");
+ "out of range or illegal time specification: [[[CC]YY]MMDD]hhmm[.SS]");
return (timet);
}
>Release-Note:
Received on Fri Apr 25 02:15:28 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 13:29:55 EDT
|