From 3e12cc6290bbac37cb1fccf8c6bd8bce4e414a22 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 16 Mar 2009 23:37:28 +0000 Subject: Changed e-mail address to @openbsd. Cleaned up manual-page documentation. --- mdoc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc.c') diff --git a/mdoc.c b/mdoc.c index 83bcb351..a08842e3 100644 --- a/mdoc.c +++ b/mdoc.c @@ -1,6 +1,6 @@ /* $Id$ */ /* - * Copyright (c) 2008 Kristaps Dzonsons + * Copyright (c) 2008, 2009 Kristaps Dzonsons * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the @@ -75,7 +75,7 @@ const char *const __mdoc_macronames[MDOC_MAX] = { "Lp", "Lk", "Mt", "Brq", /* LINTED */ "Bro", "Brc", "\%C", "Es", - "En" + "En", "Dx" }; const char *const __mdoc_argnames[MDOC_ARG_MAX] = { -- cgit