docs: Fix typos in manpages

Change-Id: I0231775c7d509c992e782144e7838dce793f7e5f
This commit is contained in:
Niv Sardi
2016-12-13 14:11:53 -03:00
committed by Alexander Afanasyev
parent 037f4ab4b6
commit 5e8755c774
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -14,12 +14,12 @@ Usage
Description
-----------
``ndn-autoconfig-server`` is a daemon that implements server part for the stage 1 of
``ndn-autoconfig-server`` is a daemon that implements the server part for the stage 1 of
:ref:`NDN hub discovery procedure`.
This daemon essentially waits for Interests for ``/localhop/ndn-autoconf/hub`` and
satisfies them with a Data packet that contains TLV-encoded FaceUri block. The value of
this block is the ``Uri`` for the HUB, preferrably a UDP tunnel.
satisfies them with a Data packet that contains a TLV-encoded FaceUri block. The value of
this block is the ``Uri`` for the HUB, preferably a UDP tunnel.
``-h``
print usage and exit.
@@ -28,7 +28,7 @@ this block is the ``Uri`` for the HUB, preferrably a UDP tunnel.
FaceUri for this NDN hub.
``-p prefix``
A local prefix for which the local hub allow end applications to register prefix
A local prefix for which the local hub allows end applications to register prefixes
(See more details in :ref:`local-prefix-discovery`). One can supply more than one
prefixes. All supplied prefixes will be put into the local prefix discovery data
as described in :ref:`local-prefix-discovery`. If no prefix is specified,
+4 -4
View File
@@ -11,10 +11,10 @@ Usage
Description
-----------
``autoreg-server`` is a deamon application that automatically registers the specified
prefix(es) when new on-demand Face is created (i.e., when a new UDP face is created
as a result of an incoming packet or TCP face is created as a result of an incoming
connection).
``autoreg-server`` is a daemon application that automatically registers the specified
prefix(es) when new on-demand Faces are created (i.e., when a new UDP face is created as
the result of an incoming packet or when a new TCP face is created as the result of an
incoming connection).
Options
-------