...talks about a new FIFO command. I am changing that to rpc - right?
What will the replacement of this example be:
serctl fifo flat_rotate
Thanks, /O
On Tue, Oct 20, 2009 at 7:51 PM, Olle E. Johansson oej@edvina.net wrote:
...talks about a new FIFO command. I am changing that to rpc - right?
Maybe "a new management command" would be even better for documentation, that wording is not tied to any particular interface or technology.
What will the replacement of this example be:
serctl fifo flat_rotate
Currently "sercmd flatstore.rotate", but the change of the tool might change in the future, but don't worry about that now.
-- Jan
20 okt 2009 kl. 20.12 skrev Jan Janak:
On Tue, Oct 20, 2009 at 7:51 PM, Olle E. Johansson oej@edvina.net wrote:
...talks about a new FIFO command. I am changing that to rpc - right?
Maybe "a new management command" would be even better for documentation, that wording is not tied to any particular interface or technology.
If I understood Andrei, rpc is the core interface, xmlrpc, binrpc and others are just the various interfaces on top of this. But I do agree, using "rpc" is confusing. And "new" doesn't apply in this file any more. I think naming the section "management interface" or "management commands" is a good choice.
What will the replacement of this example be:
serctl fifo flat_rotate
Currently "sercmd flatstore.rotate", but the change of the tool might change in the future, but don't worry about that now.
sercmd is defined in our dictionary, so that won't be a problem. When we change that, all docs will be updated. The power of docbook, you know :-)
/O
When running "make README" in db_flatstore I get the following error:
make README config.mak included make -C doc db_flatstore.txt ../../../docbook/Makefile:191: db_flatstore.d: No such file or directory ../../../docbook/Makefile:191: db_flatstore.d: No such file or directory ../../../docbook/Makefile:191: db_flatstore.d: No such file or directory make[1]: *** No rule to make target `db_flatstore.xml', needed by `db_flatstore.d'. Stop. make: *** [README] Error 2
Weird. Anyone that can explain?
My guess is that we have to change names on flatstore.xml to db_flatstore.xml
/O
On Oct 20, 2009 at 20:58, Olle E. Johansson oej@edvina.net wrote:
When running "make README" in db_flatstore I get the following error:
make README config.mak included make -C doc db_flatstore.txt ../../../docbook/Makefile:191: db_flatstore.d: No such file or directory ../../../docbook/Makefile:191: db_flatstore.d: No such file or directory ../../../docbook/Makefile:191: db_flatstore.d: No such file or directory make[1]: *** No rule to make target `db_flatstore.xml', needed by `db_flatstore.d'. Stop. make: *** [README] Error 2
Weird. Anyone that can explain?
My guess is that we have to change names on flatstore.xml to db_flatstore.xml
Yes, we have either to change it in the Makefile or rename flatstore.xml.
Andrei
On Tue, Oct 20, 2009 at 9:09 PM, Andrei Pelinescu-Onciul andrei@iptel.org wrote:
On Oct 20, 2009 at 20:58, Olle E. Johansson oej@edvina.net wrote:
When running "make README" in db_flatstore I get the following error:
make README config.mak included make -C doc db_flatstore.txt ../../../docbook/Makefile:191: db_flatstore.d: No such file or directory ../../../docbook/Makefile:191: db_flatstore.d: No such file or directory ../../../docbook/Makefile:191: db_flatstore.d: No such file or directory make[1]: *** No rule to make target `db_flatstore.xml', needed by `db_flatstore.d'. Stop. make: *** [README] Error 2
Weird. Anyone that can explain?
My guess is that we have to change names on flatstore.xml to db_flatstore.xml
Yes, we have either to change it in the Makefile or rename flatstore.xml.
Done, I renamed the file. Thanks!
-- Jan