From 80c9146c4f200e54620a300f1be083145031c9b5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 16 Jan 2010 17:50:28 +0100 Subject: [PATCH] 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 --- man7/bootparam.7 | 2 +- man7/spufs.7 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man7/bootparam.7 b/man7/bootparam.7 index f40c66d25..6ef31003e 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -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 diff --git a/man7/spufs.7 b/man7/spufs.7 index 3acdad7f2..64c4357da 100644 --- a/man7/spufs.7 +++ b/man7/spufs.7 @@ -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