[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mandoc-source
Subject:    mandoc: bugfix: indented paragraph macros need a space character  before
From:       schwarze () mandoc ! bsd ! lv
Date:       2020-02-20 22:56:12
Message-ID: ecf59a5e48f2a6f7 () mandoc ! bsd ! lv
[Download RAW message or body]

Log Message:
-----------
bugfix: indented paragraph macros need a space character 
before the width argument

Modified Files:
--------------
    mandoc:
        mdoc_man.c

Revision Data
-------------
Index: mdoc_man.c
===================================================================
RCS file: /home/cvs/mandoc/mandoc/mdoc_man.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -Lmdoc_man.c -Lmdoc_man.c -u -p -r1.134 -r1.135
--- mdoc_man.c
+++ mdoc_man.c
@@ -1,6 +1,6 @@
 /*	$Id$ */
 /*
- * Copyright (c) 2011-2019 Ingo Schwarze <schwarze@openbsd.org>
+ * Copyright (c) 2011-2020 Ingo Schwarze <schwarze@openbsd.org>
  *
  * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above
@@ -583,9 +583,9 @@ print_width(const struct mdoc_bl *bl, co
 
 	/* Set up the current list. */
 	if (chsz > sz && bl->type != LIST_tag)
-		print_block(".HP", 0);
+		print_block(".HP", MMAN_spc);
 	else {
-		print_block(".TP", 0);
+		print_block(".TP", MMAN_spc);
 		remain = sz + 2;
 	}
 	if (numeric) {
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic