tech@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: Kristaps Dzonsons <kristaps@bsd.lv>
To: tech@mdocml.bsd.lv
Subject: Re: TERMP_NOLPAD r.i.p.
Date: Tue, 20 Sep 2011 14:26:16 +0200	[thread overview]
Message-ID: <4E788668.2060502@bsd.lv> (raw)
In-Reply-To: <20110920121426.GB13269@iris.usta.de>

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

That indeed fixes it!  But another takes its place... The relevant file 
is enclosed.

Attached is also, by the way, is a tiny patch to make compilation with 
-Wallpossibilities (or whatever the correct combination is).  Still 
haven't had time to play with this new mode... :(

Kristaps

[-- Attachment #2: groff_hdtbl.man --]
[-- Type: application/x-troff-man, Size: 17744 bytes --]

[-- Attachment #3: patch.txt --]
[-- Type: text/plain, Size: 511 bytes --]

Index: mdoc_man.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_man.c,v
retrieving revision 1.1
diff -u -r1.1 mdoc_man.c
--- mdoc_man.c	17 Sep 2011 15:00:51 -0000	1.1
+++ mdoc_man.c	20 Sep 2011 12:26:00 -0000
@@ -31,8 +31,8 @@
 	int		(*cond)(DECL_ARGS);
 	int		(*pre)(DECL_ARGS);
 	void		(*post)(DECL_ARGS);
-	char		 *prefix;
-	char		 *suffix;
+	const char	 *prefix;
+	const char	 *suffix;
 };
 
 static	void	  print_word(const char *);

  reply	other threads:[~2011-09-20 12:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20110918161317.GE29692@iris.usta.de>
     [not found] ` <4E765AFE.9070302@bsd.lv>
2011-09-19 21:39   ` Ingo Schwarze
2011-09-19 21:58     ` Kristaps Dzonsons
2011-09-20 11:12       ` Kristaps Dzonsons
2011-09-20 11:14         ` Kristaps Dzonsons
2011-09-20 12:14         ` Ingo Schwarze
2011-09-20 12:26           ` Kristaps Dzonsons [this message]
2011-09-20 13:34             ` Ingo Schwarze
2011-09-20 14:05               ` Kristaps Dzonsons

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=4E788668.2060502@bsd.lv \
    --to=kristaps@bsd.lv \
    --cc=tech@mdocml.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).