Deleted Added
full compact
ggated.8 (129149) ggated.8 (140368)
1.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2004 Pawel Jakub Dawidek <pjd@FreeBSD.org>
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/sbin/ggate/ggated/ggated.8 129149 2004-05-12 07:34:05Z ru $
25.\" $FreeBSD: head/sbin/ggate/ggated/ggated.8 140368 2005-01-17 07:44:44Z ru $
26.\"
27.Dd April 29, 2004
28.Dt GGATED 8
29.Os
30.Sh NAME
31.Nm ggated
32.Nd "GEOM Gate network daemon"
33.Sh SYNOPSIS

--- 54 unchanged lines hidden (view full) ---

88.Ed
89.Sh EXAMPLES
90Export CD-ROM device and a file:
91.Bd -literal -offset indent
92# echo "1.2.3.0/24 RO /dev/acd0" > /etc/gg.exports
93# echo "client RW /image" >> /etc/gg.exports
94# ggated
95.Ed
26.\"
27.Dd April 29, 2004
28.Dt GGATED 8
29.Os
30.Sh NAME
31.Nm ggated
32.Nd "GEOM Gate network daemon"
33.Sh SYNOPSIS

--- 54 unchanged lines hidden (view full) ---

88.Ed
89.Sh EXAMPLES
90Export CD-ROM device and a file:
91.Bd -literal -offset indent
92# echo "1.2.3.0/24 RO /dev/acd0" > /etc/gg.exports
93# echo "client RW /image" >> /etc/gg.exports
94# ggated
95.Ed
96.Sh DIAGNOSTICS
96.Sh EXIT STATUS
97Exit status is 0 on success, or 1 if the command fails.
98To get details about the failure,
99.Nm
100should be called with the
101.Fl v
102option.
103.Sh SEE ALSO
104.Xr geom 4 ,
105.Xr ggatec 8 ,
106.Xr ggatel 8
107.Sh AUTHORS
108The
109.Nm
110utility as well as this manual page was written by
111.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org .
97Exit status is 0 on success, or 1 if the command fails.
98To get details about the failure,
99.Nm
100should be called with the
101.Fl v
102option.
103.Sh SEE ALSO
104.Xr geom 4 ,
105.Xr ggatec 8 ,
106.Xr ggatel 8
107.Sh AUTHORS
108The
109.Nm
110utility as well as this manual page was written by
111.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org .