12345678910111213141516 |
- Subject: Fix a typo in the pptpd manpage
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Date: Sun, 03 Jul 2016 17:48:14 +0200
- Forwarded: no
- --- a/pptpd.c
- +++ b/pptpd.c
- @@ -88,7 +88,7 @@
- printf("Usage: pptpd [options], where options are:\n\n");
- #ifdef BCRELAY
- #define OPT_BCRELAY "b"
- - printf(" [-b] [--bcrelay if] Use broadcast relay for broadcasts comming from.\n");
- + printf(" [-b] [--bcrelay if] Use broadcast relay for broadcasts coming from.\n");
- printf(" the specified interface (default is eth1).\n");
- #else
- #define OPT_BCRELAY ""
|