Module Name:    othersrc
Committed By:   stacktic
Date:           Mon Nov 16 07:22:17 UTC 2009

Modified Files:
        othersrc/bin/fsu_cat: fsu_cat.1
        othersrc/bin/fsu_chmod: fsu_chmod.1
        othersrc/bin/fsu_cp: fsu_cp.1
        othersrc/bin/fsu_ln: fsu_ln.1
        othersrc/bin/fsu_ls: fsu_ls.1
        othersrc/bin/fsu_mkdir: fsu_mkdir.1
        othersrc/bin/fsu_mv: fsu_mv.1
        othersrc/bin/fsu_rm: fsu_rm.1
        othersrc/bin/fsu_rmdir: fsu_rmdir.1
        othersrc/sbin/fsu_mknod: fsu_mknod.1
        othersrc/usr.bin/fsu_chflags: fsu_chflags.1
        othersrc/usr.bin/fsu_du: fsu_du.1
        othersrc/usr.bin/fsu_mkfifo: fsu_mkfifo.1
        othersrc/usr.bin/fsu_touch: fsu_touch.1
        othersrc/usr.sbin/fsu_chown: Makefile fsu_chgrp.1 fsu_chown.1

Log Message:
Updated fs-utils man pages


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_cat/fsu_cat.1
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_chmod/fsu_chmod.1
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_cp/fsu_cp.1
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_ln/fsu_ln.1
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_ls/fsu_ls.1
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_mkdir/fsu_mkdir.1
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_mv/fsu_mv.1
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_rm/fsu_rm.1
cvs rdiff -u -r1.1 -r1.2 othersrc/bin/fsu_rmdir/fsu_rmdir.1
cvs rdiff -u -r1.1 -r1.2 othersrc/sbin/fsu_mknod/fsu_mknod.1
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/fsu_chflags/fsu_chflags.1
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/fsu_du/fsu_du.1
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/fsu_mkfifo/fsu_mkfifo.1
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.bin/fsu_touch/fsu_touch.1
cvs rdiff -u -r1.3 -r1.4 othersrc/usr.sbin/fsu_chown/Makefile
cvs rdiff -u -r1.1 -r1.2 othersrc/usr.sbin/fsu_chown/fsu_chgrp.1 \
    othersrc/usr.sbin/fsu_chown/fsu_chown.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/bin/fsu_cat/fsu_cat.1
diff -u othersrc/bin/fsu_cat/fsu_cat.1:1.1 othersrc/bin/fsu_cat/fsu_cat.1:1.2
--- othersrc/bin/fsu_cat/fsu_cat.1:1.1	Mon Mar 23 21:03:56 2009
+++ othersrc/bin/fsu_cat/fsu_cat.1	Mon Nov 16 07:22:16 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_cat.1,v 1.1 2009/03/23 21:03:56 stacktic Exp $
+.\"	$NetBSD: fsu_cat.1,v 1.2 2009/11/16 07:22:16 stacktic Exp $
 .\" from
 .\"	NetBSD: cat.1,v 1.32 2006/09/23 11:24:44 wiz Exp
 .\"
@@ -34,7 +34,7 @@
 .\"
 .\"     @(#)cat.1	8.3 (Berkeley) 5/2/95
 .\"
-.Dd June 19, 2008
+.Dd November 15, 2009
 .Dt FSU_CAT 1
 .Os
 .Sh NAME
@@ -42,8 +42,12 @@
 .Nd concatenate and print files from a file system image through rump
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl benstv
-.Ar fstype fsdevice
 .Op -
 .Op Ar
 .Sh DESCRIPTION
@@ -51,7 +55,7 @@
 .Nm
 utility reads files sequentially, writing them to the standard output. The
 .Ar file
-operands are absolute path in the 
+operands are absolute path in the
 .Ar fstype
 file system image contained in
 .Ar fsdevice
@@ -100,7 +104,7 @@
 .Sh EXAMPLES
 The command:
 .Bd -literal -offset indent
-.Ic fsu_cat cd9660 cd9660_image.iso file1
+.Ic fsu_cat -t cd9660 cd9660_image.iso file1
 .Ed
 .Pp
 will print the contents of
@@ -109,7 +113,7 @@
 .Pp
 The command:
 .Bd -literal -offset indent
