docs+tests: finalize migration to typed naming conventions
refs #5044
Change-Id: Ia6f52ae0a31db33ca0f9fa6c4553b8fbbc7809bc
diff --git a/docs/manpages/nfd-asf-strategy.rst b/docs/manpages/nfd-asf-strategy.rst
index 5a7d785..7d84607 100644
--- a/docs/manpages/nfd-asf-strategy.rst
+++ b/docs/manpages/nfd-asf-strategy.rst
@@ -3,7 +3,7 @@
SYNOPSIS
--------
-| nfdc strategy set prefix <PREFIX> strategy /localhost/nfd/strategy/asf/%FD%02[/probing-interval~<PROBING-INTERVAL>][/n-silent-timeouts~<N-SILENT-TIMEOUTS>]
+| nfdc strategy set prefix <PREFIX> strategy /localhost/nfd/strategy/asf[/v=4][/probing-interval~<PROBING-INTERVAL>][/n-silent-timeouts~<N-SILENT-TIMEOUTS>]
DESCRIPTION
-----------
@@ -24,7 +24,7 @@
This behavior may be too sensitive for application use and appropriate only for link
failures and not transient timeouts. So this parameter makes ASF switch paths
only after it has encountered the specified number of timeouts (non-negative integer).
- Default and minimum value is 0 i.e. switch immediately.
+ Default and minimum value is 0, i.e., switch immediately.
It is optional to specify n-silent-timeouts.
EXAMPLES
@@ -32,15 +32,15 @@
nfdc strategy set prefix /ndn strategy /localhost/nfd/strategy/asf
Use the default values.
-nfdc strategy set prefix /ndn strategy /localhost/nfd/strategy/asf/%FD%03/probing-interval~30000
+nfdc strategy set prefix /ndn strategy /localhost/nfd/strategy/asf/v=4/probing-interval~30000
Set probing interval as 30 seconds.
-nfdc strategy set prefix /ndn strategy /localhost/nfd/strategy/asf/%FD%03/n-silent-timeouts~5
+nfdc strategy set prefix /ndn strategy /localhost/nfd/strategy/asf/v=4/n-silent-timeouts~5
Set n-silent-timeouts as 5.
-nfdc strategy set prefix /ndn strategy /localhost/nfd/strategy/asf/%FD%03/probing-interval~30000/n-silent-timeouts~5
+nfdc strategy set prefix /ndn strategy /localhost/nfd/strategy/asf/v=4/probing-interval~30000/n-silent-timeouts~5
Set probing interval as 30 seconds and n-silent-timeouts as 5.
SEE ALSO
--------
-nfdc(1), nfdc-strategy(1)
\ No newline at end of file
+nfdc(1), nfdc-strategy(1)
diff --git a/docs/manpages/nfdc-strategy.rst b/docs/manpages/nfdc-strategy.rst
index 6084c05..f4a4041 100644
--- a/docs/manpages/nfdc-strategy.rst
+++ b/docs/manpages/nfdc-strategy.rst
@@ -63,8 +63,8 @@
nfdc strategy set prefix / strategy /localhost/nfd/strategy/best-route
Set the default strategy to best-route, latest version.
-nfdc strategy set prefix /ndn strategy /localhost/nfd/strategy/multicast/%FD%04
- Set the strategy of the "/ndn" prefix to multicast, version 4.
+nfdc strategy set prefix /ndn strategy /localhost/nfd/strategy/multicast/v=4
+ Set the strategy for the "/ndn" prefix to multicast, version 4.
nfdc strategy unset prefix /ndn
Clear the strategy choice for the "/ndn" prefix.