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 Remove trailing whitespace, add missing ...



details:   https://anonhg.NetBSD.org/src/rev/8fcf0e110a14
branches:  trunk
changeset: 933304:8fcf0e110a14
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun May 24 09:55:43 2020 +0000

description:
Remove trailing whitespace, add missing word.

diffstat:

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

diffs (28 lines):

diff -r 84c2dd1bc794 -r 8fcf0e110a14 usr.bin/xlint/xlint/lint.1
--- a/usr.bin/xlint/xlint/lint.1        Sun May 24 08:47:19 2020 +0000
+++ b/usr.bin/xlint/xlint/lint.1        Sun May 24 09:55:43 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: lint.1,v 1.40 2020/05/23 17:28:27 christos Exp $
+.\" $NetBSD: lint.1,v 1.41 2020/05/24 09:55:43 wiz Exp $
 .\"
 .\" Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
 .\" Copyright (c) 1994, 1995 Jochen Pohl
@@ -416,15 +416,15 @@
 .Sy extern
 declarations, but never used.
 .It Fl Z Ar cpparg
-Pass 
+Pass
 .Ar cpparg
-to 
+to
 .Xr cpp 1
 directly.
 Multiple
 .Fl Z
 .Ar cppargs
-can passed in the order they are received.
+can be passed in the order they are received.
 .It Fl z
 Do not complain about structures that are never defined
 (for example, using a structure pointer without knowing



Home | Main Index | Thread Index | Old Index