man page: fix two typos

This commit is contained in:
Erik Auerswald
2024-12-11 15:38:10 +01:00
parent 88a627050a
commit e7a20fbb2d
+2 -2
View File
@@ -30,10 +30,10 @@ can be used as a special argument to end option-scanning, e.g.,
in order to use a negative number as argument to a command.
.PP
When using a single character (i.e., short) option,
Arguments can either directly follow the option character,
arguments can either directly follow the option character,
or can be separated from the option character by whitespace.
When using a multi character (i.e., long) option,
Arguments must be separated from the option by either an equals sign
arguments must be separated from the option by either an equals sign
.RB ( = ),
or whitespace.
.SH OPTIONS