Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/xlint Punctuation nits.



details:   https://anonhg.NetBSD.org/src/rev/a04c9994282d
branches:  trunk
changeset: 518993:a04c9994282d
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Dec 08 19:27:56 2001 +0000

description:
Punctuation nits.

diffstat:

 usr.bin/xlint/xlint/lint.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a4cf3a766ee7 -r a04c9994282d usr.bin/xlint/xlint/lint.1
--- a/usr.bin/xlint/xlint/lint.1        Sat Dec 08 19:27:33 2001 +0000
+++ b/usr.bin/xlint/xlint/lint.1        Sat Dec 08 19:27:56 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: lint.1,v 1.19 2001/06/05 11:56:28 wiz Exp $
+.\" $NetBSD: lint.1,v 1.20 2001/12/08 19:27:56 wiz Exp $
 .\"
 .\" Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
 .\" Copyright (c) 1994, 1995 Jochen Pohl
@@ -235,7 +235,7 @@
 and combinations of
 .Sy enum Ns -
 and
-.Sy integer Ns -Types.
+.Sy integer Ns -Types .
 .It Fl g
 Don't print warnings for some extensions of
 .Xr gcc 1
@@ -461,7 +461,7 @@
 At appropriate points, inhibit complaints about unreachable code.
 (This comment is typically placed just after calls to functions
 like
-.Xr exit 3 ).
+.Xr exit 3 ) .
 .It Li /* PRINTFLIKE Ns Ar n Li */
 makes
 .Nm



Home | Main Index | Thread Index | Old Index