Fix minor mistakes in new manual pages.

This commit is contained in:
Jonas 'Sortie' Termansen 2016-02-04 02:07:59 +01:00
parent 1ca8ef0a48
commit 02d5dddc5b
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ pattern patch is simple and matches paths exactly.
will exit 0 on success and non-zero otherwise.
.Sh EXAMPLES
.Bd -literal
# By default include everything expect these directories:
# By default include everything except these directories:
exclude /dev
exclude /src/sysroot
exclude /tmp

View File

@ -6,8 +6,8 @@
.Nd network connection over sf (server side)
.Sh SYNOPSIS
.Nm sfncd
.Ar transmit-device
.Ar receive-device
.Ar transmit-device
.Op Ar server-command
.Sh DESCRIPTION
.Nm

View File

@ -115,7 +115,7 @@ For instance, run on the server:
.Pp
And then run on the client:
.Bd -literal
sfnc irc.freenode.net 6667 /dev/receive /dev/transmit
sfnc irc.freenode.net 6667 /dev/transmit /dev/receive
.Ed
.Pp
This will last for the duration of the connection.