From 000fb64288e6720527f55bf8c37e36c07a308d49 Mon Sep 17 00:00:00 2001 From: wosch Date: Sat, 5 Oct 1996 22:27:30 +0000 Subject: delete doubled words, e.g.: "the the" -> "the" --- sbin/mount_nullfs/mount_nullfs.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/mount_nullfs') diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8 index fbdddb7..1a47b27 100644 --- a/sbin/mount_nullfs/mount_nullfs.8 +++ b/sbin/mount_nullfs/mount_nullfs.8 @@ -35,7 +35,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)mount_null.8 8.4 (Berkeley) 4/19/94 -.\" +.\" $Id$ .\" .Dd April 19, 1994 .Dt MOUNT_NULL 8 @@ -195,7 +195,7 @@ by mapping an vnode arguments to the lower layer. The first approach is to call the aliasing layer's bypass routine. This method is most suitable when you wish to invoke the operation currently being handled on the lower layer. It has the advantage -the the bypass routine already must do argument mapping. +the bypass routine already must do argument mapping. An example of this is .Em null_getattrs in the null layer. -- cgit v1.1