Check-in Number:
|
4335 | |
Date: |
2004-Jan-15 14:37:54 (local)
2004-Jan-15 13:37:54 (UTC) |
User: | rse |
Branch: | |
Comment: |
use consistent style |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/uuid.pod 1.7 -> 1.8
--- uuid.pod 2004/01/15 12:55:53 1.7
+++ uuid.pod 2004/01/15 13:37:54 1.8
@@ -91,14 +91,14 @@
<time_high_and_version> "-"
<clock_seq_and_reserved>
<clock_seq_low> "-" <node>
- time_low = 4*<hexOctet>
- time_mid = 2*<hexOctet>
- time_high_and_version = 2*<hexOctet>
- clock_seq_and_reserved = <hexOctet>
- clock_seq_low = <hexOctet>
- node = 6*<hexOctet>
- hexOctet = <hexDigit> <hexDigit>
- hexDigit = "0"|"1"|"2"|"3"|"4"|"5"|"6"|"7"|"8"|"9"
+ time_low = 4*<hex_octet>
+ time_mid = 2*<hex_octet>
+ time_high_and_version = 2*<hex_octet>
+ clock_seq_and_reserved = <hex_octet>
+ clock_seq_low = <hex_octet>
+ node = 6*<hex_octet>
+ hex_octet = <hex_digit> <hex_digit>
+ hex_digit = "0"|"1"|"2"|"3"|"4"|"5"|"6"|"7"|"8"|"9"
|"a"|"b"|"c"|"d"|"e"|"f"
|"A"|"B"|"C"|"D"|"E"|"F"
|
|