You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB

  1. From de9789b37466c37547d8c5d52d96a9d4466eb431 Mon Sep 17 00:00:00 2001
  2. From: =?UTF-8?q?Cyril=20Bont=C3=A9?= <cyril.bonte@free.fr>
  3. Date: Sat, 12 Jul 2014 18:22:42 +0200
  4. Subject: [PATCH 2/2] DOC: fix typo in Unix Socket commands
  5. Konstantin Romanenko reported a typo in the HTML documentation. The typo is
  6. already present in the raw text version : the "shutdown sessions" command
  7. should be "shutdown sessions server".
  8. (cherry picked from commit e63a1eb290a1c407453dbcaa16535c85a1904f9e)
  9. ---
  10. doc/configuration.txt | 2 +-
  11. 1 file changed, 1 insertion(+), 1 deletion(-)
  12. diff --git a/doc/configuration.txt b/doc/configuration.txt
  13. index ca21f7d..2d71555 100644
  14. --- a/doc/configuration.txt
  15. +++ b/doc/configuration.txt
  16. @@ -13869,7 +13869,7 @@ shutdown session <id>
  17. endless transfer is ongoing. Such terminated sessions are reported with a 'K'
  18. flag in the logs.
  19. -shutdown sessions <backend>/<server>
  20. +shutdown sessions server <backend>/<server>
  21. Immediately terminate all the sessions attached to the specified server. This
  22. can be used to terminate long-running sessions after a server is put into
  23. maintenance mode, for instance. Such terminated sessions are reported with a
  24. --
  25. 1.8.5.5