From 3a84d539233d5f4728167d8d6154c93b4a404177 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 13 May 1998 08:02:50 +0000 Subject: The SYNOPSYS of mount_umap(8) says mount_umap [-o options] target mount-point uid-mapfile gid-mapfile This should read mount_umap [-o options] -u uid-mapfile -g gid-mapfile target mount-point PR: 6586 Reviewed by: phk Submitted by: Amakawa Shuhei amakawa@hoh.t.u-tokyo.ac.jp --- sbin/mount_umap/mount_umap.8 | 4 ++-- sbin/mount_umapfs/mount_umapfs.8 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8 index 0820936..8fffa5d 100644 --- a/sbin/mount_umap/mount_umap.8 +++ b/sbin/mount_umap/mount_umap.8 @@ -44,10 +44,10 @@ .Sh SYNOPSIS .Nm mount_umap .Op Fl o Ar options +.Fl u Ar uid-mapfile +.Fl g Ar gid-mapfile .Ar target .Ar mount-point -.Ar uid-mapfile -.Ar gid-mapfile .Sh DESCRIPTION The .Nm mount_umap diff --git a/sbin/mount_umapfs/mount_umapfs.8 b/sbin/mount_umapfs/mount_umapfs.8 index 0820936..8fffa5d 100644 --- a/sbin/mount_umapfs/mount_umapfs.8 +++ b/sbin/mount_umapfs/mount_umapfs.8 @@ -44,10 +44,10 @@ .Sh SYNOPSIS .Nm mount_umap .Op Fl o Ar options +.Fl u Ar uid-mapfile +.Fl g Ar gid-mapfile .Ar target .Ar mount-point -.Ar uid-mapfile -.Ar gid-mapfile .Sh DESCRIPTION The .Nm mount_umap -- cgit v1.1