-.Ic fsu_cat ufs ufs_image.iso file1 file2 \*[Gt] file3
+.Ic fsu_cat -t ffs ffs_image.iso file1 file2 \*[Gt] file3
 .Ed
 .Pp
 will sequentially print the contents of

Index: othersrc/bin/fsu_chmod/fsu_chmod.1
diff -u othersrc/bin/fsu_chmod/fsu_chmod.1:1.1 othersrc/bin/fsu_chmod/fsu_chmod.1:1.2
--- othersrc/bin/fsu_chmod/fsu_chmod.1:1.1	Mon Mar 23 21:03:56 2009
+++ othersrc/bin/fsu_chmod/fsu_chmod.1	Mon Nov 16 07:22:16 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_chmod.1,v 1.1 2009/03/23 21:03:56 stacktic Exp $
+.\"	$NetBSD: fsu_chmod.1,v 1.2 2009/11/16 07:22:16 stacktic Exp $
 .\" from
 .\"	NetBSD: chmod.1,v 1.21 2005/12/09 20:27:02 wiz Exp
 .\"
@@ -34,7 +34,7 @@
 .\"
 .\"	@(#)chmod.1	8.4 (Berkeley) 3/31/94
 .\"
-.Dd August 11, 2008
+.Dd November 15, 2009
 .Dt FSU_CHMOD 1
 .Os
 .Sh NAME
@@ -42,8 +42,10 @@
 .Nd change file modes from a file system image through rump
 .Sh SYNOPSIS
 .Nm
-.Op MNT_OPTIONS
-.Op fstype
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
 .Ar fsdevice
 .Oo
 .Fl R

Index: othersrc/bin/fsu_cp/fsu_cp.1
diff -u othersrc/bin/fsu_cp/fsu_cp.1:1.1 othersrc/bin/fsu_cp/fsu_cp.1:1.2
--- othersrc/bin/fsu_cp/fsu_cp.1:1.1	Mon Mar 23 21:03:57 2009
+++ othersrc/bin/fsu_cp/fsu_cp.1	Mon Nov 16 07:22:16 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_cp.1,v 1.1 2009/03/23 21:03:57 stacktic Exp $
+.\"	$NetBSD: fsu_cp.1,v 1.2 2009/11/16 07:22:16 stacktic Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993, 1994
 .\"	The Regents of the University of California.  All rights reserved.
@@ -32,14 +32,19 @@
 .\"
 .\"	@(#)cp.1	8.3 (Berkeley) 4/18/94
 .\"
-.Dd August 15, 2005
-.Dt CP 1
+.Dd November 15, 2009
+.Dt FSU_CP 1
 .Os
 .Sh NAME
-.Nm cp
+.Nm fsu_cp
 .Nd copy files
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Oo
 .Fl R
 .Op Fl H | Fl L | Fl P
@@ -47,7 +52,12 @@
 .Op Fl f | i
 .Op Fl Npv
 .Ar source_file target_file
-.Nm cp
+.Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Oo
 .Fl R
 .Op Fl H | Fl L | Fl P

Index: othersrc/bin/fsu_ln/fsu_ln.1
diff -u othersrc/bin/fsu_ln/fsu_ln.1:1.1 othersrc/bin/fsu_ln/fsu_ln.1:1.2
--- othersrc/bin/fsu_ln/fsu_ln.1:1.1	Mon Mar 23 21:03:57 2009
+++ othersrc/bin/fsu_ln/fsu_ln.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_ln.1,v 1.1 2009/03/23 21:03:57 stacktic Exp $
+.\"	$NetBSD: fsu_ln.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: ln.1,v 1.22 2007/10/29 11:22:59 jnemeth Exp
 .\"
@@ -34,7 +34,7 @@
 .\"
 .\"	@(#)ln.1	8.2 (Berkeley) 12/30/93
 .\"
-.Dd June 17, 2008
+.Dd November 15, 2009
 .Dt FSU_LN 1
 .Os
 .Sh NAME
@@ -42,10 +42,20 @@
 .Nd make links from a file system image through rump
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl fhinsv
 .Ar fstype fsdevice source_file
 .Op Ar target_file
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl fhinsv
 .Ar fstype fsdevice source_file ... target_dir
 .Sh DESCRIPTION

