Sat Dec 5 20:34:28 2009 UTC ()
Note conversion to puffs for the kernel driver.


(pooka)
diff -r1.20 -r1.21 src/sbin/mount_portal/mount_portal.8

cvs diff -r1.20 -r1.21 src/sbin/mount_portal/mount_portal.8 (expand / switch to unified diff)

--- src/sbin/mount_portal/mount_portal.8 2005/01/31 05:19:19 1.20
+++ src/sbin/mount_portal/mount_portal.8 2009/12/05 20:34:28 1.21
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: mount_portal.8,v 1.20 2005/01/31 05:19:19 erh Exp $ 1.\" $NetBSD: mount_portal.8,v 1.21 2009/12/05 20:34:28 pooka Exp $
2.\" 2.\"
3.\" Copyright (c) 1993, 1994 3.\" Copyright (c) 1993, 1994
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" This code is derived from software donated to Berkeley by 6.\" This code is derived from software donated to Berkeley by
7.\" Jan-Simon Pendry. 7.\" Jan-Simon Pendry.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -22,27 +22,27 @@ @@ -22,27 +22,27 @@
22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 24.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 25.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE. 31.\" SUCH DAMAGE.
32.\" 32.\"
33.\" @(#)mount_portal.8 8.3 (Berkeley) 3/27/94 33.\" @(#)mount_portal.8 8.3 (Berkeley) 3/27/94
34.\" 34.\"
35.Dd March 27, 1994 35.Dd December 5, 2009
36.Dt MOUNT_PORTAL 8 36.Dt MOUNT_PORTAL 8
37.Os 37.Os
38.Sh NAME 38.Sh NAME
39.Nm mount_portal 39.Nm mount_portal
40.Nd mount the portal daemon 40.Nd mount the portal daemon
41.Sh SYNOPSIS 41.Sh SYNOPSIS
42.Nm 42.Nm
43.Op Fl o Ar options 43.Op Fl o Ar options
44.Ar /etc/portal.conf 44.Ar /etc/portal.conf
45.Ar mount_point 45.Ar mount_point
46.Sh DESCRIPTION 46.Sh DESCRIPTION
47The 47The
48.Nm 48.Nm
@@ -205,15 +205,21 @@ less /p/nroff%/usr/share/man/man8/mount_ @@ -205,15 +205,21 @@ less /p/nroff%/usr/share/man/man8/mount_
205.Xr fstab 5 , 205.Xr fstab 5 ,
206.Xr mount 8 206.Xr mount 8
207.Sh HISTORY 207.Sh HISTORY
208The 208The
209.Nm 209.Nm
210utility first appeared in 210utility first appeared in
211.Bx 4.4 . 211.Bx 4.4 .
212The 212The
213.Pa rfilter 213.Pa rfilter
214and 214and
215.Pa wfilter 215.Pa wfilter
216capabilities first appeared in 216capabilities first appeared in
217.Nx 1.5 . 217.Nx 1.5 .
 218The portal kernel driver was removed and
 219.Nm
 220was converted to use
 221.Xr puffs 3
 222in
 223.Nx 6.0 .
218.Sh BUGS 224.Sh BUGS
219This filesystem may not be NFS-exported. 225This filesystem may not be NFS-exported.