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
|
|