diff options
author | joerg <joerg@FreeBSD.org> | 1994-10-30 18:23:22 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1994-10-30 18:23:22 +0000 |
commit | 6ab192037cca412a8d8c6fb82d1519873a9d02fe (patch) | |
tree | 0c0609b17a5a59f60e5b79ab7cd2999ffc9499ea /sbin | |
parent | cdfef10748f89b56326d1d5d0ef48dddb275a450 (diff) | |
download | FreeBSD-src-6ab192037cca412a8d8c6fb82d1519873a9d02fe.zip FreeBSD-src-6ab192037cca412a8d8c6fb82d1519873a9d02fe.tar.gz |
Fixed a type.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mount_null/mount_null.8 | 2 | ||||
-rw-r--r-- | sbin/mount_nullfs/mount_nullfs.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 6c8106f..b044bd2 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -78,7 +78,7 @@ man page for possible options and their meanings. .El .Pp The null layer has two purposes. -First, it serves as a demonstration of layering by proving a layer +First, it serves as a demonstration of layering by providing a layer which does nothing. (It actually does everything the loopback file system does, which is slightly more than nothing.) diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8 index 6c8106f..b044bd2 100644 --- a/sbin/mount_nullfs/mount_nullfs.8 +++ b/sbin/mount_nullfs/mount_nullfs.8 @@ -78,7 +78,7 @@ man page for possible options and their meanings. .El .Pp The null layer has two purposes. -First, it serves as a demonstration of layering by proving a layer +First, it serves as a demonstration of layering by providing a layer which does nothing. (It actually does everything the loopback file system does, which is slightly more than nothing.) |