mirror_iproute2/man/man8/ip-maddress.8
esr@thyrsus.com 61f541fe12 First set of manpage markup fixes
Enclosed patch fixes inappropriate uses of the .SS macro.  Fuller explanation
in the change comment.

There are other problems in these pages that block lifting to
XML-DocBook, most notably in the command synopses.  They will take
some creativity to fix.  I'm working on it

>From 75745adba4b45b87577b61a2daa886dd444f44da Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Fri, 21 Jun 2013 15:27:38 -0400
Subject: [PATCH] Abolish presentation-level misuse of the .SS macro.

This change fixes most (but not all) fatal errors in attempts to lift
the iproute2 manual pages to XML-DocBook.  Where .SS is still used it
is a real subsection header, not just a way to outdent and bold text.
Presentation-level instances are turned into .TP calls and tables.
2013-06-24 17:00:54 -07:00

60 lines
1.1 KiB
Groff

.TH IP\-MADDRESS 8 "20 Dec 2011" "iproute2" "Linux"
.SH "NAME"
ip-maddress \- multicast addresses management
.SH "SYNOPSIS"
.sp
.ad l
.in +8
.ti -8
.B ip
.RI "[ " OPTIONS " ]"
.B maddress
.RI " { " COMMAND " | "
.BR help " }"
.sp
.ti -8
.BR "ip maddress" " [ " add " | " del " ]"
.IB MULTIADDR " dev " NAME
.ti -8
.BR "ip maddress show" " [ " dev
.IR NAME " ]"
.SH DESCRIPTION
.B maddress
objects are multicast addresses.
.SS ip maddress show - list multicast addresses
.TP
.BI dev " NAME " (default)
the device name.
.TP
.B ip maddress add - add a multicast address
.TP
.B ip maddress delete - delete a multicast address
.sp
These commands attach/detach a static link-layer multicast address
to listen on the interface.
Note that it is impossible to join protocol multicast groups
statically. This command only manages link-layer addresses.
.RS
.TP
.BI address " LLADDRESS " (default)
the link-layer multicast address.
.TP
.BI dev " NAME"
the device to join/leave this multicast address.
.RE
.SH SEE ALSO
.br
.BR ip (8)
.SH AUTHOR
Original Manpage by Michail Litvak <mci@owl.openwall.com>