From f0eb13f2af7e6c3a4b27e3a2063f654bf44cd21f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 14 May 2010 16:19:26 +0000 Subject: Pulled back in mysterious lost le1 <-> eq0 for Sp macro. --- man.7 | 6 +++--- man_validate.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/man.7 b/man.7 index d4c4a68b..c8dbd900 100644 --- a/man.7 +++ b/man.7 @@ -1,4 +1,4 @@ -.\" $Id: man.7,v 1.69 2010/05/12 17:08:03 kristaps Exp $ +.\" $Id: man.7,v 1.70 2010/05/14 16:19:26 kristaps Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 12 2010 $ +.Dd $Mdocdate: May 14 2010 $ .Dt MAN 7 .Os .Sh NAME @@ -451,7 +451,7 @@ The syntax is as follows: .It Sx \&nf Ta 0 Ta current Ta compat .It Sx \&r Ta 0 Ta current Ta compat .It Sx \&sp Ta 1 Ta current Ta compat -.\" .It Sx \&Sp Ta 0 Ta current Ta compat +.\" .It Sx \&Sp Ta <1 Ta current Ta compat .\" .It Sx \&Vb Ta <1 Ta current Ta compat .\" .It Sx \&Ve Ta 0 Ta current Ta compat .El diff --git a/man_validate.c b/man_validate.c index 00cf5e1c..2326ea91 100644 --- a/man_validate.c +++ b/man_validate.c @@ -1,4 +1,4 @@ -/* $Id: man_validate.c,v 1.35 2010/05/09 21:19:42 kristaps Exp $ */ +/* $Id: man_validate.c,v 1.36 2010/05/14 16:19:26 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -94,7 +94,7 @@ static const struct man_valid man_valids[MAN_MAX] = { { NULL, NULL }, /* DT */ { NULL, NULL }, /* UC */ { NULL, NULL }, /* PD */ - { NULL, posts_eq0 }, /* Sp */ + { NULL, posts_le1 }, /* Sp */ { pres_bline, posts_le1 }, /* Vb */ { pres_bline, posts_eq0 }, /* Ve */ { pres_roff, NULL }, /* de */ -- cgit v1.2.3