Skip to content

Commit 1ed621c

Browse files
committed
pm: reminder that subflow == path
It might not be clear what a "subflow" is. Mentioning that it is another word for 'path' might help. Signed-off-by: Matthieu Baerts (NGI0) <[email protected]>
1 parent 18481f9 commit 1ed621c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ nav_titles: true
66
titles_max_depth: 2
77
---
88

9-
The Path Manager is in charge of *subflows*, from creation to deletion, and also
10-
address announcements. Typically, it is the client side that initiates subflows,
11-
and the server side that announces additional addresses via the `ADD_ADDR` and
12-
`REMOVE_ADDR` options.
9+
The Path Manager is in charge of *subflows* (another word for *paths*), from
10+
creation to deletion, and also address announcements. Typically, it is the
11+
client side that initiates subflows, and the server side that announces
12+
additional addresses via the `ADD_ADDR` and `REMOVE_ADDR` options.
1313

1414
```mermaid
1515
graph LR;

0 commit comments

Comments
 (0)