The noun is "setup" while the verb is "set up".
}
mnt_unref_fs(fs);
- err(FSCK_EX_ERROR, _("failed to setup description for %s"), device);
+ err(FSCK_EX_ERROR, _("failed to set up description for %s"), device);
}
static void fs_interpret_type(struct libmnt_fs *fs)
return MNT_EX_USAGE;
case -MNT_ERR_LOOPDEV:
if (buf)
- snprintf(buf, bufsz, _("failed to setup loop device for %s"), src);
+ snprintf(buf, bufsz, _("failed to set up loop device for %s"), src);
return MNT_EX_FAIL;
case -MNT_ERR_LOOPOVERLAP:
if (buf)
return 0;
err:
- DBG(HOOK, ul_debugobj(hs, " failed to setup idmap"));
+ DBG(HOOK, ul_debugobj(hs, " failed to set up idmap"));
free_hook_data(hd);
free(buf);
return -MNT_ERR_MOUNTOPT;
if (!backing_file)
return -EINVAL;
- DBG(LOOP, ul_debugobj(cxt, "trying to setup device for %s", backing_file));
+ DBG(LOOP, ul_debugobj(cxt, "trying to set up device for %s", backing_file));
if (mnt_optlist_is_rdonly(ol)) {
DBG(LOOP, ul_debugobj(cxt, "enabling READ-ONLY flag"));
break; /* success */
if (loopdev || rc != -EBUSY) {
- DBG(LOOP, ul_debugobj(cxt, "failed to setup device"));
+ DBG(LOOP, ul_debugobj(cxt, "failed to set up device"));
rc = -MNT_ERR_LOOPDEV;
goto done;
}
== NOTES
-Since version 2.37 *losetup* uses *LOOP_CONFIGURE* ioctl to setup a new loop device by one ioctl call. The old versions use *LOOP_SET_FD* and *LOOP_SET_STATUS64* ioctls to do the same.
+Since version 2.37 *losetup* uses *LOOP_CONFIGURE* ioctl to set up a new loop device by one ioctl call. The old versions use *LOOP_SET_FD* and *LOOP_SET_STATUS64* ioctls to do the same.
== ENVIRONMENT
On some systems, this can also be used like *nvram-wakeup*, waking from states like ACPI S4 (suspend to disk). Not all systems have persistent media that are appropriate for such suspend modes.
-Note that alarm functionality depends on hardware; not every RTC is able to setup an alarm up to 24 hours in the future.
+Note that alarm functionality depends on hardware; not every RTC is able to set up an alarm up to 24 hours in the future.
The suspend setup may be interrupted by active hardware; for example wireless USB input devices that continue to send events for some fraction of a second after the return key is pressed. *rtcwake* tries to avoid this problem and it waits to the terminal to settle down before entering a system sleep.
-mount: <target> failed to setup loop device for <source>
+mount: <target> failed to set up loop device for <source>
Success