X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdpif.man;h=775ec585f8aa18c4fffd58393466f45955eb4fc8;hb=6e11a6a15519561d932a018b2ca19dc3acee87c2;hp=72175b0a32aadbdbca0cd65559acd64a5a3768a2;hpb=064af42167bf4fc9aaea2702d80ce08074b889c0;p=openvswitch diff --git a/lib/dpif.man b/lib/dpif.man index 72175b0a..775ec585 100644 --- a/lib/dpif.man +++ b/lib/dpif.man @@ -1,16 +1,14 @@ .RS .TP -\fBdp\fIN\fR +[\fItype\fB@\fR]\fBdp\fIN\fR Datapath number \fIN\fR, where \fIN\fR is a number between 0 and 255, -inclusive. - +inclusive. If \fItype\fR is given, it specifies the datapath provider of +\fBdp\fIN\fR, otherwise the default provider \fBsystem\fR is assumed. +. .TP -\fIname\fR +[\fItype\fB@\fR]\fIname\fR The name of the network device associated with the datapath's local port. (\fB\*(PN\fR internally converts this into a datapath number, -as above.) - -.TP -\fBnl:\fIN\fR -This is an obsolete synonym for \fBdp\fIN\fR. +as above.) If \fItype\fR is given, it specifies the datapath provider of +\fIname\fR, otherwise the default provider \fBsystem\fR is assumed. .RE