freebsd-dev/sbin/mount_umapfs
Poul-Henning Kamp 777558c3ce 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
1998-05-13 08:02:50 +00:00
..
Makefile Removed definition of _NEW_VFSCONF. The new vfsconf interface is now 1998-01-20 10:40:18 +00:00
mount_umapfs.8 The SYNOPSYS of mount_umap(8) says 1998-05-13 08:02:50 +00:00
mount_umapfs.c compare return value from getopt against -1 rather than EOF, per the final 1997-03-29 03:33:12 +00:00
sample.group.mapfile
sample.user.mapfile
umap_manual