From 43dfb2c09f4dd56e14fc3c61a532d0e6b6df9e23 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Wed, 18 Mar 2009 10:20:09 -0700 Subject: [PATCH] dpctl: Make examples in the manpage more generic. --- utilities/dpctl.8.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utilities/dpctl.8.in b/utilities/dpctl.8.in index 6cd548ce..20545f8e 100644 --- a/utilities/dpctl.8.in +++ b/utilities/dpctl.8.in @@ -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" -- 2.30.2