can't just open the tty's again.
Version 1.9a (18-Jan-93): changes since 1.8a:
- Rick Faith sent me man-pages for most of the untilities in this
+ Rick Faith sent me man-pages for most of the utilities in this
package. They are now included.
Steven S. Dick <ssd@nevets.oau.org> sent me a patch for login.c
isswap = 1;
if (!isswap && !isauto && !none && !is_supported_filesystem(vfy, type))
- verify_warn(vfy, _("%s seems unspported by the current kernel"), type);
+ verify_warn(vfy, _("%s seems unsupported by the current kernel"), type);
}
realtype = mnt_get_fstype(src, &ambi, cache);
return verify_err(vfy, _("%s does not match with on-disk %s"), type, realtype);
if (!isswap && !is_supported_filesystem(vfy, realtype))
- return verify_err(vfy, _("on-disk %s seems unspported by the current kernel"), realtype);
+ return verify_err(vfy, _("on-disk %s seems unsupported by the current kernel"), realtype);
verify_ok(vfy, _("FS type is %s"), realtype);
}
static void logger_stdin(struct logger_ctl *ctl)
{
- /* note: we re-generate the the syslog header for each log message to
+ /* note: we re-generate the syslog header for each log message to
* update header timestamps and to reflect possible priority changes.
* The initial header is generated by logger_open().
*/