From 02d5dddc5b10182b2349138fb9157647e6871fc2 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Thu, 4 Feb 2016 02:07:59 +0100 Subject: [PATCH] Fix minor mistakes in new manual pages. --- mkinitrd/mkinitrd.8 | 2 +- sf/sfncd.1 | 2 +- share/man/man7/serial-transfer.7 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mkinitrd/mkinitrd.8 b/mkinitrd/mkinitrd.8 index 58b79df0..fc9ffbcd 100644 --- a/mkinitrd/mkinitrd.8 +++ b/mkinitrd/mkinitrd.8 @@ -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 diff --git a/sf/sfncd.1 b/sf/sfncd.1 index 9edb2659..49f377ed 100644 --- a/sf/sfncd.1 +++ b/sf/sfncd.1 @@ -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 diff --git a/share/man/man7/serial-transfer.7 b/share/man/man7/serial-transfer.7 index b23cccdc..8ed2d1a5 100644 --- a/share/man/man7/serial-transfer.7 +++ b/share/man/man7/serial-transfer.7 @@ -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.