X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Funixctl.c;h=6378439414078940e280b54c1de618a218c72360;hb=342045e17750e755558616f7fd826470e9b11a7e;hp=8565e5882f685675a4d980ad32ab8bf88a689572;hpb=8ca79daaa04ca3d5edcacf84646d953569f55cb6;p=openvswitch diff --git a/lib/unixctl.c b/lib/unixctl.c index 8565e588..63784394 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. */