Fix typos

This commit is contained in:
Michał Bartkowiak 2025-01-19 13:52:19 +01:00
parent b5d853885b
commit da587f646f
2 changed files with 5 additions and 6 deletions

View File

@ -93,7 +93,7 @@ The passive side job uses this *client identity* as follows:
* *In the future, ``source`` might embed the client identity in :ref:`zrepl's ZFS abstraction names <zrepl-zfs-abstractions>`, to support multi-host replication.*
.. TIP::
The use of the client identity in the ``sink`` job implies that it must be usable as a ZFS ZFS filesystem name component.
The use of the client identity in the ``sink`` job implies that it must be usable as a ZFS filesystem name component.
.. _overview-how-replication-works:

View File

@ -49,7 +49,7 @@ Apply Configuration Changes
===========================
We hope that you have found a configuration that fits your use case.
Use ``zrepl configcheck`` once again to make sure the config is correct (output indicates that everything is fine).
Use ``zrepl configcheck`` once again to make sure the config is correct (no output indicates that everything is fine).
Then restart the zrepl daemon on all systems involved in the replication, likely using ``service zrepl restart`` or ``systemctl restart zrepl``.
.. WARNING::
@ -69,10 +69,9 @@ Watch it Work
=============
Run ``zrepl status`` on the active side of the replication setup to monitor snaphotting, replication and pruning activity.
To re-trigger replication (snapshots are separate!), use ``zrepl signal wakeup JOBNAME``.
(refer to the example use case document if you are uncertain which job you want to wake up).
To re-trigger replication (snapshots are separate!), use ``zrepl signal wakeup JOBNAME`` (refer to the example use case document if you are uncertain which job you want to wake up).
You can also use basic UNIX tools to inspect see what's going on.
You can also use basic UNIX tools to inspect and see what's going on.
If you like tmux, here is a handy script that works on FreeBSD: ::
pkg install gnu-watch tmux