MFC after: 1 weektags/ggatessh-v1.0.0
| @@ -24,7 +24,7 @@ | |||||
| .\" | .\" | ||||
| .\" $FreeBSD$ | .\" $FreeBSD$ | ||||
| .\" | .\" | ||||
| .Dd April 2, 2015 | |||||
| .Dd July 14, 2015 | |||||
| .Dt GGATEC 8 | .Dt GGATEC 8 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| @@ -71,8 +71,8 @@ utility is a network client for the GEOM Gate class. | |||||
| It is responsible for the creation of | It is responsible for the creation of | ||||
| .Nm ggate | .Nm ggate | ||||
| devices and forwarding I/O requests between the | devices and forwarding I/O requests between the | ||||
| .Nm geom_gate.ko | |||||
| kernel module and the | |||||
| .Nm GEOM Gate | |||||
| kernel subsystem and the | |||||
| .Xr ggated 8 | .Xr ggated 8 | ||||
| network daemon. | network daemon. | ||||
| Available commands: | Available commands: | ||||
| @@ -111,7 +111,7 @@ Do not use | |||||
| .Dv TCP_NODELAY | .Dv TCP_NODELAY | ||||
| option on TCP sockets. | option on TCP sockets. | ||||
| .It Fl o Cm ro | wo | rw | .It Fl o Cm ro | wo | rw | ||||
| Specify permission to use when opening the file or device: read-only | |||||
| Specify permissions to use when opening the file or device: read-only | |||||
| .Pq Cm ro , | .Pq Cm ro , | ||||
| write-only | write-only | ||||
| .Pq Cm wo , | .Pq Cm wo , | ||||
| @@ -136,7 +136,7 @@ Default is 131072 (128kB). | |||||
| Sector size for | Sector size for | ||||
| .Nm ggate | .Nm ggate | ||||
| provider. | provider. | ||||
| If not specified, it is taken from device, or set to 512 bytes for files. | |||||
| If not specified, it is taken from the device, or set to 512 bytes for files. | |||||
| .It Fl t Ar timeout | .It Fl t Ar timeout | ||||
| Number of seconds to wait before an I/O request will be canceled. | Number of seconds to wait before an I/O request will be canceled. | ||||
| Default is 0, which means no timeout. | Default is 0, which means no timeout. | ||||
| @@ -24,7 +24,7 @@ | |||||
| .\" | .\" | ||||
| .\" $FreeBSD$ | .\" $FreeBSD$ | ||||
| .\" | .\" | ||||
| .Dd April 29, 2004 | |||||
| .Dd July 14, 2015 | |||||
| .Dt GGATED 8 | .Dt GGATED 8 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| @@ -43,14 +43,14 @@ | |||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Nm | .Nm | ||||
| utility is a network server for GEOM Gate class. | |||||
| utility is a network server for the GEOM Gate class. | |||||
| It runs on a server machine to service GEOM Gate requests from workers | It runs on a server machine to service GEOM Gate requests from workers | ||||
| placed on a client machine. | placed on a client machine. | ||||
| Keep in mind, that connection between | |||||
| Keep in mind, that connections between | |||||
| .Xr ggatec 8 | .Xr ggatec 8 | ||||
| and | and | ||||
| .Nm | .Nm | ||||
| is not encrypted. | |||||
| are not encrypted. | |||||
| .Pp | .Pp | ||||
| Available options: | Available options: | ||||
| .Bl -tag -width ".Ar exports\ file" | .Bl -tag -width ".Ar exports\ file" | ||||
| @@ -65,7 +65,7 @@ option on TCP sockets. | |||||
| .It Fl p Ar port | .It Fl p Ar port | ||||
| Port on which | Port on which | ||||
| .Nm | .Nm | ||||
| listens for connection. | |||||
| listens for connections. | |||||
| Default is 3080. | Default is 3080. | ||||
| .It Fl R Ar rcvbuf | .It Fl R Ar rcvbuf | ||||
| Size of receive buffer to use. | Size of receive buffer to use. | ||||
| @@ -74,7 +74,7 @@ Default is 131072 (128kB). | |||||
| Size of send buffer to use. | Size of send buffer to use. | ||||
| Default is 131072 (128kB). | Default is 131072 (128kB). | ||||
| .It Fl v | .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. | output. | ||||
| .It Ar "exports file" | .It Ar "exports file" | ||||
| An alternate location for the exports file. | An alternate location for the exports file. | ||||
| @@ -24,7 +24,7 @@ | |||||
| .\" | .\" | ||||
| .\" $FreeBSD$ | .\" $FreeBSD$ | ||||
| .\" | .\" | ||||
| .Dd April 9, 2015 | |||||
| .Dd July 14, 2015 | |||||
| .Dt GGATEL 8 | .Dt GGATEL 8 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| @@ -62,7 +62,7 @@ It can be used as a replacement for | |||||
| devices or as a | devices or as a | ||||
| .Dq GEOMificator | .Dq GEOMificator | ||||
| for non GEOM-aware devices, but it was mainly created as an example | for non GEOM-aware devices, but it was mainly created as an example | ||||
| on how to use and how to communicate with the GEOM Gate kernel module. | |||||
| on how to use and how to communicate with the GEOM Gate kernel subsystem. | |||||
| .Pp | .Pp | ||||
| Available commands: | Available commands: | ||||
| .Bl -tag -width ".Cm destroy" | .Bl -tag -width ".Cm destroy" | ||||
| @@ -82,7 +82,8 @@ providers. | |||||
| Take over a previously created provider and handle pending and future | Take over a previously created provider and handle pending and future | ||||
| requests. This is useful if the initial | requests. This is useful if the initial | ||||
| .Nm | .Nm | ||||
| process died. To prevent data loss, the given path must lead to the | |||||
| process died. | |||||
| To prevent data loss, the given path must lead to the | |||||
| regular file or device that was used to create the provider. | regular file or device that was used to create the provider. | ||||
| .El | .El | ||||
| .Pp | .Pp | ||||
| @@ -93,7 +94,7 @@ Forcibly destroy | |||||
| .Nm ggate | .Nm ggate | ||||
| provider (cancels all pending requests). | provider (cancels all pending requests). | ||||
| .It Fl o Cm ro | wo | rw | .It Fl o Cm ro | wo | rw | ||||
| Specify permission to use when opening the file or device: read-only | |||||
| Specify permissions to use when opening the file or device: read-only | |||||
| .Pq Cm ro , | .Pq Cm ro , | ||||
| write-only | write-only | ||||
| .Pq Cm wo , | .Pq Cm wo , | ||||
| @@ -105,7 +106,7 @@ Default is | |||||
| Sector size for | Sector size for | ||||
| .Nm ggate | .Nm ggate | ||||
| provider. | provider. | ||||
| If not specified, it is taken from device, or set to 512 bytes for files. | |||||
| If not specified, it is taken from the device, or set to 512 bytes for files. | |||||
| .It Fl t Ar timeout | .It Fl t Ar timeout | ||||
| Number of seconds to wait before an I/O request will be canceled. | Number of seconds to wait before an I/O request will be canceled. | ||||
| 0 means no timeout. | 0 means no timeout. | ||||
| @@ -131,7 +132,7 @@ the | |||||
| .Dq Li fd0 | .Dq Li fd0 | ||||
| device and use | device and use | ||||
| .Xr gbde 8 | .Xr gbde 8 | ||||
| to encrypt data on a floppy. | |||||
| to encrypt data on a floppy disk. | |||||
| .Bd -literal -offset indent | .Bd -literal -offset indent | ||||
| ggatel create -u 5 /dev/fd0 | ggatel create -u 5 /dev/fd0 | ||||
| gbde init /dev/ggate5 | gbde init /dev/ggate5 | ||||