Bug 63542

Summary: Unexpected stderr output from "man 1 mysqlaccess" command
Product: [Retired] Red Hat Linux Reporter: Glen A. Foster <glen.foster>
Component: mysqlAssignee: Patrick Macdonald <patrickm>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-04-15 17:31:13 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Glen A. Foster 2002-04-15 17:31:09 UTC
Description of Problem: Something is not right with the mysqlaccess.1 man-page. 
If you run the command "man 1 mysqlaccess 2> stderr", there's data in the file
"stderr".

Version-Release number of selected component (if applicable):
# rpm -q $(which mysqlaccess)
mysql-3.23.41-2

How Reproducible: 100%

Steps to Reproduce:
1. man 1 mysqlaccess 2> stderr

Actual Results: contents are as follows:
# cat stderr
<standard input>:97: a space character is not allowed in an escape name

Expected Results: empty stderr output

Comment 1 Trond Eivind Glomsrxd 2002-07-18 21:29:53 UTC
3.23.51-3 fixes this.