Bug #43412 Documentation typo (memcached)
Submitted: 5 Mar 2009 12:58 Modified: 5 Mar 2009 15:29
Reporter: Sander de Bruijne (Candidate Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Documentation Severity:S4 (Feature request)
Version:5.0, 5.1, 6.0 OS:Any
Assigned to: CPU Architecture:Any
Tags: memcached, qc

[5 Mar 2009 12:58] Sander de Bruijne
Description:
http://dev.mysql.com/doc/refman/5.0/en/ha-memcached-using.html

The example of the -U parameter of memcached uses -p instead of -U.

--------------------
-U port: Specify the UDP port to use for connections. Default is 0 (off).
shell> memcached -p 18080
--------------------

Should be:

--------------------
-U port: Specify the UDP port to use for connections. Default is 0 (off).
shell> memcached -U 18080
--------------------

How to repeat:
N/A

Suggested fix:
See description.
[5 Mar 2009 14:46] Valeriy Kravchuk
Thank you for the problem report.
[5 Mar 2009 15:29] MC Brown
Fixed in the documentation. Updated version should appear within 24 hours.