dpctl: Make examples in the manpage more generic.
authorBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 17:20:09 +0000 (10:20 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 18 Mar 2009 17:20:55 +0000 (10:20 -0700)
utilities/dpctl.8.in

index 6cd548ce15ea55243c6e0f84afb28cca63a5eedd..20545f8e21943b377e40d1cf3b5f45ec31ecfa76 100644 (file)
@@ -566,17 +566,17 @@ Deletes the datapath.
 
 The following examples assume that an OpenFlow switch on the local
 host has been configured to listen for management connections on a
-Unix domain socket named \fB/var/run/openflow.sock\fR, e.g. by
-specifying \fB--listen=punix:/var/run/openflow.sock\fR on the
+Unix domain socket named \fB@RUNDIR@/openflow.sock\fR, e.g. by
+specifying \fB--listen=punix:@RUNDIR@/openflow.sock\fR on the
 \fBsecchan\fR(8) command line.
 
 .TP
-\fBdpctl dump-tables unix:/var/run/openflow.sock\fR
+\fBdpctl dump-tables unix:@RUNDIR@/openflow.sock\fR
 Prints out the switch's table stats.  (This is more interesting after
 some traffic has passed through.)
 
 .TP
-\fBdpctl dump-flows unix:/var/run/openflow.sock\fR
+\fBdpctl dump-flows unix:@RUNDIR@/openflow.sock\fR
 Prints the flow entries in the switch.
 
 .SH "SEE ALSO"