docs/master
diff 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 |
line diff
1.1 --- a/style Sun Apr 22 17:16:30 2012 +0200 1.2 +++ b/style Tue Apr 24 16:52:25 2012 +0200 1.3 @@ -221,3 +221,26 @@ 1.4 .ps 8 1.5 .vs 9 1.6 .. 1.7 + 1.8 +.de Fn \" file name 1.9 +.CW "\\$1" "\\$2 1.10 +.. 1.11 +.de Pn \" program name 1.12 +.CW "\\$1" "\\$2 1.13 +.. 1.14 +.de Fu \" function 1.15 +.CW "\\$1" "\\$2 1.16 +.. 1.17 +.de Cl \" command line 1.18 +`\c 1.19 +.CW "\\$1" "'\\$2 1.20 +.. 1.21 +.de Sw \" switch 1.22 +.CW "\\$1" "\\$2 1.23 +.. 1.24 +.de Mp \" man page 1.25 +.I "\\$1" "\\$2 1.26 +.. 1.27 +.de Pe \" profile entry 1.28 +.CW "\\$1" "\\$2 1.29 +..