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 wrap: on
line diff
--- a/style	Sun Apr 22 17:16:30 2012 +0200
+++ b/style	Tue Apr 24 16:52:25 2012 +0200
@@ -221,3 +221,26 @@
 .ps 8
 .vs 9
 ..
+
+.de Fn  \" file name
+.CW "\\$1" "\\$2
+..
+.de Pn  \" program name
+.CW "\\$1" "\\$2
+..
+.de Fu  \" function
+.CW "\\$1" "\\$2
+..
+.de Cl  \" command line
+`\c
+.CW "\\$1" "'\\$2
+..
+.de Sw  \" switch
+.CW "\\$1" "\\$2
+..
+.de Mp  \" man page
+.I "\\$1" "\\$2
+..
+.de Pe  \" profile entry
+.CW "\\$1" "\\$2
+..