Deleted Added
full compact
geli.8 (159354) geli.8 (161127)
1.\" Copyright (c) 2005 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) 2005 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/geom/class/eli/geli.8 159354 2006-06-06 19:03:51Z brueffer $
25.\" $FreeBSD: head/sbin/geom/class/eli/geli.8 161127 2006-08-09 18:11:14Z pjd $
26.\"
27.Dd June 5, 2006
28.Dt GELI 8
29.Os
30.Sh NAME
31.Nm geli
32.Nd "control utility for cryptographic GEOM class"
33.Sh SYNOPSIS

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

59.Op Fl l Ar keylen
60.Op Fl s Ar sectorsize
61.Ar prov
62.Nm
63.Cm label - an alias for
64.Cm init
65.Nm
66.Cm attach
26.\"
27.Dd June 5, 2006
28.Dt GELI 8
29.Os
30.Sh NAME
31.Nm geli
32.Nd "control utility for cryptographic GEOM class"
33.Sh SYNOPSIS

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

59.Op Fl l Ar keylen
60.Op Fl s Ar sectorsize
61.Ar prov
62.Nm
63.Cm label - an alias for
64.Cm init
65.Nm
66.Cm attach
67.Op Fl dpv
67.Op Fl dprv
68.Op Fl k Ar keyfile
69.Ar prov
70.Nm
71.Cm detach
72.Op Fl fl
73.Ar prov ...
74.Nm
75.Cm stop - an alias for

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

283provider after unmounting the file system.
284It only works when the provider was opened for writing, so it will not work if
285the file system on the provider is mounted read-only.
286Probably a better choice is the
287.Fl l
288option for the
289.Cm detach
290subcommand.
68.Op Fl k Ar keyfile
69.Ar prov
70.Nm
71.Cm detach
72.Op Fl fl
73.Ar prov ...
74.Nm
75.Cm stop - an alias for

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

283provider after unmounting the file system.
284It only works when the provider was opened for writing, so it will not work if
285the file system on the provider is mounted read-only.
286Probably a better choice is the
287.Fl l
288option for the
289.Cm detach
290subcommand.
291.It Fl r
292Attach read-only provider. It will not be opened for writting.
291.It Fl k Ar keyfile
292Specifies a file which contains part of the key.
293For more information see the description of the
294.Fl K
295option for the
296.Cm init
297subcommand.
298.It Fl p

--- 334 unchanged lines hidden ---
293.It Fl k Ar keyfile
294Specifies a file which contains part of the key.
295For more information see the description of the
296.Fl K
297option for the
298.Cm init
299subcommand.
300.It Fl p

--- 334 unchanged lines hidden ---