From 22c17699961b61390b0edf1528ac584f4dee3b8d 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. --- validate.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'validate.c') diff --git a/validate.c b/validate.c index 58b4aa57..43c2da53 100644 --- a/validate.c +++ b/validate.c @@ -1,6 +1,6 @@ -/* $Id: validate.c,v 1.84 2009/03/16 22:19:19 kristaps Exp $ */ +/* $Id: validate.c,v 1.85 2009/03/16 23:37:28 kristaps Exp $ */ /* - * 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 @@ -315,6 +315,7 @@ const struct valids mdoc_valids[MDOC_MAX] = { { NULL, posts_text }, /* %C */ { NULL, NULL }, /* Es */ { NULL, NULL }, /* En */ + { NULL, NULL }, /* Dx */ }; -- cgit v1.2.3