summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/hostapd.conf.5
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-09-12 09:32:43 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-09-12 09:32:43 +0000
commitd51acbdc37bd95e7d0a4e38be5534cbc66061bcc (patch)
treed5e52c17595c057d9456c2002eff5d0862f99c73 /usr.sbin/hostapd/hostapd.conf.5
parentfb3ec2cbb9f2afdd6686fb96261e373ce5a56689 (diff)
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 ]