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
This commit is contained in:
Poul-Henning Kamp 1998-05-13 08:02:50 +00:00
parent bc345ec5bf
commit 777558c3ce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36016
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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