diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-18 21:45:15 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-18 21:45:15 +0000 |
commit | 25a9f33de9bf78951f17a1af6f8e948506214867 (patch) | |
tree | 747b767fc6e663d295efcea9cca003236a668866 | |
parent | c2e3569f4d81337ffc21b09739fe5d7d70d9fa03 (diff) |
Typo: sytem -> system
-rw-r--r-- | sbin/restore/restore.8 | 4 | ||||
-rw-r--r-- | share/man/man4/lkm.4 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8 index c10fc009346..540405aeda6 100644 --- a/sbin/restore/restore.8 +++ b/sbin/restore/restore.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: restore.8,v 1.18 2000/04/15 02:15:17 aaron Exp $ +.\" $OpenBSD: restore.8,v 1.19 2000/04/18 21:45:14 aaron Exp $ .\" $NetBSD: restore.8,v 1.15 1997/07/01 05:37:53 lukem Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -272,7 +272,7 @@ tries to determine the block size dynamically. Normally, .Nm will try to determine dynamically whether the dump was made from an -old (pre-4.4) or new format file sytem. +old (pre-4.4) or new format file system. The .Fl c flag disables this check, and only allows reading a dump in the old diff --git a/share/man/man4/lkm.4 b/share/man/man4/lkm.4 index 4eb6430f8b3..86e07f9bdf9 100644 --- a/share/man/man4/lkm.4 +++ b/share/man/man4/lkm.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lkm.4,v 1.8 1999/10/05 20:53:11 aaron Exp $ +.\" $OpenBSD: lkm.4,v 1.9 2000/04/18 21:45:14 aaron Exp $ .\" $NetBSD: lkm.4,v 1.4 1994/11/30 16:22:22 jtc Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -41,7 +41,7 @@ This ability also helps software developers to develop new parts of the kernel without constantly rebooting to test their changes. .Pp -Various types of modules can be loaded into the sytem. +Various types of modules can be loaded into the system. There are several defined module types, listed below, which can be added to the system in a predefined way. In addition, there is a generic type, for which the module itself handles loading and |