OpenSolaris

Printable Version Enter a New Search
Bug ID 4349051
Synopsis *mailx* mailx has typos in messages
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:mailx
Keywords oss-request | oss-sponsor | rtiq_reviewed
Sponsor viswanathan kannappan
Submitter avinashtjoshi bugs
Responsible Engineer Viswanathan Kannappan
Reported Against s81_16
Duplicate Of
Introduced In solaris_2.6
Commit to Fix snv_98
Fixed In snv_98
Release Fixed solaris_nevada(snv_98)
Related Bugs
Submit Date 28-June-2000
Last Update Date 9-September-2008
Description
I'd seen this before but thought it was line noise or type-ahead. Anyway,
do this in mailx:

	& w
	No file specified
	.&

Note the '.&'. This is because of two printfs in cmd2.c:

	printf(gettext("No file specified\n."));

Note the '.' after the \n. The '.' should be first.

Note also that there are _two_ of these printfs to fix.
Work Around
N/A
Comments
N/A