Blame man/man8/tipc-peer.8

Packit d3f73b
.TH TIPC-PEER 8 "04 Dec 2015" "iproute2" "Linux"
Packit d3f73b
Packit d3f73b
.\" For consistency, please keep padding right aligned.
Packit d3f73b
.\" For example '.B "foo " bar' and not '.B foo " bar"'
Packit d3f73b
Packit d3f73b
.SH NAME
Packit d3f73b
tipc-peer \- modify peer information
Packit d3f73b
Packit d3f73b
.SH SYNOPSIS
Packit d3f73b
.ad l
Packit d3f73b
.in +8
Packit d3f73b
Packit d3f73b
.ti -8
Packit d3f73b
.B tipc peer remove address
Packit d3f73b
.IR ADDRESS
Packit d3f73b
Packit d3f73b
.SH OPTIONS
Packit d3f73b
Options (flags) that can be passed anywhere in the command chain.
Packit d3f73b
.TP
Packit d3f73b
.BR "\-h" , " --help"
Packit d3f73b
Show help about last valid command. For example
Packit d3f73b
.B tipc peer --help
Packit d3f73b
will show peer help and
Packit d3f73b
.B tipc --help
Packit d3f73b
will show general help. The position of the option in the string is irrelevant.
Packit d3f73b
.SH DESCRIPTION
Packit d3f73b
Packit d3f73b
.SS Peer remove
Packit d3f73b
Remove an offline peer node from the local data structures. The peer is
Packit d3f73b
identified by its
Packit d3f73b
.B address
Packit d3f73b
Packit d3f73b
.SH EXIT STATUS
Packit d3f73b
Exit status is 0 if command was successful or a positive integer upon failure.
Packit d3f73b
Packit d3f73b
.SH SEE ALSO
Packit d3f73b
.BR tipc (8),
Packit d3f73b
.BR tipc-bearer (8),
Packit d3f73b
.BR tipc-link (8),
Packit d3f73b
.BR tipc-media (8),
Packit d3f73b
.BR tipc-nametable (8),
Packit d3f73b
.BR tipc-node (8),
Packit d3f73b
.BR tipc-socket (8)
Packit d3f73b
.br
Packit d3f73b
.SH REPORTING BUGS
Packit d3f73b
Report any bugs to the Network Developers mailing list
Packit d3f73b
.B <netdev@vger.kernel.org>
Packit d3f73b
where the development and maintenance is primarily done.
Packit d3f73b
You do not have to be subscribed to the list to send a message there.
Packit d3f73b
Packit d3f73b
.SH AUTHOR
Packit d3f73b
Richard Alpe <richard.alpe@ericsson.com>