Mercurial > docs > master
comparison style @ 18:db3567c9cc3f
style: Added format macros for files, functions, switches, etc.
Converted the existing text.
author | markus schnalke <meillo@marmaro.de> |
---|---|
date | Tue, 24 Apr 2012 16:52:25 +0200 |
parents | 66d1835189ad |
children | ab5253e48c74 |
comparison
equal
deleted
inserted
replaced
17:b3c37947764e | 18:db3567c9cc3f |
---|---|
219 | 219 |
220 .am FA | 220 .am FA |
221 .ps 8 | 221 .ps 8 |
222 .vs 9 | 222 .vs 9 |
223 .. | 223 .. |
224 | |
225 .de Fn \" file name | |
226 .CW "\\$1" "\\$2 | |
227 .. | |
228 .de Pn \" program name | |
229 .CW "\\$1" "\\$2 | |
230 .. | |
231 .de Fu \" function | |
232 .CW "\\$1" "\\$2 | |
233 .. | |
234 .de Cl \" command line | |
235 `\c | |
236 .CW "\\$1" "'\\$2 | |
237 .. | |
238 .de Sw \" switch | |
239 .CW "\\$1" "\\$2 | |
240 .. | |
241 .de Mp \" man page | |
242 .I "\\$1" "\\$2 | |
243 .. | |
244 .de Pe \" profile entry | |
245 .CW "\\$1" "\\$2 | |
246 .. |