Skip to content

Commit bc99234

Browse files
committed
Fix incorrect position attribute separator
1 parent d58678e commit bc99234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/manpage/srcml.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ ${TABS_FLAG}.
148148
`--${POSITION_FLAG_LONG}`
149149
: Insert attributes for the start (line and column) and end (line and column) of an element in the start tag. These attributes have a default prefix of
150150
"${SRCML_EXT_POSITION_NS_PREFIX_DEFAULT}" in the namespace
151-
"${SRCML_EXT_POSITION_NS_URL}", e.g., `<class pos:start="15,1" pos:end="25,2">`
151+
"${SRCML_EXT_POSITION_NS_URL}", e.g., `<class pos:start="15:1" pos:end="25:2">`
152152

153153
`--${TABS_FLAG}`=<tabsize>
154154
: Set the tab size. Default is 8. Use of this option automatically

0 commit comments

Comments
 (0)