diff options
author | Dimitri Staessens <dimitri.staessens@ugent.be> | 2017-12-19 11:47:15 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-12-20 09:30:44 +0100 |
commit | fce4efcafd99205667870d8d77249a6236d7e4d8 (patch) | |
tree | 7b7c638f478b8422d99fea5c6a53a62d6b5bdd96 /doc/man | |
parent | e5cc7fbcf165ef9c205b6c136f239f645a8d7830 (diff) | |
download | ouroboros-fce4efcafd99205667870d8d77249a6236d7e4d8.tar.gz ouroboros-fce4efcafd99205667870d8d77249a6236d7e4d8.zip |
doc: Fix typo in ouroboros man page
There was a wrongly inserted "s" in the name of the udp IPCP.
Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be>
Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/ouroboros.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/ouroboros.8 b/doc/man/ouroboros.8 index 04d0990d..31dccc6e 100644 --- a/doc/man/ouroboros.8 +++ b/doc/man/ouroboros.8 @@ -126,7 +126,7 @@ creates an IPCP process of type \fItype\fR in the system with name .PP \fBeth-llc\fR - create an IPCP that attaches to an Ethernet adapter. .PP -\fBsudp\fR - create an IPCP that attaches to a UDP socket. +\fBudp\fR - create an IPCP that attaches to a UDP socket. .PP \fBnormal\fR - create a normal IPCP that uses lower level layers. .RE |