diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-12 23:45:05 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-12 23:45:05 +0000 |
commit | f678f6cc9b73960c3ad61cc93fc61acefbe40ef5 (patch) | |
tree | d28bfd1109aefa9488360dfa50c32d9cb3d12b59 | |
parent | a42516d3a5aa532ed7c19fa128afd63d159676f8 (diff) |
Use troff macros to prevent cpp eating C comments & #defines that are
supposed to appear in man page output.
-rw-r--r-- | man/Xrandr.man | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/Xrandr.man b/man/Xrandr.man index bf78094..8f9d93f 100644 --- a/man/Xrandr.man +++ b/man/Xrandr.man @@ -1,6 +1,6 @@ .\" .\" $XFree86: xc/lib/Xrandr/Xrandr.man,v 1.7 2003/08/04 10:32:21 eich Exp $ -.\" $XdotOrg$ +.\" $XdotOrg: xc/lib/Xrandr/Xrandr.man,v 1.2 2004/04/23 18:43:47 eich Exp $ .\" .\" Copyright 2002 Hewlett-Packard Company.\" .\" Permission to use, copy, modify, distribute, and sell this software and its @@ -150,16 +150,16 @@ Specifies the refresh rate in Hz. .PP Can be any of: .nf -#define RR_Rotate_0 1 -#define RR_Rotate_90 2 -#define RR_Rotate_180 4 -#define RR_Rotate_270 8 +#\&define RR_Rotate_0 1 +#\&define RR_Rotate_90 2 +#\&define RR_Rotate_180 4 +#\&define RR_Rotate_270 8 /\(** new in 1.0 protocol, to allow reflection of screen */ /\(** reflection is applied after rotation */ -#define RR_Reflect_X 16 -#define RR_Reflect_Y 32 +#\&define RR_Reflect_X 16 +#\&define RR_Reflect_Y 32 typedef struct { |