View | Details | Raw Unified | Return to bug 212502
Collapse All | Expand All

(-)sbin/hastd/hastd.8 (-3 / +8 lines)
Lines 27-33 Link Here
27
.\"
27
.\"
28
.\" $FreeBSD$
28
.\" $FreeBSD$
29
.\"
29
.\"
30
.Dd February 1, 2010
30
.Dd September 8, 2016
31
.Dt HASTD 8
31
.Dt HASTD 8
32
.Os
32
.Os
33
.Sh NAME
33
.Sh NAME
Lines 44-51 Link Here
44
daemon is responsible for managing highly available GEOM providers.
44
daemon is responsible for managing highly available GEOM providers.
45
.Pp
45
.Pp
46
.Nm
46
.Nm
47
allows to transparently store data on two physically separated machines
47
allows the transpaent storage of data on two physically separated machines
48
connected over the TCP/IP network.
48
connected over a TCP/IP network.
49
Only one machine (cluster node) can actively use storage provided by
49
Only one machine (cluster node) can actively use storage provided by
50
.Nm .
50
.Nm .
51
This machine is called primary.
51
This machine is called primary.
Lines 224-229 Link Here
224
.Xr mount 8 ,
224
.Xr mount 8 ,
225
.Xr newfs 8 ,
225
.Xr newfs 8 ,
226
.Xr g_bio 9
226
.Xr g_bio 9
227
.Sh HISTORY
228
The
229
.Nm
230
utility appeared in
231
.Fx 8.1 .
227
.Sh AUTHORS
232
.Sh AUTHORS
228
The
233
The
229
.Nm
234
.Nm

Return to bug 212502