mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix minor mistakes in new manual pages.
This commit is contained in:
parent
1ca8ef0a48
commit
02d5dddc5b
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue