man: token: fix couple of typos

Not sure how these typos slipped in back then, I suspect
too much coffee. ;) So lets fix them up properly.

Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
This commit is contained in:
Daniel Borkmann 2014-06-18 09:40:42 +02:00 committed by Stephen Hemminger
parent cfea8b3509
commit cd509528ed
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
.TH IP\-TOKEN 8 "28 Mar 2013" "iproute2" "Linux" .TH IP\-TOKEN 8 "28 Mar 2013" "iproute2" "Linux"
.SH "NAME" .SH "NAME"
ip-token \- tokenized interface identifer support ip-token \- tokenized interface identifier support
.SH "SYNOPSIS" .SH "SYNOPSIS"
.sp .sp
.ad l .ad l
@ -26,7 +26,7 @@ ip-token \- tokenized interface identifer support
.BR "ip token" " { " list " }" .BR "ip token" " { " list " }"
.SH "DESCRIPTION" .SH "DESCRIPTION"
IPv6 tokenized interface identifer support is used for assigning well-known IPv6 tokenized interface identifier support is used for assigning well-known
host-part addresses to nodes whilst still obtaining a global network prefix host-part addresses to nodes whilst still obtaining a global network prefix
from Router advertisements. The primary target for tokenized identifiers are from Router advertisements. The primary target for tokenized identifiers are
server platforms where addresses are usually manually configured, rather than server platforms where addresses are usually manually configured, rather than
@ -41,13 +41,13 @@ set the interface token to the kernel. Once a token is set, it cannot be
removed from the interface, only overwritten. removed from the interface, only overwritten.
.TP .TP
.I TOKEN .I TOKEN
the interface identifer token address. the interface identifier token address.
.TP .TP
.BI dev " DEV" .BI dev " DEV"
the networking interface. the networking interface.
.SS ip token get - get the interface token from the kernel .SS ip token get - get the interface token from the kernel
show a tokenized interface identifer of a particular networking device. show a tokenized interface identifier of a particular networking device.
.B Arguments: .B Arguments:
coincide with the arguments of coincide with the arguments of
.B ip token set .B ip token set
@ -55,7 +55,7 @@ but the
.I TOKEN .I TOKEN
must be left out. must be left out.
.SS ip token list - list all interface tokens .SS ip token list - list all interface tokens
list all tokenized interface identifers for the networking interfaces from list all tokenized interface identifiers for the networking interfaces from
the kernel. the kernel.
.SH SEE ALSO .SH SEE ALSO