Skip to content

Commit 377222b

Browse files
the-horoibuclaw
authored andcommitted
dmd-script.1: Quote multiple-word flag descriptions
When a flag's summary is made up of multiple words (like `-arch ...`) quote it when passing it to .IP to prevent the second word from disappearing and the indentation from getting messed up for the rest of the document. Signed-off-by: Andrei Horodniceanu <[email protected]>
1 parent dc0ad9f commit 377222b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dmd-script.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ D interface files
1515
Object files to link in
1616
.IP files.a
1717
Library files to link in
18-
.IP -arch ...
18+
.IP "-arch ..."
1919
pass -arch option to gdc
2020
.IP -c
2121
compile only, do not link
@@ -45,7 +45,7 @@ write module dependencies to filename
4545
pass an -f... option to gdc
4646
.IP -fall-sources
4747
for every source file, semantically process each file preceding i
48-
.IP -framework ...
48+
.IP "-framework ..."
4949
pass a -framework ... option to gdc
5050
.IP -g
5151
add symbolic debug info

0 commit comments

Comments
 (0)