diff options
Diffstat (limited to 'docs/gettingstarted')
-rw-r--r-- | docs/gettingstarted/users/configuring/startup.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gettingstarted/users/configuring/startup.rst b/docs/gettingstarted/users/configuring/startup.rst index 77f12b24e3e..df96ff7ae2e 100644 --- a/docs/gettingstarted/users/configuring/startup.rst +++ b/docs/gettingstarted/users/configuring/startup.rst @@ -1377,10 +1377,10 @@ If not set, API server doesn't run. * **socket-name <filename>** Configure API socket filename. - **Example:** socket-name /run/vpp/vpp-api.sock + **Example:** socket-name /run/vpp/api.sock * **default** - Use the default API socket (/run/vpp-api.sock). + Use the default API socket (/run/api.sock). **Example:** default |