Index: othersrc/bin/fsu_ls/fsu_ls.1
diff -u othersrc/bin/fsu_ls/fsu_ls.1:1.1 othersrc/bin/fsu_ls/fsu_ls.1:1.2
--- othersrc/bin/fsu_ls/fsu_ls.1:1.1	Mon Mar 23 21:03:57 2009
+++ othersrc/bin/fsu_ls/fsu_ls.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_ls.1,v 1.1 2009/03/23 21:03:57 stacktic Exp $
+.\"	$NetBSD: fsu_ls.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: ls.1,v 1.62 2006/09/22 23:00:32 elad Exp
 .\"
@@ -34,7 +34,7 @@
 .\"
 .\"     @(#)ls.1	8.7 (Berkeley) 7/29/94
 .\"
-.Dd July 25, 2008
+.Dd November 15, 2009
 .Dt FSU_LS 1
 .Os
 .Sh NAME
@@ -42,6 +42,11 @@
 .Nd list directory contents from a file system image through rump
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl AaBbCcdFfghikLlmnopqRrSsTtuWwx1
 .Ar fstype fsdevice
 .Op Ar

Index: othersrc/bin/fsu_mkdir/fsu_mkdir.1
diff -u othersrc/bin/fsu_mkdir/fsu_mkdir.1:1.1 othersrc/bin/fsu_mkdir/fsu_mkdir.1:1.2
--- othersrc/bin/fsu_mkdir/fsu_mkdir.1:1.1	Mon Mar 23 21:03:57 2009
+++ othersrc/bin/fsu_mkdir/fsu_mkdir.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_mkdir.1,v 1.1 2009/03/23 21:03:57 stacktic Exp $
+.\"	$NetBSD: fsu_mkdir.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: mkdir.1,v 1.16 2003/08/07 09:05:16 agc Exp
 .\"
@@ -34,14 +34,19 @@
 .\"
 .\"	@(#)mkdir.1	8.2 (Berkeley) 1/25/94
 .\"
-.Dd June 17, 2008
+.Dd November 15, 2009
 .Dt FSU_MKDIR 1
 .Os
 .Sh NAME
-.Nm fs_mkdir
+.Nm fsu_mkdir
 .Nd make directories in a file system image through rump
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl p
 .Ar fstype fsdevice directory_name  ...
 .Sh DESCRIPTION

Index: othersrc/bin/fsu_mv/fsu_mv.1
diff -u othersrc/bin/fsu_mv/fsu_mv.1:1.1 othersrc/bin/fsu_mv/fsu_mv.1:1.2
--- othersrc/bin/fsu_mv/fsu_mv.1:1.1	Mon Mar 23 21:03:58 2009
+++ othersrc/bin/fsu_mv/fsu_mv.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_mv.1,v 1.1 2009/03/23 21:03:58 stacktic Exp $
+.\"	$NetBSD: fsu_mv.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: mv.1,v 1.24 2003/08/07 09:05:18 agc Exp
 .\"
@@ -34,7 +34,7 @@
 .\"
 .\"	@(#)mv.1	8.1 (Berkeley) 5/31/93
 .\"
-.Dd June 17, 2008
+.Dd November 15, 2009
 .Dt FSU_MV 1
 .Os
 .Sh NAME
@@ -42,9 +42,19 @@
 .Nd move files from a file system image through rump
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl fiv
 .Ar fstype fsdevice source target
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl fiv
 .Ar fstype fsdevice source ... directory
 .Sh DESCRIPTION

Index: othersrc/bin/fsu_rm/fsu_rm.1
diff -u othersrc/bin/fsu_rm/fsu_rm.1:1.1 othersrc/bin/fsu_rm/fsu_rm.1:1.2
--- othersrc/bin/fsu_rm/fsu_rm.1:1.1	Mon Mar 23 21:03:58 2009
+++ othersrc/bin/fsu_rm/fsu_rm.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_rm.1,v 1.1 2009/03/23 21:03:58 stacktic Exp $
+.\"	$NetBSD: fsu_rm.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: rm.1,v 1.24 2006/09/02 23:28:32 wiz Exp
 .\"
@@ -34,7 +34,7 @@
 .\"
 .\"	@(#)rm.1	8.5 (Berkeley) 12/5/94
 .\"
-.Dd August 11, 2008
+.Dd November 15, 2009
 .Dt FSU_RM 1
 .Os
 .Sh NAME
