xref: /freebsd/sbin/mdmfs/mdmfs.8 (revision 63f8ddbe921682f54bb890ceee82e6c5a5dbf20c)
14d7de91fSDima Dorfman.\"
2d69f5deeSDima Dorfman.\" Copyright (c) 2001 Dima Dorfman.
34d7de91fSDima Dorfman.\" All rights reserved.
44d7de91fSDima Dorfman.\"
54d7de91fSDima Dorfman.\" Redistribution and use in source and binary forms, with or without
64d7de91fSDima Dorfman.\" modification, are permitted provided that the following conditions
74d7de91fSDima Dorfman.\" are met:
84d7de91fSDima Dorfman.\" 1. Redistributions of source code must retain the above copyright
94d7de91fSDima Dorfman.\"    notice, this list of conditions and the following disclaimer.
104d7de91fSDima Dorfman.\" 2. Redistributions in binary form must reproduce the above copyright
114d7de91fSDima Dorfman.\"    notice, this list of conditions and the following disclaimer in the
124d7de91fSDima Dorfman.\"    documentation and/or other materials provided with the distribution.
134d7de91fSDima Dorfman.\"
144d7de91fSDima Dorfman.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
154d7de91fSDima Dorfman.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
164d7de91fSDima Dorfman.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
174d7de91fSDima Dorfman.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
184d7de91fSDima Dorfman.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
194d7de91fSDima Dorfman.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
204d7de91fSDima Dorfman.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
214d7de91fSDima Dorfman.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
224d7de91fSDima Dorfman.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
234d7de91fSDima Dorfman.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
244d7de91fSDima Dorfman.\" SUCH DAMAGE.
254d7de91fSDima Dorfman.\"
264d7de91fSDima Dorfman.\" $FreeBSD$
274d7de91fSDima Dorfman.\"
2805b2fd30SDima Dorfman.Dd January 2, 2006
294d7de91fSDima Dorfman.Dt MDMFS 8
304d7de91fSDima Dorfman.Os
314d7de91fSDima Dorfman.Sh NAME
32f72709f6SDoug Barton.Nm mdmfs ,
33f72709f6SDoug Barton.Nm mount_mfs
344d7de91fSDima Dorfman.Nd configure and mount an in-memory file system using the
354d7de91fSDima Dorfman.Xr md 4
364d7de91fSDima Dorfmandriver
374d7de91fSDima Dorfman.Sh SYNOPSIS
384d7de91fSDima Dorfman.Nm
3905b2fd30SDima Dorfman.Op Fl DLlMNPSUX
404d7de91fSDima Dorfman.Op Fl a Ar maxcontig
414d7de91fSDima Dorfman.Op Fl b Ar block-size
424d7de91fSDima Dorfman.Op Fl c Ar cylinders
434d7de91fSDima Dorfman.Op Fl d Ar rotdelay
4463f8ddbeSMaxim Sobolev.Op Fl E Ar path-mdconfig
454d7de91fSDima Dorfman.Op Fl e Ar maxbpg
464d7de91fSDima Dorfman.Op Fl F Ar file
474d7de91fSDima Dorfman.Op Fl f Ar frag-size
484d7de91fSDima Dorfman.Op Fl i Ar bytes
494d7de91fSDima Dorfman.Op Fl m Ar percent-free
504d7de91fSDima Dorfman.Op Fl n Ar rotational-positions
514d7de91fSDima Dorfman.Op Fl O Ar optimization
524d7de91fSDima Dorfman.Op Fl o Ar mount-options
534d7de91fSDima Dorfman.Op Fl p Ar permissions
544d7de91fSDima Dorfman.Op Fl s Ar size
55622448faSRobert Watson.Op Fl v Ar version
569dde6035SDima Dorfman.Op Fl w Ar user : Ns Ar group
574d7de91fSDima Dorfman.Ar md-device
584d7de91fSDima Dorfman.Ar mount-point
59f7acb7e4SDima Dorfman.Nm
60f7acb7e4SDima Dorfman.Fl C
61d04b5dfeSRuslan Ermilov.Op Fl lNU
62f7acb7e4SDima Dorfman.Op Fl a Ar maxcontig
63f7acb7e4SDima Dorfman.Op Fl b Ar block-size
64f7acb7e4SDima Dorfman.Op Fl c Ar cylinders
65f7acb7e4SDima Dorfman.Op Fl d Ar rotdelay
6663f8ddbeSMaxim Sobolev.Op Fl E Ar path-mdconfig
67f7acb7e4SDima Dorfman.Op Fl e Ar maxbpg
68f7acb7e4SDima Dorfman.Op Fl F Ar file
69f7acb7e4SDima Dorfman.Op Fl f Ar frag-size
70f7acb7e4SDima Dorfman.Op Fl i Ar bytes
71f7acb7e4SDima Dorfman.Op Fl m Ar percent-free
72f7acb7e4SDima Dorfman.Op Fl n Ar rotational-positions
73f7acb7e4SDima Dorfman.Op Fl O Ar optimization
74f7acb7e4SDima Dorfman.Op Fl o Ar mount-options
75f7acb7e4SDima Dorfman.Op Fl s Ar size
76622448faSRobert Watson.Op Fl v Ar version
77f7acb7e4SDima Dorfman.Ar md-device
78f7acb7e4SDima Dorfman.Ar mount-point
794d7de91fSDima Dorfman.Sh DESCRIPTION
804d7de91fSDima DorfmanThe
814d7de91fSDima Dorfman.Nm
82e1205e80SPhilippe Charnierutility is designed to be a work-alike and look-alike of the deprecated
834d7de91fSDima Dorfman.Xr mount_mfs 8 .
844d7de91fSDima DorfmanThe end result is essentially the same,
854d7de91fSDima Dorfmanbut is accomplished in a completely different way.
86e1205e80SPhilippe CharnierThe
874d7de91fSDima Dorfman.Nm
88e1205e80SPhilippe Charnierutility configures an
894d7de91fSDima Dorfman.Xr md 4
904d7de91fSDima Dorfmandisk using
914d7de91fSDima Dorfman.Xr mdconfig 8 ,
924d7de91fSDima Dorfmanputs a UFS file system on it using
934d7de91fSDima Dorfman.Xr newfs 8 ,
944d7de91fSDima Dorfmanand mounts it using
954d7de91fSDima Dorfman.Xr mount 8 .
964d7de91fSDima DorfmanAll the command line options are passed to the appropriate program
974d7de91fSDima Dorfmanat the appropriate stage in order to achieve the desired effect.
984d7de91fSDima Dorfman.Pp
994d7de91fSDima DorfmanBy default,
1004d7de91fSDima Dorfman.Nm
1014d7de91fSDima Dorfmancreates a swap-based
1024d7de91fSDima Dorfman.Pq Dv MD_SWAP
1034d7de91fSDima Dorfmandisk with soft-updates enabled
1044d7de91fSDima Dorfmanand mounts it on
1054d7de91fSDima Dorfman.Ar mount-point .
1064d7de91fSDima DorfmanIt uses the
1074d7de91fSDima Dorfman.Xr md 4
1084d7de91fSDima Dorfmandevice specified by
1094d7de91fSDima Dorfman.Ar md-device .
1104d7de91fSDima DorfmanIf
1114d7de91fSDima Dorfman.Ar md-device
1124d7de91fSDima Dorfmanis
1134d7de91fSDima Dorfman.Ql md
1144d7de91fSDima Dorfman(no unit number),
1154d7de91fSDima Dorfmanit will use
1164d7de91fSDima Dorfman.Xr md 4 Ns 's
1174d7de91fSDima Dorfmanauto-unit feature to automatically select an unused device.
1184d7de91fSDima DorfmanUnless otherwise specified with one of the options below,
1194d7de91fSDima Dorfmanit uses the default arguments to all the helper programs.
1204d7de91fSDima Dorfman.Pp
1214d7de91fSDima DorfmanThe following options are available.
1224d7de91fSDima DorfmanWhere possible,
1234d7de91fSDima Dorfmanthe option letter matches the one used by
1244d7de91fSDima Dorfman.Xr mount_mfs 8
1254d7de91fSDima Dorfmanfor the same thing.
1269dde6035SDima Dorfman.Bl -tag -width indent
1274d7de91fSDima Dorfman.It Fl a Ar maxcontig
1284d7de91fSDima DorfmanSpecify the maximum number of contiguous blocks that will be laid
1294d7de91fSDima Dorfmanout before forcing a rotational delay
1304d7de91fSDima Dorfman(see the
1314d7de91fSDima Dorfman.Fl d
1324d7de91fSDima Dorfmanoption).
1334d7de91fSDima Dorfman.It Fl b Ar block-size
1344d7de91fSDima DorfmanThe block size of the file system, in bytes.
135f7acb7e4SDima Dorfman.It Fl C
136f7acb7e4SDima DorfmanEnable full compatibility mode with
137f7acb7e4SDima Dorfman.Xr mount_mfs 8 .
138f7acb7e4SDima DorfmanSee the
1396a68a83eSRuslan Ermilov.Sx COMPATIBILITY
140f7acb7e4SDima Dorfmansection for more information.
1414d7de91fSDima Dorfman.It Fl c Ar cylinders
1424d7de91fSDima DorfmanThe number of cylinders per cylinder group in the file system.
1434d7de91fSDima Dorfman.It Fl D
1444d7de91fSDima DorfmanIf not using auto-unit,
1459dde6035SDima Dorfmando not run
1464d7de91fSDima Dorfman.Xr mdconfig 8
1474d7de91fSDima Dorfmanto try to detach the unit before attaching it.
1484d7de91fSDima Dorfman.It Fl d Ar rotdelay
14957bd0fc6SJens SchweikhardtSpecify the minimum time in milliseconds required to initiate another
1504d7de91fSDima Dorfmandisk transfer on the same cylinder.
1514d7de91fSDima DorfmanModern disks with read/write-behind achieve higher performance without
1524d7de91fSDima Dorfmanthis feature,
1534d7de91fSDima Dorfmanso it is best to leave it at 0 milliseconds.
15463f8ddbeSMaxim Sobolev.It Fl E Ar path-mdconfig
15563f8ddbeSMaxim SobolevUse
15663f8ddbeSMaxim Sobolev.Ar path-mdconfig
15763f8ddbeSMaxim Sobolevas a location of the
15863f8ddbeSMaxim Sobolev.Xr mdconfig 8
15963f8ddbeSMaxim Sobolevutility.
1604d7de91fSDima Dorfman.It Fl e Ar maxbpg
1614d7de91fSDima DorfmanIndicate the maximum number of blocks any single file can allocate
1624d7de91fSDima Dorfmanout of a cylinder group before it is forced to begin allocating
1634d7de91fSDima Dorfmanblocks from another cylinder group.
1644d7de91fSDima Dorfman.It Fl F Ar file
1654d7de91fSDima DorfmanCreate a vnode-backed
1664d7de91fSDima Dorfman.Pq Dv MD_VNODE
1674d7de91fSDima Dorfmanmemory disk backed by
1684d7de91fSDima Dorfman.Ar file .
1694d7de91fSDima Dorfman.It Fl f Ar frag-size
1704d7de91fSDima DorfmanThe fragment size of the file system in bytes.
1714d7de91fSDima Dorfman.It Fl i Ar bytes
1724d7de91fSDima DorfmanNumber of bytes per inode.
1731d3170aaSRobert Watson.It Fl l
174d04b5dfeSRuslan ErmilovEnable multilabel MAC on the new file system.
1754d7de91fSDima Dorfman.It Fl L
1764d7de91fSDima DorfmanShow the output of the helper programs.
1774d7de91fSDima DorfmanBy default,
1784d7de91fSDima Dorfmanit is sent to
1794d7de91fSDima Dorfman.Pa /dev/null .
1804d7de91fSDima Dorfman.It Fl M
1814d7de91fSDima DorfmanCreate a
1824d7de91fSDima Dorfman.Xr malloc 9
1834d7de91fSDima Dorfmanbacked disk
1844d7de91fSDima Dorfman.Pq Dv MD_MALLOC
1854d7de91fSDima Dorfmaninstead of a swap-backed disk.
1864d7de91fSDima Dorfman.It Fl m Ar percent-free
1874d7de91fSDima DorfmanThe percentage of space reserved for the superuser.
1884d7de91fSDima Dorfman.It Fl N
1899dde6035SDima DorfmanDo not actually run the helper programs.
1904d7de91fSDima DorfmanThis is most useful in conjunction with
1914d7de91fSDima Dorfman.Fl X .
1924d7de91fSDima Dorfman.It Fl n Ar rotational-positions
1934d7de91fSDima DorfmanThe default number of rotational positions to distinguish.
1944d7de91fSDima Dorfman.It Fl O Ar optimization
1954d7de91fSDima DorfmanSelect the optimization preference;
1964d7de91fSDima Dorfmanvalid choices are
1979dde6035SDima Dorfman.Cm space
1984d7de91fSDima Dorfmanand
1999dde6035SDima Dorfman.Cm time ,
2004d7de91fSDima Dorfmanwhich will optimize for minimum space fragmentation and
2014d7de91fSDima Dorfmanminimum time spent allocating blocks,
2024d7de91fSDima Dorfmanrespectively.
2034d7de91fSDima Dorfman.It Fl o Ar mount-options
2044d7de91fSDima DorfmanSpecify the mount options with which to mount the file system.
2054d7de91fSDima DorfmanSee
2064d7de91fSDima Dorfman.Xr mount 8
2074d7de91fSDima Dorfmanfor more information.
20805b2fd30SDima Dorfman.It Fl P
20905b2fd30SDima DorfmanPreserve the existing filesystem;
21005b2fd30SDima Dorfmando not run
21105b2fd30SDima Dorfman.Xr newfs 8 .
21205b2fd30SDima DorfmanThis only makes sense if
21305b2fd30SDima Dorfman.Fl F
21405b2fd30SDima Dorfmanis specified to create a vnode-backed disk.
2154d7de91fSDima Dorfman.It Fl p Ar permissions
2164d7de91fSDima DorfmanSet the file (directory) permissions of the mount point
2174d7de91fSDima Dorfman.Ar mount-point
2184d7de91fSDima Dorfmanto
2194d7de91fSDima Dorfman.Ar permissions .
220ce03e3a7SYaroslav TykhiyThe
221ce03e3a7SYaroslav Tykhiy.Ar permissions
222ce03e3a7SYaroslav Tykhiyargument can be in any of the mode formats recognized by
223ce03e3a7SYaroslav Tykhiy.Xr chmod 1 .
224ce03e3a7SYaroslav TykhiyIf symbolic permissions are specified,
225ce03e3a7SYaroslav Tykhiythe operation characters
226ce03e3a7SYaroslav Tykhiy.Dq +
227ce03e3a7SYaroslav Tykhiyand
228ce03e3a7SYaroslav Tykhiy.Dq -
229ce03e3a7SYaroslav Tykhiyare interpreted relative to the initial permissions of
230ce03e3a7SYaroslav Tykhiy.Dq a=rwx .
2314d7de91fSDima Dorfman.It Fl S
2329dde6035SDima DorfmanDo not enable soft-updates on the file system.
2334d7de91fSDima Dorfman.It Fl s Ar size
2344d7de91fSDima DorfmanSpecify the size of the disk to create.
2354d7de91fSDima DorfmanThis only makes sense if
2364d7de91fSDima Dorfman.Fl F
2374d7de91fSDima Dorfmanis
2384d7de91fSDima Dorfman.Em not
2394d7de91fSDima Dorfmanspecified.
2404d7de91fSDima DorfmanThat is,
2414d7de91fSDima Dorfmanthis will work for the default swap-backed
2424d7de91fSDima Dorfman.Pq Dv MD_SWAP
2434d7de91fSDima Dorfmandisks,
2444d7de91fSDima Dorfmanand the optional
2454d7de91fSDima Dorfman.Pq Fl M
2464d7de91fSDima Dorfman.Xr malloc 9
2474d7de91fSDima Dorfmanbacked disks
2484d7de91fSDima Dorfman.Pq Dv MD_MALLOC .
249f7acb7e4SDima Dorfman.It Fl U
250f7acb7e4SDima DorfmanEnable soft-updates on the file system.
251f7acb7e4SDima DorfmanThis is the default, even in compatibility mode, and is accepted only
252f7acb7e4SDima Dorfmanfor compatibility.
253f7acb7e4SDima DorfmanIt is only really useful to negate the
254f7acb7e4SDima Dorfman.Fl S
255f7acb7e4SDima Dorfmanflag, should such a need occur.
256622448faSRobert Watson.It Fl v Ar version
257622448faSRobert WatsonSpecify the UFS version number for use on the file system; it may be
258622448faSRobert Watsoneither
259622448faSRobert Watson.Dv 1
260622448faSRobert Watsonor
261622448faSRobert Watson.Dv 2 .
262622448faSRobert WatsonThe default is derived from the default of the
263622448faSRobert Watson.Xr newfs 8
264622448faSRobert Watsoncommand.
2659dde6035SDima Dorfman.It Fl w Ar user : Ns Ar group
2669dde6035SDima DorfmanSet the owner and group to
2674d7de91fSDima Dorfman.Ar user
2684d7de91fSDima Dorfmanand
2694d7de91fSDima Dorfman.Ar group ,
2704d7de91fSDima Dorfmanrespectively.
2714d7de91fSDima DorfmanThe arguments have the same semantics as with
2724d7de91fSDima Dorfman.Xr chown 8 ,
2739dde6035SDima Dorfmanbut specifying just a
2749dde6035SDima Dorfman.Ar user
2759dde6035SDima Dorfmanor just a
2769dde6035SDima Dorfman.Ar group
2779dde6035SDima Dorfmanis not supported.
278ab1d004fSDima Dorfman.It Fl X
279ab1d004fSDima DorfmanPrint what command will be run before running it, and
280ab1d004fSDima Dorfmanother assorted debugging information.
2814d7de91fSDima Dorfman.El
2824d7de91fSDima Dorfman.Pp
2834d7de91fSDima DorfmanThe
2844d7de91fSDima Dorfman.Fl F
2854d7de91fSDima Dorfmanand
2864d7de91fSDima Dorfman.Fl s
2874d7de91fSDima Dorfmanoptions are passed to
2884d7de91fSDima Dorfman.Xr mdconfig 8
2894d7de91fSDima Dorfmanas
2904d7de91fSDima Dorfman.Fl f
2914d7de91fSDima Dorfmanand
2924d7de91fSDima Dorfman.Fl s ,
2934d7de91fSDima Dorfmanrespectively.
2944d7de91fSDima DorfmanThe
2959dde6035SDima Dorfman.Fl a , b , c , d , e , f , i , m
2964d7de91fSDima Dorfmanand
2974d7de91fSDima Dorfman.Fl n
2984d7de91fSDima Dorfmanoptions are passed to
2994d7de91fSDima Dorfman.Xr newfs 8
3004d7de91fSDima Dorfmanwith the same letter;
3014d7de91fSDima Dorfmanthe
3024d7de91fSDima Dorfman.Fl O
3034d7de91fSDima Dorfmanoption is passed to
3044d7de91fSDima Dorfman.Xr newfs 8
3054d7de91fSDima Dorfmanas
3064d7de91fSDima Dorfman.Fl o .
3074d7de91fSDima DorfmanThe
3084d7de91fSDima Dorfman.Fl o
3094d7de91fSDima Dorfmanoption is passed to
3104d7de91fSDima Dorfman.Xr mount 8
3114d7de91fSDima Dorfmanwith the same letter.
3124d7de91fSDima DorfmanSee the programs that the options are passed to for more information
3134d7de91fSDima Dorfmanon their semantics.
3144d7de91fSDima Dorfman.Sh EXAMPLES
3154d7de91fSDima DorfmanCreate and mount a 32 megabyte swap-backed file system on
3164d7de91fSDima Dorfman.Pa /tmp :
3174d7de91fSDima Dorfman.Pp
3189dde6035SDima Dorfman.Dl "mdmfs -s 32m md /tmp"
3194d7de91fSDima Dorfman.Pp
3204460871bSDoug BartonThe same file system created as an entry in
3214460871bSDoug Barton.Pa /etc/fstab :
322031ba6ffSRuslan Ermilov.Pp
3234460871bSDoug Barton.Dl "md /tmp mfs rw,-s32m 2 0"
3244460871bSDoug Barton.Pp
3254d7de91fSDima DorfmanCreate and mount a 16 megabyte malloc-backed file system on
3264d7de91fSDima Dorfman.Pa /tmp
3274d7de91fSDima Dorfmanusing the
3284d7de91fSDima Dorfman.Pa /dev/md1
3294d7de91fSDima Dorfmandevice;
3304d7de91fSDima Dorfmanfurthermore,
331ba40ba47SDima Dorfmando not use soft-updates on it and mount it
3324d7de91fSDima Dorfman.Cm async :
3334d7de91fSDima Dorfman.Pp
3349dde6035SDima Dorfman.Dl "mdmfs -M -S -o async -s 16m md1 /tmp"
335f7acb7e4SDima Dorfman.Sh COMPATIBILITY
336e1205e80SPhilippe CharnierThe
337e1205e80SPhilippe Charnier.Nm
338e1205e80SPhilippe Charnierutility, while designed to be fully compatible with
339f7acb7e4SDima Dorfman.Xr mount_mfs 8 ,
340f7acb7e4SDima Dorfmancan be useful by itself.
341f7acb7e4SDima DorfmanSince
342f7acb7e4SDima Dorfman.Xr mount_mfs 8
343f72709f6SDoug Bartonhad some silly defaults, a
344f7acb7e4SDima Dorfman.Dq full compatibility
345f7acb7e4SDima Dorfmanmode is provided for the case where bug-to-bug compatibility is desired.
346f7acb7e4SDima Dorfman.Pp
347f7acb7e4SDima DorfmanFull compatibility is enabled with the
348f7acb7e4SDima Dorfman.Fl C
349f7acb7e4SDima Dorfmanflag,
350f7acb7e4SDima Dorfmanor by starting
351f7acb7e4SDima Dorfman.Nm
3522dc4ac06SIan Dowsewith the name
3532dc4ac06SIan Dowse.Li mount_mfs
3542dc4ac06SIan Dowseor
3552dc4ac06SIan Dowse.Li mfs
356f7acb7e4SDima Dorfman(as returned by
357f7acb7e4SDima Dorfman.Xr getprogname 3 ) .
358f7acb7e4SDima DorfmanIn this mode, only the options which would be accepted by
359f7acb7e4SDima Dorfman.Xr mount_mfs 8
360f7acb7e4SDima Dorfmanare valid.
361f7acb7e4SDima DorfmanFurthermore, the following behavior, as done by
362f7acb7e4SDima Dorfman.Xr mount_mfs 8 ,
363f7acb7e4SDima Dorfmanis duplicated:
3646a68a83eSRuslan Ermilov.Bl -bullet -offset indent
365f7acb7e4SDima Dorfman.It
366f7acb7e4SDima DorfmanThe file mode of
367f7acb7e4SDima Dorfman.Ar mount-point
368f7acb7e4SDima Dorfmanis set to
369f7acb7e4SDima Dorfman.Li 01777
370f7acb7e4SDima Dorfmanas if
371f7acb7e4SDima Dorfman.Fl p Ar 1777
372f7acb7e4SDima Dorfmanwas given on the command line.
373f7acb7e4SDima Dorfman.El
37429dfd70bSDima Dorfman.Sh SEE ALSO
37529dfd70bSDima Dorfman.Xr md 4 ,
376f7acb7e4SDima Dorfman.Xr fstab 5 ,
37729dfd70bSDima Dorfman.Xr mdconfig 8 ,
37829dfd70bSDima Dorfman.Xr mount 8 ,
37929dfd70bSDima Dorfman.Xr newfs 8
3809dde6035SDima Dorfman.Sh AUTHORS
3814d7de91fSDima Dorfman.An Dima Dorfman
382