bootparam.7, spufs.7: s/non-numeric/nonnumeric/

The tendency in English, as prescribed in style guides like
Chicago MoS, is towards removing hyphens after prefixes
like "non-" etc.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-01-16 17:50:28 +01:00
parent cfea513249
commit 80c9146c4f
2 changed files with 3 additions and 3 deletions

View File

@ -1016,7 +1016,7 @@ In its most generic form, it looks something like this:
.IP
ether=irq,iobase[,param_1[,...param_8]],name
.IP
The first non-numeric argument is taken as the name.
The first nonnumeric argument is taken as the name.
The param_n values (if applicable) usually have different meanings for each
different card/driver.
Typical param_n values are used to specify

View File

@ -395,7 +395,7 @@ A
operation on the file sets the register to the
value given in the string.
The string is parsed from the beginning
until the first non-numeric character or the end of the buffer.
until the first nonnumeric character or the end of the buffer.
Subsequent writes to the same file descriptor overwrite the
previous setting.
@ -530,7 +530,7 @@ A
operation on the file sets the register to the
value given in the string.
The string is parsed from the beginning
until the first non-numeric character or the end of the buffer.
until the first nonnumeric character or the end of the buffer.
Subsequent writes to the same file descriptor overwrite the
previous setting.
.RE