Deleted Added
full compact
ggatec.8 (159480) ggatec.8 (162395)
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/ggatec/ggatec.8 159480 2006-06-10 09:45:26Z trhodes $
25.\" $FreeBSD: head/sbin/ggate/ggatec/ggatec.8 162395 2006-09-18 11:55:10Z ru $
26.\"
27.Dd April 26, 2004
28.Dt GGATEC 8
29.Os
30.Sh NAME
31.Nm ggatec
32.Nd "GEOM Gate network client and control utility"
33.Sh SYNOPSIS

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

159.Fl v
160option.
161.Sh EXAMPLES
162Make use of CD-ROM device from remote host.
163.Bd -literal -offset indent
164server# cat /etc/gg.exports
165client RO /dev/acd0
166server# ggated
26.\"
27.Dd April 26, 2004
28.Dt GGATEC 8
29.Os
30.Sh NAME
31.Nm ggatec
32.Nd "GEOM Gate network client and control utility"
33.Sh SYNOPSIS

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

159.Fl v
160option.
161.Sh EXAMPLES
162Make use of CD-ROM device from remote host.
163.Bd -literal -offset indent
164server# cat /etc/gg.exports
165client RO /dev/acd0
166server# ggated
167.Pp
167
168client# ggatec create -o ro server /dev/acd0
169ggate0
170client# mount_cd9660 /dev/ggate0 /cdrom
171.Ed
172.Sh SEE ALSO
173.Xr geom 4 ,
174.Xr ggated 8 ,
175.Xr ggatel 8 ,
176.Xr mount_cd9660 8
177.Sh AUTHORS
178The
179.Nm
180utility as well as this manual page was written by
181.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org .
168client# ggatec create -o ro server /dev/acd0
169ggate0
170client# mount_cd9660 /dev/ggate0 /cdrom
171.Ed
172.Sh SEE ALSO
173.Xr geom 4 ,
174.Xr ggated 8 ,
175.Xr ggatel 8 ,
176.Xr mount_cd9660 8
177.Sh AUTHORS
178The
179.Nm
180utility as well as this manual page was written by
181.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org .