lintian caught hyphen-used-as-minus-sign
This commit is contained in:
parent
56a69907d5
commit
4f671299f4
4
mksh.1
4
mksh.1
@ -1,4 +1,4 @@
|
|||||||
.\" $MirOS: src/bin/mksh/mksh.1,v 1.239 2010/09/05 19:51:33 tg Exp $
|
.\" $MirOS: src/bin/mksh/mksh.1,v 1.240 2010/09/05 20:43:37 tg Exp $
|
||||||
.\" $OpenBSD: ksh.1,v 1.136 2010/07/15 20:04:35 schwarze Exp $
|
.\" $OpenBSD: ksh.1,v 1.136 2010/07/15 20:04:35 schwarze Exp $
|
||||||
.\"-
|
.\"-
|
||||||
.\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
.\" Copyright © 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
||||||
@ -6050,7 +6050,7 @@ Thus, variable assignments inside them fail.
|
|||||||
Use co-processes instead.
|
Use co-processes instead.
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
foo \*(Ba bar \*(Ba read baz # will not change $baz
|
foo \*(Ba bar \*(Ba read baz # will not change $baz
|
||||||
foo \*(Ba bar \*(Ba& read -p baz # will, however, do so
|
foo \*(Ba bar \*(Ba& read \-p baz # will, however, do so
|
||||||
.Ed
|
.Ed
|
||||||
.Sh BUGS
|
.Sh BUGS
|
||||||
Suspending (using \*(haZ) pipelines like the one below will only suspend
|
Suspending (using \*(haZ) pipelines like the one below will only suspend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user