fix indentation of ip neighbour man page
Formatting was awful and unclear on ip neighbour
This commit is contained in:
parent
9e763fa5d3
commit
882e754cd4
|
|
@ -55,7 +55,7 @@ change an existing entry
|
||||||
.TP
|
.TP
|
||||||
ip neighbour replace
|
ip neighbour replace
|
||||||
add a new entry or change an existing one
|
add a new entry or change an existing one
|
||||||
|
.RS
|
||||||
.PP
|
.PP
|
||||||
These commands create new neighbour records or update existing ones.
|
These commands create new neighbour records or update existing ones.
|
||||||
|
|
||||||
|
|
@ -100,11 +100,12 @@ This option to
|
||||||
.B ip neigh
|
.B ip neigh
|
||||||
does not change the neighbour state if it was valid and the address
|
does not change the neighbour state if it was valid and the address
|
||||||
is not changed by this command.
|
is not changed by this command.
|
||||||
.RS
|
|
||||||
ip neighbour delete - delete a neighbour entry
|
|
||||||
.RE
|
.RE
|
||||||
This command invalidates a neighbour entry.
|
|
||||||
|
|
||||||
|
.TP
|
||||||
|
ip neighbour delete
|
||||||
|
delete a neighbour entry
|
||||||
|
.RS
|
||||||
.PP
|
.PP
|
||||||
The arguments are the same as with
|
The arguments are the same as with
|
||||||
.BR "ip neigh add" ,
|
.BR "ip neigh add" ,
|
||||||
|
|
@ -123,13 +124,12 @@ Particularly, the kernel may try to resolve this address even
|
||||||
on a
|
on a
|
||||||
.B NOARP
|
.B NOARP
|
||||||
interface or if the address is multicast or broadcast.
|
interface or if the address is multicast or broadcast.
|
||||||
|
|
||||||
.RS
|
|
||||||
ip neighbour show - list neighbour entries
|
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
This command displays neighbour tables.
|
.TP
|
||||||
|
ip neighbour show
|
||||||
|
list neighbour entries
|
||||||
|
.RS
|
||||||
.TP
|
.TP
|
||||||
.BI to " ADDRESS " (default)
|
.BI to " ADDRESS " (default)
|
||||||
the prefix selecting the neighbours to list.
|
the prefix selecting the neighbours to list.
|
||||||
|
|
@ -159,15 +159,12 @@ lists all entries except for
|
||||||
.B none
|
.B none
|
||||||
and
|
and
|
||||||
.BR "noarp" .
|
.BR "noarp" .
|
||||||
|
|
||||||
.RS
|
|
||||||
ip neighbour flush - flush neighbour entries
|
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
This command flushes neighbour tables, selecting
|
.TP
|
||||||
entries to flush by some criteria.
|
ip neighbour flush
|
||||||
|
flush neighbour entries
|
||||||
.PP
|
.RS
|
||||||
This command has the same arguments as
|
This command has the same arguments as
|
||||||
.B show.
|
.B show.
|
||||||
The differences are that it does not run when no arguments are given,
|
The differences are that it does not run when no arguments are given,
|
||||||
|
|
@ -185,6 +182,7 @@ neighbour table. If the option is given
|
||||||
twice,
|
twice,
|
||||||
.B ip neigh flush
|
.B ip neigh flush
|
||||||
also dumps all the deleted neighbours.
|
also dumps all the deleted neighbours.
|
||||||
|
.RE
|
||||||
|
|
||||||
.SH EXAMPLES
|
.SH EXAMPLES
|
||||||
.PP
|
.PP
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue