diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 19:56:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-28 19:56:38 +0000 |
commit | cd366aedac3a1a3126d77df58d0a0861c63e8147 (patch) | |
tree | 4ddb2966604fee83a4b374b411294c1952e0a4ad /sbin/mount_null | |
parent | b77e710b77930242c29b776114492ab08aa2f1c9 (diff) |
kill redundant .Nm macro arguments; other misc fixes
Diffstat (limited to 'sbin/mount_null')
-rw-r--r-- | sbin/mount_null/mount_null.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index 0210ab4fdaf..e90e9dab8ef 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_null.8,v 1.5 1998/09/17 04:14:55 aaron Exp $ +.\" $OpenBSD: mount_null.8,v 1.6 1998/11/28 19:56:26 aaron Exp $ .\" $NetBSD: mount_null.8,v 1.4 1996/04/10 20:57:19 thorpej Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 @@ -44,13 +44,13 @@ .Nm mount_null .Nd demonstrate the use of a null file system layer .Sh SYNOPSIS -.Nm mount_null +.Nm .Op Fl o Ar options .Ar target .Ar mount_point .Sh DESCRIPTION The -.Nm mount_null +.Nm command creates a null layer, duplicating a sub-tree of the file system namespace under another part of the global file system namespace. @@ -87,7 +87,7 @@ for constructing new layers. .Sh INSTANTIATING NEW NULL LAYERS New null layers are created with .Nm mount_null . -.Nm mount_null +.Nm takes two arguments: the pathname of the lower vfs (target-pn) and the pathname where the null layer will appear in the namespace (mount-point-pn). After @@ -216,6 +216,6 @@ UCLA Technical Report CSD-910056, .Em "Stackable Layers: an Architecture for File System Development" . .Sh HISTORY The -.Nm mount_null +.Nm utility first appeared in .Bx 4.4 . |