Mercurial > docs > master
comparison style @ 84:c35ec2b7de5d
style: New macros .Ar (argument) and .Hd (header field)
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Wed, 06 Jun 2012 18:27:28 +0200 |
parents | 99ab58dc891f |
children | 106fd9f80dd8 |
comparison
equal
deleted
inserted
replaced
83:99ab58dc891f | 84:c35ec2b7de5d |
---|---|
343 .CW "\\$1" "'\\$2 | 343 .CW "\\$1" "'\\$2 |
344 .. | 344 .. |
345 .de Sw \" switch | 345 .de Sw \" switch |
346 .CW "\\$1" "\\$2 | 346 .CW "\\$1" "\\$2 |
347 .. | 347 .. |
348 .de Ar \" argument | |
349 .CW "\f(CI\\$1" "\\$2 | |
350 .. | |
348 .de Mp \" man page | 351 .de Mp \" man page |
349 .I "\\$1" "\\$2 | 352 .I "\\$1" "\\$2 |
350 .. | 353 .. |
351 .de Pe \" profile entry | 354 .de Pe \" profile entry |
352 .CW "\\$1" "\\$2 | 355 .CW "\\$1" "\\$2 |
356 .. | |
357 .de Hd \" mail header field | |
358 .CW "\\$1:\&" "\\$2 | |
353 .. | 359 .. |
354 | 360 |
355 .de Ci \" commit hash ref | 361 .de Ci \" commit hash ref |
356 .ds _t \\$1 | 362 .ds _t \\$1 |
357 .substring _t 0 6 | 363 .substring _t 0 6 |