Module Name: src
Committed By: rillig
Date: Fri Apr 15 16:18:14 UTC 2022
Modified Files:
src/usr.bin/xlint/xlint: lint.1
Log Message:
lint: fix typography in manual page
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 src/usr.bin/xlint/xlint/lint.1:1.51
--- src/usr.bin/xlint/xlint/lint.1:1.50 Sun Feb 27 11:40:29 2022
+++ src/usr.bin/xlint/xlint/lint.1 Fri Apr 15 16:18:14 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: lint.1,v 1.50 2022/02/27 11:40:29 rillig Exp $
+.\" $NetBSD: lint.1,v 1.51 2022/04/15 16:18:14 rillig Exp $
.\"
.\" Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved.
.\" Copyright (c) 1994, 1995 Jochen Pohl
@@ -30,7 +30,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd December 14, 2021
+.Dd April 15, 2022
.Dt LINT 1
.Os
.Sh NAME
@@ -235,7 +235,7 @@ instead of
as the default place to find include files.
.It Fl e
Complain about unusual operations on
-.Sy enum Ns types
+.Sy enum types
and combinations of
.Sy enum
and integer types .