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. will exit 0 on success and non-zero otherwise.
.Sh EXAMPLES .Sh EXAMPLES
.Bd -literal .Bd -literal
# By default include everything expect these directories: # By default include everything except these directories:
exclude /dev exclude /dev
exclude /src/sysroot exclude /src/sysroot
exclude /tmp exclude /tmp

View File

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

View File

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