From 621648b3b0a34af595f1b79705e6b0a2a9e391a7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 22 Feb 2009 11:23:19 +0000 Subject: *** empty log message *** --- termact.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'termact.c') diff --git a/termact.c b/termact.c index da44ce51..b1d77b2d 100644 --- a/termact.c +++ b/termact.c @@ -1,4 +1,4 @@ -/* $Id: termact.c,v 1.2 2009/02/21 21:00:06 kristaps Exp $ */ +/* $Id: termact.c,v 1.3 2009/02/22 11:23:19 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -618,7 +618,7 @@ termp_aq_pre(DECL_ARGS) if (MDOC_BODY != node->type) return(1); - word(p, "\\<"); + word(p, "<"); p->flags |= TERMP_NOSPACE; return(1); } @@ -632,7 +632,7 @@ termp_aq_post(DECL_ARGS) if (MDOC_BODY != node->type) return; p->flags |= TERMP_NOSPACE; - word(p, "\\>"); + word(p, ">"); } -- cgit v1.2.3