diff options
author | Omar Polo <op@omarpolo.com> | 2021-06-29 16:44:17 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-06-29 16:44:17 +0000 |
commit | eaf7f776f1db3f6147cb32e26be10a594c6379b4 (patch) | |
tree | f6eccc0b20bf8609ee267eae7d79d6df8bc301e2 /gmid.1 | |
parent | bfb076ed7ee61a93cc6ae701b07c3d3bc7a006aa (diff) |
document the c-like handling of strings
Diffstat (limited to 'gmid.1')
-rw-r--r-- | gmid.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |