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 the 4th
line here.  It's also all in bold, which is unnecessary and confusing.

Suggested patch:

--- /tmp/eval.1posix.orig       2005-12-13 11:00:50.000000000 +0000
+++ /tmp/eval.1posix    2013-04-09 08:53:08.000000000 +0100
@@ -64,9 +64,10 @@
 \fBfoo=10 x=foo
 y='$'$x
 echo $y
-\fP\fB$foo\fP\fBeval y='$'$x
+\fP$foo
+\fBeval y='$'$x
 echo $y
-\fP\fB10\fP
+\fP10
 .fi
 .RE
 .SH RATIONALE


   Julian


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to