diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-23 16:34:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-23 16:34:01 +0000 |
commit | 39ec016f495d418811fbcaafe04d5a693f8d9fb8 (patch) | |
tree | dc0dc22296d48baf580ee441b2bf09ea6ac424ca | |
parent | 9bb1d48b0496c58b4f1bb9042dd10004f0ccad9c (diff) |
ncheck_ffs may be invoked more simply as ncheck,
so add an entry to NAME and document it;
ok schwarze
-rw-r--r-- | sbin/ncheck_ffs/ncheck_ffs.8 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sbin/ncheck_ffs/ncheck_ffs.8 b/sbin/ncheck_ffs/ncheck_ffs.8 index c5e885bd87b..3f165ab67f9 100644 --- a/sbin/ncheck_ffs/ncheck_ffs.8 +++ b/sbin/ncheck_ffs/ncheck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ncheck_ffs.8,v 1.23 2013/07/16 09:45:28 schwarze Exp $ +.\" $OpenBSD: ncheck_ffs.8,v 1.24 2015/11/23 16:34:00 jmc Exp $ .\" .\" Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. @@ -23,11 +23,12 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: November 23 2015 $ .Dt NCHECK_FFS 8 .Os .Sh NAME -.Nm ncheck_ffs +.Nm ncheck_ffs , +.Nm ncheck .Nd generate names from inode-numbers .Sh SYNOPSIS .Nm ncheck_ffs @@ -41,6 +42,10 @@ generates a list of filenames and inode numbers for the given file system. Names of directories are followed by a .Sq \&. . +.Nm +may be invoked more simply as +.Nm ncheck , +with no change in behaviour. .Pp The options are as follows: .Bl -tag -width Ds |