Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/indent When marking up "C", use .Tn consisntently. F...



details:   https://anonhg.NetBSD.org/src/rev/c30c96c6a2d9
branches:  trunk
changeset: 584239:c30c96c6a2d9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 11 23:17:34 2005 +0000

description:
When marking up "C", use .Tn consisntently. From YOMURA Masanori in private mail.

diffstat:

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

diffs (30 lines):

diff -r cd45a718f674 -r c30c96c6a2d9 usr.bin/indent/indent.1
--- a/usr.bin/indent/indent.1   Sun Sep 11 23:16:15 2005 +0000
+++ b/usr.bin/indent/indent.1   Sun Sep 11 23:17:34 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: indent.1,v 1.17 2003/08/07 11:14:08 agc Exp $
+.\"    $NetBSD: indent.1,v 1.18 2005/09/11 23:17:34 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -134,10 +134,10 @@
 .Sh DESCRIPTION
 .Nm
 is a
-.Ar C
+.Tn C
 program formatter.
 It reformats the
-.Ar C
+.Tn C
 program in the
 .Ar input-file
 according to the switches.
@@ -564,6 +564,6 @@
 .Dl indent *.c
 .Pp
 to the shell in an attempt to indent all the
-.Em C
+.Tn C
 programs in a directory.
 This is probably a bug, not a feature.



Home | Main Index | Thread Index | Old Index