X-Git-Url: https://git.m6w6.name/?p=awesomized%2Flibmemcached;a=blobdiff_plain;f=docs%2Fsource%2Fbin%2Fcommon%2Fnote_program_prefix.rst;fp=docs%2Fsource%2Fbin%2Fcommon%2Fnote_program_prefix.rst;h=86d7099e9fda462247edcf0b896531d83edbc323;hp=0000000000000000000000000000000000000000;hb=dacded439b41d1800d03b2a0f944ca23b5d140c5;hpb=94b05fd0d8c87b24e14f3782c64f79999a65d38e diff --git a/docs/source/bin/common/note_program_prefix.rst b/docs/source/bin/common/note_program_prefix.rst new file mode 100644 index 00000000..86d7099e --- /dev/null +++ b/docs/source/bin/common/note_program_prefix.rst @@ -0,0 +1,10 @@ + +PROGRAM PREFIX +.............. + +The prefix of this program is variable, i.e. it can be configured at build time. + +Usually the client programs of ``libmemcached-awesome`` are prefixed with ``mem``, like ``memcat`` or ``memcp``. + +It can be configured, though, to replace the prefix with something else like ``mc``, in case of that, +the client programs of ``libmemcached-awesome`` would be called ``mccat``, ``mccp``, etc. respectively.