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 lint.1: remove extra space from -q option
details: https://anonhg.NetBSD.org/src/rev/2279bf9dee4d
branches: trunk
changeset: 374259:2279bf9dee4d
user: rillig <rillig%NetBSD.org@localhost>
date: Sat Apr 15 12:29:43 2023 +0000
description:
lint.1: remove extra space from -q option
diffstat:
usr.bin/xlint/xlint/lint.1 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7af45dee8df1 -r 2279bf9dee4d usr.bin/xlint/xlint/lint.1
--- a/usr.bin/xlint/xlint/lint.1 Sat Apr 15 12:22:37 2023 +0000
+++ b/usr.bin/xlint/xlint/lint.1 Sat Apr 15 12:29:43 2023 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: lint.1,v 1.56 2023/01/22 15:20:01 rillig Exp $
+.\" $NetBSD: lint.1,v 1.57 2023/04/15 12:29:43 rillig Exp $
.\"
.\" Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
.\" Copyright (c) 1994, 1995 Jochen Pohl
@@ -344,7 +344,7 @@ when assigning to wider integer types, o
to wider types.
.It Fl p
Attempt to check portability of code to other platforms of C.
-.It Fl q Ar id Op ,id ...
+.It Fl q Ar id Ns Op ,id ...
In addition to the usual warnings and errors, run the selected queries,
which are listed in
.Xr lint 7 Ns .
Home |
Main Index |
Thread Index |
Old Index