X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Funixctl.c;h=b52d3d1ece15e5c955d0bffda4b1437812738438;hb=a6bc4a03a44ee8a4ab346f0c1a6e21d20a1d29bd;hp=88fe60352453dc4b9531302b13628e5a14f6e9a0;hpb=daf03c53ee14a0227b43330be2e638b9ad9ce022;p=openvswitch diff --git a/lib/unixctl.c b/lib/unixctl.c index 88fe6035..b52d3d1e 100644 --- a/lib/unixctl.c +++ b/lib/unixctl.c @@ -443,7 +443,7 @@ unixctl_server_destroy(struct unixctl_server *server) /* Connects to a Vlog server socket. 'path' should be the name of a Vlog * server socket. If it does not start with '/', it will be prefixed with - * ovs_rundir (e.g. /var/run). + * ovs_rundir (e.g. /var/run/openvswitch). * * Returns 0 if successful, otherwise a positive errno value. If successful, * sets '*clientp' to the new unixctl_client, otherwise to NULL. */