Module Name:    src
Committed By:   uwe
Date:           Thu Nov 28 19:53:04 UTC 2019

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

Log Message:
Fix typo in register name in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 src/distrib/notes/common/macros:1.50
--- src/distrib/notes/common/macros:1.49	Thu Nov 28 00:06:39 2019
+++ src/distrib/notes/common/macros	Thu Nov 28 19:53:04 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: macros,v 1.49 2019/11/28 00:06:39 uwe Exp $
+.\"	$NetBSD: macros,v 1.50 2019/11/28 19:53:04 uwe Exp $
 .\"
 .\" Copyright (c) 1999-2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -316,7 +316,7 @@
 .de mktoc
 .nr mktoc-level \\$1
 .shift
-.write toc-tmp .Ti \\n[toc-level] \\n% "\\$*"
+.write toc-tmp .Ti \\n[mktoc-level] \\n% "\\$*"
 ..
 .rn Ss Ss-toc
 .de Ss

Reply via email to