diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-07 07:16:02 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-05-07 07:16:02 +0000 |
commit | de00169788d17d1afbb465a8138926ecfd201cac (patch) | |
tree | f68fbdcec8250cc648b5bb6457e9aecfe11dafb6 | |
parent | 6940ca7a67009c60d8ed2a9205c13b8f41c592bf (diff) |
tweak previous;
-rw-r--r-- | share/man/man4/mpe.4 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/share/man/man4/mpe.4 b/share/man/man4/mpe.4 index 635b5191df7..c4fd5de6476 100644 --- a/share/man/man4/mpe.4 +++ b/share/man/man4/mpe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mpe.4,v 1.1 2008/05/07 02:43:45 pyr Exp $ +.\" $OpenBSD: mpe.4,v 1.2 2008/05/07 07:16:01 jmc Exp $ .\" .\" Copyright (C) 2008 Pierre-Yves Ritschard <pyr@openbsd.org> .\" @@ -41,31 +41,31 @@ The interface itself can be configured with see its manual page for more information. .Pp .Nm -interfaces support the following unique -.Xr ioctl 2 s: +interfaces support the following unique ioctls: .Bl -tag -width "SIOCSETLABEL" -offset 3n .It SIOCSETLABEL Encapsulate packets entering this interface in MPLS using the specified label. .It SIOCGETLABEL -Report the label packets entering this interface will be +Report the label that packets entering this interface will be tagged with. .El .\" .Sh SEE ALSO .Xr sysctl 3 , -.Xr mpls 8 , .Xr hostname.if 5 , .Xr ifconfig 8 , +.Xr mpls 8 , .Xr netstart 8 -.Rs .\" .Sh HISTORY The .Nm -device first appeared in OpenBSD 4.4 +device first appeared in +.Ox 4.4 . .\" .Sh AUTHORS The .Nm -driver was written by Pierre-Yves Ritschard <pyr@openbsd.org>. +driver was written by +.An Pierre-Yves Ritschard Aq pyr@openbsd.org . |