From b60f8021eeb3855308829414f20eca4897096fa7 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 30 Jan 2011 16:05:37 +0000 Subject: Implement the \N'number' (numbered character) roff escape sequence. Don't use it in new manuals, it is inherently non-portable, but we need it for backward-compatibility with existing manuals, for example in Xenocara driver pages. ok kristaps@ jmc@ and tested by Matthieu Herrb (matthieu at openbsd dot org) --- out.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'out.h') diff --git a/out.h b/out.h index f544b8e3..ebd70188 100644 --- a/out.h +++ b/out.h @@ -1,6 +1,6 @@ -/* $Id: out.h,v 1.15 2011/01/05 15:37:23 kristaps Exp $ */ +/* $Id: out.h,v 1.16 2011/01/30 16:05:37 schwarze Exp $ */ /* - * Copyright (c) 2009 Kristaps Dzonsons + * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -52,6 +52,7 @@ enum roffscale { enum roffdeco { DECO_NONE, + DECO_NUMBERED, /* numbered character */ DECO_SPECIAL, /* special character */ DECO_SSPECIAL, /* single-char special */ DECO_RESERVED, /* reserved word */ -- cgit v1.2.3-56-ge451