From 42af2e52e771dd7bf8be6fd1119520d492bb4b3f Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 22 Feb 2019 19:37:24 -0800 Subject: Bumper typo cleanup. Inspired by some of the small patches that have gone by recently. Limited to only things found in `generated/help.h`, plus a wider cleanup for the more common "milisecond" typo. --- toys/posix/expand.c | 2 +- toys/posix/od.c | 2 +- toys/posix/sed.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'toys/posix') diff --git a/toys/posix/expand.c b/toys/posix/expand.c index 301d361e..f1fd8d33 100644 --- a/toys/posix/expand.c +++ b/toys/posix/expand.c @@ -18,7 +18,7 @@ config EXPAND Specify tab stops, either a single number instead of the default 8, or a comma separated list of increasing numbers representing tabstop - positions (absolute, not increments) with each additional tab beyound + positions (absolute, not increments) with each additional tab beyond that becoming one space. */ diff --git a/toys/posix/od.c b/toys/posix/od.c index c9c5c486..f45c8654 100644 --- a/toys/posix/od.c +++ b/toys/posix/od.c @@ -13,7 +13,7 @@ config OD help usage: od [-bcdosxv] [-j #] [-N #] [-w #] [-A doxn] [-t acdfoux[#]] - -A Address base (decimal, octal, hexdecimal, none) + -A Address base (decimal, octal, hexadecimal, none) -j Skip this many bytes of input -N Stop dumping after this many bytes -t Output type a(scii) c(har) d(ecimal) f(loat) o(ctal) u(nsigned) (he)x diff --git a/toys/posix/sed.c b/toys/posix/sed.c index 5e516249..0c31d2af 100644 --- a/toys/posix/sed.c +++ b/toys/posix/sed.c @@ -56,7 +56,7 @@ config SED Backslashes may be used to escape the delimiter if it occurs in the regex, and for the usual printf escapes (\abcefnrtv and octal, hex, and unicode). An empty regex repeats the previous one. ADDRESS regexes - (above) require the first delimeter to be escaped with a backslash when + (above) require the first delimiter to be escaped with a backslash when it isn't a forward slash (to distinguish it from the COMMANDs below). Sed mostly operates on individual lines one at a time. It reads each line, -- cgit v1.2.3