- utils-linux
+ util-linux
MAINTAINER:
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
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
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)"
;;
--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
;;