Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_umap Sort options in usage.



details:   https://anonhg.NetBSD.org/src/rev/4da3d750f741
branches:  trunk
changeset: 459023:4da3d750f741
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 20 21:07:21 2019 +0000

description:
Sort options in usage.

filesystem -> file system

diffstat:

 sbin/mount_umap/mount_umap.8 |  8 ++++----
 sbin/mount_umap/mount_umap.c |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (56 lines):

diff -r 5bfca3871b6c -r 4da3d750f741 sbin/mount_umap/mount_umap.8
--- a/sbin/mount_umap/mount_umap.8      Tue Aug 20 20:18:54 2019 +0000
+++ b/sbin/mount_umap/mount_umap.8      Tue Aug 20 21:07:21 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_umap.8,v 1.20 2019/08/20 20:18:54 perseant Exp $
+.\"    $NetBSD: mount_umap.8,v 1.21 2019/08/20 21:07:21 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -41,8 +41,8 @@
 .Nd user and group ID remapping file system layer
 .Sh SYNOPSIS
 .Nm
+.Op Fl i Ar fsid
 .Op Fl o Ar options
-.Op Fl i Ar fsid
 .Fl g Ar gid-mapfile
 .Fl u Ar uid-mapfile
 .Ar target
@@ -74,8 +74,8 @@
 .It Fl i Ar fsid
 Use the specified
 .Ar fsid
-for the filesystem ID, rather than choosing one at random.
-This is useful if the filesystem is to be exported.
+for the file system ID, rather than choosing one at random.
+This is useful if the file system is to be exported.
 .It Fl o
 Options are specified with a
 .Fl o
diff -r 5bfca3871b6c -r 4da3d750f741 sbin/mount_umap/mount_umap.c
--- a/sbin/mount_umap/mount_umap.c      Tue Aug 20 20:18:54 2019 +0000
+++ b/sbin/mount_umap/mount_umap.c      Tue Aug 20 21:07:21 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_umap.c,v 1.24 2019/08/20 20:18:54 perseant Exp $ */
+/*     $NetBSD: mount_umap.c,v 1.25 2019/08/20 21:07:21 wiz Exp $      */
 
 /*
  * Copyright (c) 1992, 1993, 1994
@@ -42,7 +42,7 @@
 #if 0
 static char sccsid[] = "@(#)mount_umap.c       8.5 (Berkeley) 4/26/95";
 #else
-__RCSID("$NetBSD: mount_umap.c,v 1.24 2019/08/20 20:18:54 perseant Exp $");
+__RCSID("$NetBSD: mount_umap.c,v 1.25 2019/08/20 21:07:21 wiz Exp $");
 #endif
 #endif /* not lint */
 
@@ -269,6 +269,6 @@
 usage(void)
 {
        (void)fprintf(stderr,
-"usage: mount_umap [-o options] [-i fsid] -g groupmap -u usermap target_fs mount_point\n");
+"usage: mount_umap [-i fsid] [-o options] -g groupmap -u usermap target_fs mount_point\n");
        exit(1);
 }



Home | Main Index | Thread Index | Old Index