From f678f6cc9b73960c3ad61cc93fc61acefbe40ef5 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 12 Oct 2005 23:45:05 +0000 Subject: Use troff macros to prevent cpp eating C comments & #defines that are supposed to appear in man page output. --- man/Xrandr.man | 14 +++++++------- 1 file 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 { -- cgit v1.2.1