summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2015-04-22 18:54:51 +0000
committerjgh <jgh@FreeBSD.org>2015-04-22 18:54:51 +0000
commit11393ed285f95de38858db5093b2a8ecf3fcd085 (patch)
tree6a3efe25eacd03b994367be4dd59a542f7677933 /sbin
parent5ddf292b719ba6df47105bbf4c7a7b6c9dae3574 (diff)
downloadFreeBSD-src-11393ed285f95de38858db5093b2a8ecf3fcd085.zip
FreeBSD-src-11393ed285f95de38858db5093b2a8ecf3fcd085.tar.gz
MFC: r281324
- ggatel.8 currently doesn't mention the 'rescue' command and documents a non-existing 'attach' command instead. - while here address a spelling error Approved by: wblock (mentor) Differential Revision: https://reviews.freebsd.org/D2346
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ggate/ggatel/ggatel.826
1 files changed, 14 insertions, 12 deletions
diff --git a/sbin/ggate/ggatel/ggatel.8 b/sbin/ggate/ggatel/ggatel.8
index 236e550..6bfcedf 100644
--- a/sbin/ggate/ggatel/ggatel.8
+++ b/sbin/ggate/ggatel/ggatel.8
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd April 2, 2011
+.Dd April 9, 2015
.Dt GGATEL 8
.Os
.Sh NAME
@@ -40,12 +40,6 @@
.Op Fl u Ar unit
.Ar path
.Nm
-.Cm attach
-.Op Fl v
-.Op Fl o Cm ro | wo | rw
-.Fl u Ar unit
-.Ar path
-.Nm
.Cm destroy
.Op Fl f
.Fl u Ar unit
@@ -53,6 +47,12 @@
.Cm list
.Op Fl v
.Op Fl u Ar unit
+.Nm
+.Cm rescue
+.Op Fl v
+.Op Fl o Cm ro | wo | rw
+.Fl u Ar unit
+.Ar path
.Sh DESCRIPTION
The
.Nm
@@ -70,10 +70,6 @@ Available commands:
Create a
.Nm ggate
provider related to the given regular file or device.
-.It Cm attach
-Attach a worker process to an existing
-.Nm ggate
-provider.
.It Cm destroy
Destroy the given
.Nm ggate
@@ -82,6 +78,12 @@ provider.
List
.Nm ggate
providers.
+.It Cm rescue
+Take over a previously created provider and handle pending and future
+requests. This is useful if the initial
+.Nm
+process died. To prevent data loss, the given path must lead to the
+regular file or device that was used to create the provider.
.El
.Pp
Available options:
@@ -111,7 +113,7 @@ Default is 30.
.It Fl u Ar unit
Unit number to use.
.It Fl v
-Do not fork, run in foreground and print debug informations on standard
+Do not fork, run in foreground and print debug information on standard
output.
.It Ar path
Path to a regular file or device.
OpenPOWER on IntegriCloud