summaryrefslogtreecommitdiff
path: root/usr.bin/error
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2017-07-03 21:28:48 +0000
committerwiz <wiz@NetBSD.org>2017-07-03 21:28:48 +0000
commit56b14ee00121a3a960d2fbe103c85e147ac57103 (patch)
tree05478e811140b3d30b452dcff8e4df8bdab6e3f8 /usr.bin/error
parent7c0084bd3e3114326ae5e7336142439f1d2a10e1 (diff)
Remove workaround for ancient HTML generation code.
Diffstat (limited to 'usr.bin/error')
-rw-r--r--usr.bin/error/error.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/error/error.1 b/usr.bin/error/error.1
index 9ec53a11a35..3ae0c10a2bc 100644
--- a/usr.bin/error/error.1
+++ b/usr.bin/error/error.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: error.1,v 1.19 2016/06/06 16:32:19 abhinav Exp $
+.\" $NetBSD: error.1,v 1.20 2017/07/03 21:34:19 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -139,13 +139,13 @@ For example, when using the
.Xr sh 1
syntax
.Pp
-.Dl make \-s lint 2\*[Gt]\*[Am]1 \&| error \-q \-v
+.Dl make \-s lint 2>&1 \&| error \-q \-v
.Pp
or the
.Xr csh 1
syntax
.Pp
-.Dl make \-s lint \&|\*[Am] error \-q \-v
+.Dl make \-s lint \&|& error \-q \-v
.Pp
.Nm
will analyze all the error messages produced