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.

28 lines
977 B

  1. From ea6f0832bf3879bbc68089399bbb05d411c766d2 Mon Sep 17 00:00:00 2001
  2. From: Marcin Deranek <marcin.deranek@booking.com>
  3. Date: Tue, 13 Dec 2016 12:40:01 +0100
  4. Subject: [PATCH 08/19] DOC: fix small typo in fe_id (backend instead of
  5. frontend)
  6. Needs to be backported to 1.7 and 1.6 at least.
  7. (cherry picked from commit 6e413ed1ed33e65740bfa1f209383252eb472256)
  8. ---
  9. doc/configuration.txt | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/doc/configuration.txt b/doc/configuration.txt
  12. index 6795166..6596578 100644
  13. --- a/doc/configuration.txt
  14. +++ b/doc/configuration.txt
  15. @@ -13182,7 +13182,7 @@ fc_reordering(<unit>) : integer
  16. fe_id : integer
  17. Returns an integer containing the current frontend's id. It can be used in
  18. - backends to check from which backend it was called, or to stick all users
  19. + backends to check from which frontend it was called, or to stick all users
  20. coming via a same frontend to the same server.
  21. fe_name : string
  22. --
  23. 2.10.2