From bd99796c8ae15b15518920113bab3445cfb3fe71 Mon Sep 17 00:00:00 2001 From: Brian Date: Tue, 21 Jul 2015 12:40:05 -0400 Subject: [PATCH] Fix bracket description, add versioning seealso IPv6 will not work with angle <> brackets. It uses [] square brackets. Add section label to versioning Added section label to versioning for cross-ref --- users/config.rst | 6 +++--- users/versioning.rst | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/users/config.rst b/users/config.rst index 648ab9bd2..14a2e577c 100644 --- a/users/config.rst +++ b/users/config.rst @@ -152,7 +152,7 @@ device versioning Specifies a versioning configuration. - .. note:: Needs explanation. + seealso:: :ref:`versioning` copiers, pullers, hashers The number of copier, puller and hasher routines to use, or zero for the @@ -235,7 +235,7 @@ IPv6 address (``2001:db8::23:42``) IPv6 address and port (``[2001:db8::23:42]:12345``) The address and port is used as given. The address must be enclosed in - angled brackets. + square brackets. ``dynamic`` The word ``dynamic`` means to use local and global discovery to find the @@ -275,7 +275,7 @@ address IPv6 address and port (``[::1]:8384``) The address and port is used as given. The address must be enclosed in - angled brackets. + square brackets. Wildcard and port (``0.0.0.0:12345``, ``[::]:12345``, ``:12345``) These are equivalent and will result in Syncthing listening on all diff --git a/users/versioning.rst b/users/versioning.rst index 6970f265b..ddcbd519a 100644 --- a/users/versioning.rst +++ b/users/versioning.rst @@ -1,3 +1,4 @@ +.. _versioning: File Versioning ===============