@@ -42,8 +42,10 @@
 .Nd remove directory entries from a file system image through rump
 .Sh SYNOPSIS
 .Nm
-.Op MNT_OPTIONS
-.Op fstype
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
 .Ar fsdevice
 .Op Fl f | Fl i
 .Op Fl dPRrvW

Index: othersrc/bin/fsu_rmdir/fsu_rmdir.1
diff -u othersrc/bin/fsu_rmdir/fsu_rmdir.1:1.1 othersrc/bin/fsu_rmdir/fsu_rmdir.1:1.2
--- othersrc/bin/fsu_rmdir/fsu_rmdir.1:1.1	Mon Mar 23 21:03:58 2009
+++ othersrc/bin/fsu_rmdir/fsu_rmdir.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_rmdir.1,v 1.1 2009/03/23 21:03:58 stacktic Exp $
+.\"	$NetBSD: fsu_rmdir.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: rmdir.1,v 1.15 2003/08/07 09:05:29 agc Exp
 .\"
@@ -34,7 +34,7 @@
 .\"
 .\"	@(#)rmdir.1	8.1 (Berkeley) 5/31/93
 .\"
-.Dd June 17, 2008
+.Dd November 15, 2009
 .Dt FSU_RMDIR 1
 .Os
 .Sh NAME
@@ -42,8 +42,13 @@
 .Nd remove directories from a file system image through rump
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl p
-.Ar fstype fsdevice directory ...
+.Ar directory ...
 .Sh DESCRIPTION
 The rmdir utility removes the directory entry specified by
 each

Index: othersrc/sbin/fsu_mknod/fsu_mknod.1
diff -u othersrc/sbin/fsu_mknod/fsu_mknod.1:1.1 othersrc/sbin/fsu_mknod/fsu_mknod.1:1.2
--- othersrc/sbin/fsu_mknod/fsu_mknod.1:1.1	Mon Mar 23 21:03:59 2009
+++ othersrc/sbin/fsu_mknod/fsu_mknod.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: fsu_mknod.1,v 1.1 2009/03/23 21:03:59 stacktic Exp $
+.\" $NetBSD: fsu_mknod.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: mknod.8,v 1.28 2004/06/17 21:30:14 dsl Exp
 .\"
@@ -31,7 +31,7 @@
 .\"
 .\"     @(#)mknod.8	8.2 (Berkeley) 12/11/93
 .\"
-.Dd June 17, 2004
+.Dd November 15, 2009
 .Dt FSU_MKNOD 8
 .Os
 .Sh NAME
@@ -39,38 +39,58 @@
 .Nd make device special file through rump
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl rR
 .Op Fl F Ar fmt
 .Op Fl g Ar gid
 .Op Fl m Ar mode
 .Op Fl u Ar uid
-.Ar fstype fsdevice name
+.Ar name
 .Op Cm c | Cm b
 .Op Ar driver | Ar major
 .Ar minor
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl rR
 .Op Fl F Ar fmt
 .Op Fl g Ar gid
 .Op Fl m Ar mode
 .Op Fl u Ar uid
-.Ar fstype fsdevice name
+.Ar name
 .Op Cm c | Cm b
 .Ar major unit subunit
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl rR
 .Op Fl g Ar gid
 .Op Fl m Ar mode
 .Op Fl u Ar uid
-.Ar fstype fsdevice name
+.Ar name
 .Op Cm c | Cm b
 .Ar number
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl rR
 .Op Fl g Ar gid
 .Op Fl m Ar mode
 .Op Fl u Ar uid
-.Ar fstype fsdevice name
+.Ar name
 .Cm p
 .Nm
 .Fl l

Index: othersrc/usr.bin/fsu_chflags/fsu_chflags.1
diff -u othersrc/usr.bin/fsu_chflags/fsu_chflags.1:1.1 othersrc/usr.bin/fsu_chflags/fsu_chflags.1:1.2
--- othersrc/usr.bin/fsu_chflags/fsu_chflags.1:1.1	Mon Mar 23 21:03:59 2009
+++ othersrc/usr.bin/fsu_chflags/fsu_chflags.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_chflags.1,v 1.1 2009/03/23 21:03:59 stacktic Exp $
+.\"	$NetBSD: fsu_chflags.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: chflags.1,v 1.17 2003/08/07 11:13:16 agc Exp
 .\"
