summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri.staessens@ugent.be>2017-12-19 11:47:15 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2017-12-20 09:30:44 +0100
commitfce4efcafd99205667870d8d77249a6236d7e4d8 (patch)
tree7b7c638f478b8422d99fea5c6a53a62d6b5bdd96
parente5cc7fbcf165ef9c205b6c136f239f645a8d7830 (diff)
downloadouroboros-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>
-rw-r--r--doc/man/ouroboros.82
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