1.Dd August 3, 2010 2.Dt DS-QUOTING 1 3.Os OpenBSD 4.Sh NAME 5.Nm ds-quoting 6.Nd quote handling by the define string request 7.Sh DESCRIPTION 8.ds foo initial definition 9no quoting: \*[foo] 10.br 11.ds foo redefinition 12still no quoting: \*[foo] 13.br 14.ds foo "string value 15leading quotes: \*[foo] 16.br 17.ds foo "string value" 18leading and trailing quotes: \*[foo] 19.br 20.ds foo "string" value 21leading and middle quotes: \*[foo] 22.br 23.ds foo 'string value" 24leading apostrophe, trailing quotes: \*[foo] 25.br 26.ds foo string value" 27leading blank, trailing quotes: \*[foo] 28.br 29.ds foo 30empty string: x\*[foo]x 31.br 32end of test document 33