X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Funixctl.c;h=6378439414078940e280b54c1de618a218c72360;hb=58fda1dab104041fc693032475ec4662c1a52849;hp=8565e5882f685675a4d980ad32ab8bf88a689572;hpb=c3bb4bd7f1d9c045a5e5d7062b09d4dac4e48195;p=sliver-openvswitch.git diff --git a/lib/unixctl.c b/lib/unixctl.c index 8565e5882..637843941 100644 --- a/lib/unixctl.c +++ b/lib/unixctl.c @@ -170,7 +170,7 @@ unixctl_command_reply(struct unixctl_conn *conn, * A program that (optionally) daemonizes itself should call this function * *after* daemonization, so that the socket name contains the pid of the * daemon instead of the pid of the program that exited. (Otherwise, - * "ovs-appctl --target .pid" will fail.) + * "ovs-appctl --target=" will fail.) * * Returns 0 if successful, otherwise a positive errno value. If successful, * sets '*serverp' to the new unixctl_server, otherwise to NULL. */