Deleted Added
full compact
ggatel.8 (129149) ggatel.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/ggatel/ggatel.8 129149 2004-05-12 07:34:05Z ru $
25.\" $FreeBSD: head/sbin/ggate/ggatel/ggatel.8 140368 2005-01-17 07:44:44Z ru $
26.\"
27.Dd April 26, 2004
28.Dt GGATEL 8
29.Os
30.Sh NAME
31.Nm ggatel
32.Nd "GEOM Gate local control utility"
33.Sh SYNOPSIS

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

134gbde attach ggate5
135newfs /dev/ggate5.bde
136mount /dev/ggate5.bde /secret
137cp /private/foo /secret/
138umount /secret
139gbde detach ggate5
140ggatel destroy -u 5
141.Ed
26.\"
27.Dd April 26, 2004
28.Dt GGATEL 8
29.Os
30.Sh NAME
31.Nm ggatel
32.Nd "GEOM Gate local control utility"
33.Sh SYNOPSIS

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

134gbde attach ggate5
135newfs /dev/ggate5.bde
136mount /dev/ggate5.bde /secret
137cp /private/foo /secret/
138umount /secret
139gbde detach ggate5
140ggatel destroy -u 5
141.Ed
142.Sh DIAGNOSTICS
142.Sh EXIT STATUS
143Exit status is 0 on success, or 1 if the command fails.
144To get details about the failure,
145.Nm
146should be called with the
147.Fl v
148option.
149.Sh SEE ALSO
150.Xr geom 4 ,
151.Xr gbde 8 ,
152.Xr ggatec 8 ,
153.Xr ggated 8 ,
154.Xr mount 8 ,
155.Xr newfs 8
156.Sh AUTHORS
157The
158.Nm
159utility as well as this manual page was written by
160.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org .
143Exit status is 0 on success, or 1 if the command fails.
144To get details about the failure,
145.Nm
146should be called with the
147.Fl v
148option.
149.Sh SEE ALSO
150.Xr geom 4 ,
151.Xr gbde 8 ,
152.Xr ggatec 8 ,
153.Xr ggated 8 ,
154.Xr mount 8 ,
155.Xr newfs 8
156.Sh AUTHORS
157The
158.Nm
159utility as well as this manual page was written by
160.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org .