diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-05 08:51:08 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-05 08:51:08 +0000 |
| commit | ffb9c240d7e0390d9a3834f317fdca72fef63f3a (patch) | |
| tree | 916d9c49af3eb51bd59f238b0beba93eed6df02d | |
| parent | 11bccf341ed5a0e755536e1340adf0296cefb970 (diff) | |
Notes
| -rw-r--r-- | sbin/kldload/kldload.8 | 2 | ||||
| -rw-r--r-- | usr.bin/xargs/xargs.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8 index a696dfcace66..07ebb9ac09a8 100644 --- a/sbin/kldload/kldload.8 +++ b/sbin/kldload/kldload.8 @@ -50,7 +50,7 @@ Be more verbose. .Sh FILES .Bl -tag -width /boot/kernel -compact .It Pa /boot/kernel -directory containing loadable modules. Modules must have an extention of .ko +directory containing loadable modules. Modules must have an extension of .ko .El .Sh DIAGNOSTICS The diff --git a/usr.bin/xargs/xargs.1 b/usr.bin/xargs/xargs.1 index 1ba1b8014cf8..a723f0a2f658 100644 --- a/usr.bin/xargs/xargs.1 +++ b/usr.bin/xargs/xargs.1 @@ -210,7 +210,7 @@ The .Fl J option is a non-standard .Fx -extention which may not be available on other operating systems. +extension which may not be available on other operating systems. .Sh BUGS If .Ar utility |
