document the c-like handling of strings

This commit is contained in:
Omar Polo 2021-06-29 16:44:17 +00:00
parent bfb076ed7e
commit eaf7f776f1
1 changed files with 6 additions and 0 deletions

6
gmid.1
View File

@ -144,6 +144,12 @@ or
.Sq off .
A string is a sequence of characters wrapped in double quotes,
.Dq like this .
Multiple strings one next to the other are joined into a single
string:
.Bd -literal -offset indent
# equivalent to "temporary-failure"
block return 40 "temporary" "-" "failure"
.Ed
.Pp
Strict ordering of the sections is not enforced, so that is possible
to mix macros, options and