Module Name: src
Committed By: rillig
Date: Sat Apr 15 12:29:43 UTC 2023
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint.1: remove extra space from -q option
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/usr.bin/xlint/xlint/lint.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/xlint/xlint/lint.1
diff -u src/usr.bin/xlint/xlint/lint.1:1.56 src/usr.bin/xlint/xlint/lint.1:1.57
--- src/usr.bin/xlint/xlint/lint.1:1.56 Sun Jan 22 15:20:01 2023
+++ src/usr.bin/xlint/xlint/lint.1 Sat Apr 15 12:29:43 2023
@@ -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 .