diff options
Diffstat (limited to 'usr.bin/error/error.1')
| -rw-r--r-- | usr.bin/error/error.1 | 6 |
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 |
