Proofreading ethermess.1

This commit is contained in:
Wolfgang Müller 2019-07-16 19:03:18 +03:00 committed by Juhani Krekelä
parent a9ac8a56d0
commit 040045f553
1 changed files with 6 additions and 5 deletions

View File

@ -12,7 +12,7 @@
.Nm
allows sending and receiving messages over Ethernet or Wi-Fi networks using
the EtherMess protocol.
Since EtherMess protocol uses bare Ethernet frames as its transport, IP
Since the EtherMess protocol uses bare Ethernet frames as its transport, IP
connectivity is not needed.
.Pp
The
@ -49,7 +49,7 @@ knows about.
.It /available
Set your status to available.
.It /unavailable
Set your status to unavailable
Set your status to unavailable.
.It /nick Op Ar nick
Set your nick to the one specified or display the current one.
.It /target Ar target
@ -80,10 +80,10 @@ A message from your default target will instead look like:
16:20:03 <*~hutenosa> Lorem ipsum.
.Ed
.Ss Status
There are four main types of status notification: join, quit, status
There are four main types of status notifications: join, quit, status
change, and nick change.
.Pp
The maximal form of a join is
The verbose form of a join is
.Bd -literal -compact
20:08:19 >>> ~nick (status) [b7:00:f0:9f:a4:94]
.Ed
@ -111,6 +111,7 @@ A nick change looks like
.Ed
.Sh EXIT STATUS
.Nm
exit with status code 0 if it is exiting on user command and 1 if it is exiting due to backend having quit.
exits with status code 0 if it is exiting on user command and 1 if it is
exiting due to the backend having quit.
.Sh SEE ALSO
.Xr ethermess 7