From 9779f598316b3d14ac53b999570b3382faeead7a Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Sat, 15 Nov 2014 22:41:43 +0200 Subject: docs: Spelling fixes Signed-off-by: Ville Skyttä Signed-off-by: Karel Zak --- AUTHORS | 2 +- misc-utils/logger.1 | 2 +- sys-utils/mount.8 | 2 +- tests/functions.sh | 2 +- tests/run.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 72a5d7294..15e4ae227 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,5 @@ - utils-linux + util-linux MAINTAINER: diff --git a/misc-utils/logger.1 b/misc-utils/logger.1 index ac77e9fcc..3bfcb3dbb 100644 --- a/misc-utils/logger.1 +++ b/misc-utils/logger.1 @@ -124,7 +124,7 @@ Use RFC 3164 BSD syslog protocol to submit messages to remote server. Use RFC 5424 syslog protocol to submit messages to remote server. Optional argument .I notime -will supress submission of sender time stamp that is in ISO-8601 format, +will suppress submission of sender time stamp that is in ISO-8601 format, including microseconds and timezone. When .I notime is specified the time quality structured data, that can be suppressed diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index ba0fe3184..272fd7d80 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -482,7 +482,7 @@ syscall, and the flags cannot be mixed with other mount options. Since util-linux 2.23 the \fBmount\fR command allows to use several propagation flags together and also together with other mount operations. This feature is EXPERIMENTAL. The propagation flags are applied by additional \fBmount\fR(2) syscalls when the -preceeding mount operations were successful. Note that this use case is not +preceding mount operations were successful. Note that this use case is not atomic. It is possible to specify the propagation flags in .BR fstab (5) as mount options diff --git a/tests/functions.sh b/tests/functions.sh index 59107b010..a9b37581d 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -601,7 +601,7 @@ function ts_scsi_debug_init { local devname TS_DEVICE="none" - # dry run is not realy reliable, real modprobe may still fail + # dry run is not really reliable, real modprobe may still fail modprobe --dry-run --quiet scsi_debug &>/dev/null \ || ts_skip "missing scsi_debug module (dry-run)" diff --git a/tests/run.sh b/tests/run.sh index 1f2971aed..f61b6e4f7 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -49,7 +49,7 @@ while [ -n "$1" ]; do ;; --nonroot) if [ $(id -ru) -eq 0 ]; then - echo "Ignore utils-linux test suite [non-root UID expected]." + echo "Ignore util-linux test suite [non-root UID expected]." exit 0 fi ;; -- cgit v1.2.3-55-g7522