source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: mandoc: oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in
Date: Mon, 31 Dec 2018 04:03:07 -0500 (EST)	[thread overview]
Message-ID: <05f85f61045bd02f@fantadrom.bsd.lv> (raw)

Log Message:
-----------
oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in rev. 1.17

Modified Files:
--------------
    mandoc:
        roff_validate.c

Revision Data
-------------
Index: roff_validate.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/roff_validate.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -Lroff_validate.c -Lroff_validate.c -u -p -r1.17 -r1.18
--- roff_validate.c
+++ roff_validate.c
@@ -120,7 +120,7 @@ roff_valid_ft(ROFF_VALID_ARGS)
 static void
 roff_valid_nf(ROFF_VALID_ARGS)
 {
-	if (man->flags & ROFF_NOFILL)
+	if (n->flags & NODE_NOFILL)
 		mandoc_msg(MANDOCERR_NF_SKIP, n->line, n->pos, "nf");
 }
 
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

                 reply	other threads:[~2018-12-31  9:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=05f85f61045bd02f@fantadrom.bsd.lv \
    --to=schwarze@mandoc.bsd.lv \
    --cc=source@mandoc.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).