Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_umap Use .Fl. From YOMURA Masanori in private mail.



details:   https://anonhg.NetBSD.org/src/rev/84a4d249ffd9
branches:  trunk
changeset: 584261:84a4d249ffd9
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 11 23:40:43 2005 +0000

description:
Use .Fl. From YOMURA Masanori in private mail.
While here, sort options.

diffstat:

 sbin/mount_umap/mount_umap.8 |  16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 3f4d0d02be02 -r 84a4d249ffd9 sbin/mount_umap/mount_umap.8
--- a/sbin/mount_umap/mount_umap.8      Sun Sep 11 23:38:35 2005 +0000
+++ b/sbin/mount_umap/mount_umap.8      Sun Sep 11 23:40:43 2005 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_umap.8,v 1.18 2005/01/31 05:19:19 erh Exp $
+.\"    $NetBSD: mount_umap.8,v 1.19 2005/09/11 23:40:43 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993, 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -42,10 +42,8 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl o Ar options
--u
-.Ar uid-mapfile
--g
-.Ar gid-mapfile
+.Fl g Ar gid-mapfile
+.Fl u Ar uid-mapfile
 .Ar target
 .Ar mount-point
 .Sh DESCRIPTION
@@ -68,6 +66,10 @@
 .Pp
 The options are as follows:
 .Bl -tag -width indent
+.It Fl g Ar gid-mapfile
+Use the group ID mapping specified in
+.Ar gid-mapfile .
+This flag is required.
 .It Fl o
 Options are specified with a
 .Fl o
@@ -75,10 +77,6 @@
 See the
 .Xr mount 8
 man page for possible options and their meanings.
-.It Fl g Ar gid-mapfile
-Use the group ID mapping specified in
-.Ar gid-mapfile .
-This flag is required.
 .It Fl u Ar uid-mapfile
 Use the user ID mapping specified in
 .Ar uid-mapfile .



Home | Main Index | Thread Index | Old Index