Deleted Added
full compact
gshsec.8 (140298) gshsec.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/geom/class/shsec/gshsec.8 140298 2005-01-15 13:02:50Z pjd $
25.\" $FreeBSD: head/sbin/geom/class/shsec/gshsec.8 140368 2005-01-17 07:44:44Z ru $
26.\"
27.Dd January 8, 2005
28.Dt GSHSEC 8
29.Os
30.Sh NAME
31.Nm gshsec
32.Nd "control utility for shared secret devices"
33.Sh SYNOPSIS

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

108gshsec label -v secret /dev/ad0s1 /dev/da0
109newfs /dev/shsec/secret
110.Ed
111.Pp
112From now on, when USB Pen drive will be inserted, it will be automatically
113detected and connected making secret available via
114.Pa /dev/shsec/secret
115device.
26.\"
27.Dd January 8, 2005
28.Dt GSHSEC 8
29.Os
30.Sh NAME
31.Nm gshsec
32.Nd "control utility for shared secret devices"
33.Sh SYNOPSIS

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

108gshsec label -v secret /dev/ad0s1 /dev/da0
109newfs /dev/shsec/secret
110.Ed
111.Pp
112From now on, when USB Pen drive will be inserted, it will be automatically
113detected and connected making secret available via
114.Pa /dev/shsec/secret
115device.
116.Sh DIAGNOSTICS
116.Sh EXIT STATUS
117Exit status is 0 on success, and 1 if the command fails.
118.Sh SEE ALSO
119.Xr geom 4 ,
120.Xr gbde 8 ,
121.Xr geom 8 ,
122.Xr newfs 8
123.Sh HISTORY
124The
125.Nm
126utility appeared in
127.Fx 5.4 .
128.Sh AUTHORS
129.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org
117Exit status is 0 on success, and 1 if the command fails.
118.Sh SEE ALSO
119.Xr geom 4 ,
120.Xr gbde 8 ,
121.Xr geom 8 ,
122.Xr newfs 8
123.Sh HISTORY
124The
125.Nm
126utility appeared in
127.Fx 5.4 .
128.Sh AUTHORS
129.An Pawel Jakub Dawidek Aq pjd@FreeBSD.org