Module Name:    src
Committed By:   uwe
Date:           Wed Nov 27 21:37:28 UTC 2019

Modified Files:
        src/distrib/notes/common: macros

Log Message:
Add missing backslash at the start of conditional input.

That avoids an empty line in the input (which didn't look empty, but
for troff it really was) that causes a break.

I don't remember enough linear algebra to understand what happened,
but that also fixes off by one in some page numbers in the TOC.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/distrib/notes/common/macros

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/notes/common/macros
diff -u src/distrib/notes/common/macros:1.45 src/distrib/notes/common/macros:1.46
--- src/distrib/notes/common/macros:1.45	Wed Nov 27 19:07:31 2019
+++ src/distrib/notes/common/macros	Wed Nov 27 21:37:27 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: macros,v 1.45 2019/11/27 19:07:31 uwe Exp $
+.\"	$NetBSD: macros,v 1.46 2019/11/27 21:37:27 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -309,7 +309,7 @@
 .\" XXX To should be unnecessary if we handle parseable/callable.
 .\"   .Tc			import the TOC
 .\"   .Ti depth page "item"	(internal) output an entry
-.if dTOC \{
+.if dTOC \{\
 .rn Ss Ss-toc
 .de Ss
 .Ss-toc \\$@

Reply via email to