mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
Corrected a missing percent sign in format docs, in support of https://github.com/Unidata/netcdf-c/issues/1609
This commit is contained in:
parent
d0992cce4d
commit
18dd60f857
@ -70,7 +70,7 @@ the intent of elements of the format.
|
|||||||
// special2 chars are recently permitted in
|
// special2 chars are recently permitted in
|
||||||
// names (and require escaping in CDL).
|
// names (and require escaping in CDL).
|
||||||
// Note: '/' is not permitted.
|
// Note: '/' is not permitted.
|
||||||
special2 = ' ' | '!' | '"' | '#' | '$' | '%' | '&' | '\'' |
|
special2 = ' ' | '!' | '"' | '#' | '$' | '\%' | '&' | '\'' |
|
||||||
'(' | ')' | '*' | ',' | ':' | ';' | '<' | '=' |
|
'(' | ')' | '*' | ',' | ':' | ';' | '<' | '=' |
|
||||||
'>' | '?' | '[' | '\\' | ']' | '^' | '`' | '{' |
|
'>' | '?' | '[' | '\\' | ']' | '^' | '`' | '{' |
|
||||||
'|' | '}' | '~'
|
'|' | '}' | '~'
|
||||||
|
Loading…
Reference in New Issue
Block a user