Check-in Number:
|
5079 | |
Date: |
2003-Feb-27 16:24:01 (local)
2003-Feb-27 15:24:01 (UTC) |
User: | thl |
Branch: | |
Comment: |
add date/time into lockinfo |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/as/as-cui/as-cui.pod 1.18 -> 1.19
--- as-cui.pod 2003/02/27 11:37:16 1.18
+++ as-cui.pod 2003/02/27 15:24:01 1.19
@@ -397,7 +397,8 @@
B<entry> ::= B<opt-name> " " B<opt-value> "\n"
B<opt-name> ::= "nodename" | "user" | "pid" |
- "pwname" | "uid" | "text"
+ "pwname" | "uid" | "text" |
+ "date" | "time"
B<opt-value> ::= /'[^']*'/ # single-quoted string
| /"[^"]*"/ # double-quoted string
|
|