@@ -34,7 +34,7 @@
 .\"
 .\"	@(#)chflags.1	8.4 (Berkeley) 5/2/95
 .\"
-.Dd August 11, 2008
+.Dd November 15, 2009
 .Dt FSU_CHFLAGS 1
 .Os
 .Sh NAME
@@ -42,8 +42,10 @@
 .Nd change file flags from a file system image through rump
 .Sh SYNOPSIS
 .Nm
-.Op MNT_OPTIONS
-.Op fstype
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
 .Ar fsdevice
 .Oo
 .Fl R

Index: othersrc/usr.bin/fsu_du/fsu_du.1
diff -u othersrc/usr.bin/fsu_du/fsu_du.1:1.1 othersrc/usr.bin/fsu_du/fsu_du.1:1.2
--- othersrc/usr.bin/fsu_du/fsu_du.1:1.1	Mon Mar 23 21:04:00 2009
+++ othersrc/usr.bin/fsu_du/fsu_du.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_du.1,v 1.1 2009/03/23 21:04:00 stacktic Exp $
+.\"	$NetBSD: fsu_du.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: du.1,v 1.21 2006/09/24 07:19:16 wiz Exp
 .\"
@@ -31,7 +31,7 @@
 .\"
 .\"	@(#)du.1	8.2 (Berkeley) 4/1/94
 .\"
-.Dd August 11, 2008
+.Dd November 15, 2009
 .Dt FSU_DU 1
 .Os
 .Sh NAME
@@ -39,8 +39,10 @@
 .Nd display disk usage statistics from a file system image through rump
 .Sh SYNOPSIS
 .Nm
-.Op MNT_OPTIONS
-.Op fstype
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
 .Ar fsdevice
 .Op Fl H | Fl L | Fl P
 .Op Fl a | Fl d Ar depth | Fl s

Index: othersrc/usr.bin/fsu_mkfifo/fsu_mkfifo.1
diff -u othersrc/usr.bin/fsu_mkfifo/fsu_mkfifo.1:1.1 othersrc/usr.bin/fsu_mkfifo/fsu_mkfifo.1:1.2
--- othersrc/usr.bin/fsu_mkfifo/fsu_mkfifo.1:1.1	Mon Mar 23 21:04:00 2009
+++ othersrc/usr.bin/fsu_mkfifo/fsu_mkfifo.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_mkfifo.1,v 1.1 2009/03/23 21:04:00 stacktic Exp $
+.\"	$NetBSD: fsu_mkfifo.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: mkfifo.1,v 1.11 2004/10/08 22:32:35 wiz Exp
 .\"
@@ -34,7 +34,7 @@
 .\"
 .\"     @(#)mkfifo.1	8.2 (Berkeley) 1/5/94
 .\"
-.Dd June 16, 2008
+.Dd November 15, 2009
 .Dt FSU_MKFIFO 1
 .Os
 .Sh NAME
@@ -42,8 +42,13 @@
 .Nd make fifos in a file system image through rump
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl m Ar mode
-.Ar fstype fsdevice fifo_name  ...
+.Ar fifo_name  ...
 .Sh DESCRIPTION
 .Nm
 creates the fifos requested, in the order specified,

Index: othersrc/usr.bin/fsu_touch/fsu_touch.1
diff -u othersrc/usr.bin/fsu_touch/fsu_touch.1:1.1 othersrc/usr.bin/fsu_touch/fsu_touch.1:1.2
--- othersrc/usr.bin/fsu_touch/fsu_touch.1:1.1	Mon Mar 23 21:04:00 2009
+++ othersrc/usr.bin/fsu_touch/fsu_touch.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_touch.1,v 1.1 2009/03/23 21:04:00 stacktic Exp $
+.\"	$NetBSD: fsu_touch.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: touch.1,v 1.16 2003/08/07 11:16:44 agc Exp
 .\"
@@ -34,7 +34,7 @@
 .\"
 .\"     @(#)touch.1	8.3 (Berkeley) 4/28/95
 .\"
-.Dd June 30, 2008
+.Dd November 15, 2009
 .Dt FSU_TOUCH 1
 .Os
 .Sh NAME
@@ -42,6 +42,11 @@
 .Nd change file access and modification times through RUMP
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Op Fl achm
 .Op Fl r Ar file
 .Op Fl t Ar [[CC]YY]MMDDhhmm[.SS]

