diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-08-17 15:38:03 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2020-08-17 15:41:21 -0400 |
commit | 2a20c22dcf7b6a01eca5d1142d2a34c39f2f948a (patch) | |
tree | d8434b1a4e7654011252edc32cbde93539a5ab3a /doc | |
parent | 1a9ebe3b0aa12584624dfa811c480c636a56e1b4 (diff) |
doc: Fix a typo in the AutoSSH service documentation.
* doc/guix.texi (Networking Services)[autossh-configuration]: Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index e0c138533f..f562d0465e 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15162,7 +15162,7 @@ a positive integer, ports @var{n} and @var{n}+1 are used for monitoring the connection, such that port @var{n} is the base monitoring port and @code{n+1} is the echo port. When set to @code{"@var{n}:@var{m}"} where @var{n} and @var{m} are positive -integers, the ports @var{n} and @var{n}+1 are used for monitoring the +integers, the ports @var{n} and @var{m} are used for monitoring the connection, such that port @var{n} is the base monitoring port and @var{m} is the echo port. |