Skip to content

Commit 875c64a

Browse files
authored
Merge pull request #1702 from srcML/issue1701
Fix incorrect position separator on manpage #1701
2 parents d3e7884 + bc99234 commit 875c64a

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)