summaryrefslogtreecommitdiffstats
path: root/usr.sbin/hostapd/hostapd.conf.5
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2005-09-12 09:32:42 +0000
committerjmc <jmc@openbsd.org>2005-09-12 09:32:42 +0000
commitaad32958aa6ea0b5cb9398cc79b360a6f2465fb8 (patch)
tree3944a5b54edab3ce981ae1709a494ce8a5c06936 /usr.sbin/hostapd/hostapd.conf.5
parenttypo, th -> the (diff)
downloadwireguard-openbsd-aad32958aa6ea0b5cb9398cc79b360a6f2465fb8.tar.xz
wireguard-openbsd-aad32958aa6ea0b5cb9398cc79b360a6f2465fb8.zip
preserve backslash using `\e', not `\\';
Diffstat (limited to 'usr.sbin/hostapd/hostapd.conf.5')
-rw-r--r--usr.sbin/hostapd/hostapd.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5
index fc5c7e52534..88310ca6d49 100644
--- a/usr.sbin/hostapd/hostapd.conf.5
+++ b/usr.sbin/hostapd/hostapd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostapd.conf.5,v 1.9 2005/09/10 21:47:36 reyk Exp $
+.\" $OpenBSD: hostapd.conf.5,v 1.10 2005/09/12 09:32:42 jmc Exp $
.\"
.\" Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net>
.\"
@@ -526,8 +526,8 @@ tabledef = "table" table tableopts
table = "<" tablename ">"
-tableopts = "const" | "{" [ "\\n" ] "}" |
- "{" [ "\\n" ] tableaddrlist [ "\\n" ] "}"
+tableopts = "const" | "{" [ "\en" ] "}" |
+ "{" [ "\en" ] tableaddrlist [ "\en" ] "}"
tableaddrlist = lladdr [ "->" ipv4-dotted-quad | "&" lladdr-mask |
"/" number ] [ "," ] [ tableaddrlist ]