Bug#705032: manpages-posix: typo in eval.1

2013-04-09 Thread Julian Gilbey
On Tue, Apr 09, 2013 at 10:20:50AM +0200, Francesco P. Lovergine wrote: > On Tue, Apr 09, 2013 at 08:54:21AM +0100, Julian Gilbey wrote: > > Package: manpages-posix > > Version: 2.16-1 > > Severity: minor > > Tags: patch > > [...] > > I think this format-only changes could be applied. Note that in

Bug#705032: manpages-posix: typo in eval.1

2013-04-09 Thread Francesco P. Lovergine
On Tue, Apr 09, 2013 at 08:54:21AM +0100, Julian Gilbey wrote: > Package: manpages-posix > Version: 2.16-1 > Severity: minor > Tags: patch > > The EXAMPLES section reads: > > foo=10 x=foo > y='$'$x > echo $y > $fooeval y='$'$x >

Bug#705032: manpages-posix: typo in eval.1

2013-04-09 Thread Julian Gilbey
Package: manpages-posix Version: 2.16-1 Severity: minor Tags: patch The EXAMPLES section reads: foo=10 x=foo y='$'$x echo $y $fooeval y='$'$x echo $y 10 There is clearly a missing newline between $foo and eval on