Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/indent Correct a minor nroff nit.



details:   https://anonhg.NetBSD.org/src/rev/2e77ab3e28bb
branches:  trunk
changeset: 512996:2e77ab3e28bb
user:      kristerw <kristerw%NetBSD.org@localhost>
date:      Fri Jul 20 13:43:50 2001 +0000

description:
Correct a minor nroff nit.
This closes PR bin/9220.

diffstat:

 usr.bin/indent/indent.1 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0ffbb552df09 -r 2e77ab3e28bb usr.bin/indent/indent.1
--- a/usr.bin/indent/indent.1   Fri Jul 20 13:01:13 2001 +0000
+++ b/usr.bin/indent/indent.1   Fri Jul 20 13:43:50 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: indent.1,v 1.13 2001/03/23 20:12:41 fair Exp $
+.\"    $NetBSD: indent.1,v 1.14 2001/07/20 13:43:50 kristerw Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -221,6 +221,7 @@
 .It Fl cdb , ncdb
 Enables (disables) the placement of comment delimiters on blank lines.
 With this option enabled, comments look like this:
+.ne 3
 .Bd -literal -offset indent
        /*
         * this is a comment



Home | Main Index | Thread Index | Old Index