diff options
author | Dmitry V. Levin <ldv@strace.io> | 2023-02-15 09:00:00 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@strace.io> | 2023-02-15 11:41:03 +0100 |
commit | 30fd9a2dabb81cf7b65aba48b684f1178d9fd879 (patch) | |
tree | 8aac1819f81a8807177371c2153064dc7a974d75 /docs/NETWORK_ONLINE.md | |
parent | src: fix several typos in log messages (diff) | |
download | systemd-30fd9a2dabb81cf7b65aba48b684f1178d9fd879.tar.xz systemd-30fd9a2dabb81cf7b65aba48b684f1178d9fd879.zip |
treewide: fix a few typos in NEWS, docs and comments
Diffstat (limited to 'docs/NETWORK_ONLINE.md')
-rw-r--r-- | docs/NETWORK_ONLINE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/NETWORK_ONLINE.md b/docs/NETWORK_ONLINE.md index 9e7a741bdd..a8d929e4ab 100644 --- a/docs/NETWORK_ONLINE.md +++ b/docs/NETWORK_ONLINE.md @@ -28,7 +28,7 @@ avoiding an unnecessary synchronization point. ## Network management services: `network.target` `network.target` indicates that the network management stack has been started. -Ordering after it it has little meaning during start-up: whether any network +Ordering after it has little meaning during start-up: whether any network interfaces are already configured when it is reached is not defined. Its primary purpose is for ordering things properly at shutdown: since the |