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 Whitespace, sort, remove some superfluou...



details:   https://anonhg.NetBSD.org/src/rev/b665b73d2c09
branches:  trunk
changeset: 819974:b665b73d2c09
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Dec 25 11:10:53 2016 +0000

description:
Whitespace, sort, remove some superfluous macros/quoting.

diffstat:

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

diffs (63 lines):

diff -r 46d07b890b3e -r b665b73d2c09 usr.bin/xlint/xlint/lint.1
--- a/usr.bin/xlint/xlint/lint.1        Sun Dec 25 06:55:28 2016 +0000
+++ b/usr.bin/xlint/xlint/lint.1        Sun Dec 25 11:10:53 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: lint.1,v 1.38 2016/12/24 17:43:45 christos Exp $
+.\" $NetBSD: lint.1,v 1.39 2016/12/25 11:10:53 wiz Exp $
 .\"
 .\" Copyright (c) 1996 Christopher G. Demetriou.  All Rights Reserved.
 .\" Copyright (c) 1994, 1995 Jochen Pohl
@@ -60,8 +60,8 @@
 .Op Fl D Ar name Ns Op =def
 .Op Fl d Ar directory
 .Op Fl I Ar directory
+.Op Fl MD
 .Op Fl R Ar old=new
-.Op Fl MD
 .Op Fl U Ar name
 .Op Fl X Ar id Ns Op ,id ...
 .Ar
@@ -345,15 +345,15 @@
 to wider types.
 .It Fl p
 Attempt to check portability of code to other dialects of C.
-.It Fl r
-In case of redeclarations report the position of the
-previous declaration.
 .It Fl R Ar old=new
-Remap 
+Remap
 .Ar old
 directory prefixes to
 .Ar new
 for reproducible builds.
+.It Fl r
+In case of redeclarations report the position of the
+previous declaration.
 .It Fl S
 C9X mode.
 Currently not fully implemented.
@@ -441,7 +441,7 @@
 is an integer type, and suppress non-portable bitfield type warnings.
 .It Li /* CONSTCOND */ No or Li /* CONSTANTCOND */ No or Li /* CONSTANTCONDITION */
 Suppress complaints about constant operands for the next expression.
-.It Li /*\ FALLTHRU\ */ No or Li /* FALLTHROUGH */
+.It Li /* FALLTHRU */ No or Li /* FALLTHROUGH */
 Suppress complaints about fall through to a
 .Sy case
 or
@@ -453,12 +453,12 @@
 in this file as
 .Em used .
 Also shut off complaints about unused function arguments.
-.It Li /* LINTED Ns Ar n Li Oo Ar comment Oc Li */ No or Li /* NOSTRICT Ns Ar n Li Oo Ar comment Oc Li */
+.It Li /* LINTED Ns Ar n Oo Ar comment Oc Li */ No or Li /* NOSTRICT Ns Ar n Oo Ar comment Oc Li */
 Suppresses any intra-file warning except those dealing with
 unused variables or functions.
 This directive should be placed
 on the line immediately preceding where the lint warning occurred.
-The optional numeric argument suppresses the specific numbered 
+The optional numeric argument suppresses the specific numbered
 message instead of every message.
 A list of messages and ids can be found in
 .Xr lint 7 .



Home | Main Index | Thread Index | Old Index