Error in man page example of eval builtin
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bash (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
EXAMPLES
echo $y
echo $y
10
should be something like
EXAMPLES
echo $y
$foo
eval y='$'$x
echo $y
10
(echo adds newline by default)
Besides, it should be considered, if commands and outputs could be distinguished in the example.
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: bash 4.3-7ubuntu1.5
ProcVersionSign
Uname: Linux 3.13.0-
ApportVersion: 2.14.1-0ubuntu3.12
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Aug 29 14:02:46 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-09-21 (342 days ago)
InstallationMedia: Ubuntu-Studio 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.1)
SourcePackage: bash
UpgradeStatus: No upgrade log present (probably fresh install)
tags: | added: manpage |