Index: othersrc/usr.sbin/fsu_chown/Makefile
diff -u othersrc/usr.sbin/fsu_chown/Makefile:1.3 othersrc/usr.sbin/fsu_chown/Makefile:1.4
--- othersrc/usr.sbin/fsu_chown/Makefile:1.3	Fri Nov  6 11:47:42 2009
+++ othersrc/usr.sbin/fsu_chown/Makefile	Mon Nov 16 07:22:17 2009
@@ -1,11 +1,11 @@
-#       $NetBSD: Makefile,v 1.3 2009/11/06 11:47:42 stacktic Exp $
+#       $NetBSD: Makefile,v 1.4 2009/11/16 07:22:17 stacktic Exp $
 #       @(#)Makefile    8.1 (Berkeley) 6/2/93
 
 
 PROG=   	fsu_chown
 .PATH:		../chown
 SRCS=   	chown.c
-MAN=		fsu_chown.1
+MAN=		fsu_chown.1 fsu_chgrp.1
 
 LDFLAGS+= 	-Wl,--wrap=chown,--wrap=lchown
 

Index: othersrc/usr.sbin/fsu_chown/fsu_chgrp.1
diff -u othersrc/usr.sbin/fsu_chown/fsu_chgrp.1:1.1 othersrc/usr.sbin/fsu_chown/fsu_chgrp.1:1.2
--- othersrc/usr.sbin/fsu_chown/fsu_chgrp.1:1.1	Mon Mar 23 21:04:00 2009
+++ othersrc/usr.sbin/fsu_chown/fsu_chgrp.1	Mon Nov 16 07:22:17 2009
@@ -29,16 +29,21 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)chgrp.1	8.3 (Berkeley) 3/31/94
-.\"	$NetBSD: fsu_chgrp.1,v 1.1 2009/03/23 21:04:00 stacktic Exp $
+.\"	$NetBSD: fsu_chgrp.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\"
-.Dd September 25, 2003
-.Dt CHGRP 1
+.Dd November 15, 2009
+.Dt FSU_CHGRP 1
 .Os
 .Sh NAME
-.Nm chgrp
+.Nm fsu_chgrp
 .Nd change group
 .Sh SYNOPSIS
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Oo
 .Fl R
 .Op Fl H | Fl L | Fl P
Index: othersrc/usr.sbin/fsu_chown/fsu_chown.1
diff -u othersrc/usr.sbin/fsu_chown/fsu_chown.1:1.1 othersrc/usr.sbin/fsu_chown/fsu_chown.1:1.2
--- othersrc/usr.sbin/fsu_chown/fsu_chown.1:1.1	Mon Mar 23 21:04:00 2009
+++ othersrc/usr.sbin/fsu_chown/fsu_chown.1	Mon Nov 16 07:22:17 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fsu_chown.1,v 1.1 2009/03/23 21:04:00 stacktic Exp $
+.\"	$NetBSD: fsu_chown.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\" from
 .\"	NetBSD: chown.8,v 1.21 2006/06/17 04:58:15 reed Exp
 .\" Copyright (c) 1990, 1991, 1993, 1994, 2003
@@ -29,9 +29,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)chown.8	8.3 (Berkeley) 3/31/94
-.\"	$NetBSD: fsu_chown.1,v 1.1 2009/03/23 21:04:00 stacktic Exp $
+.\"	$NetBSD: fsu_chown.1,v 1.2 2009/11/16 07:22:17 stacktic Exp $
 .\"
-.Dd August 11, 2008
+.Dd November 15, 2009
 .Dt FSU_CHOWN 1
 .Os
 .Sh NAME
@@ -39,8 +39,10 @@
 .Nd change file owner and group from a file system image through rump
 .Sh SYNOPSIS
 .Nm
-.Op MNT_OPTIONS
-.Op fstype
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
 .Ar fsdevice
 .Oo
 .Fl R
@@ -50,6 +52,11 @@
 .Ar owner Ns Op Ar :group
 .Ar file ...
 .Nm
+.Op Fl o Ar opt_args
+.Op Fl s Ar fs_spec_args
+.Op Fl t Ar fstype
+.Op Fl f
+.Ar fsdevice
 .Oo
 .Fl R
 .Op Fl H | Fl L | Fl P

Reply via email to