diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-09-10 21:47:37 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-09-10 21:47:37 +0000 |
commit | 2853d7a3d24995a31b0db373b69a9ba9bf8eae20 (patch) | |
tree | 532d73b9b205ad7a92d86c5126976ebea0a29396 /usr.sbin/hostapd | |
parent | 4e7887f21722d2cd7fb9a0aa14ec37da747c1ec3 (diff) |
fix small typo found by Benedikt Steinbusch
Diffstat (limited to 'usr.sbin/hostapd')
-rw-r--r-- | usr.sbin/hostapd/hostapd.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5 index 5d93a7903af..fc5c7e52534 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.8 2005/07/04 22:49:02 jmc Exp $ +.\" $OpenBSD: hostapd.conf.5,v 1.9 2005/09/10 21:47:36 reyk Exp $ .\" .\" Copyright (c) 2004, 2005 Reyk Floeter <reyk@vantronix.net> .\" @@ -526,7 +526,7 @@ tabledef = "table" table tableopts table = "<" tablename ">" -tableopts = "const" | "{" [ "\n" ] "}" | +tableopts = "const" | "{" [ "\\n" ] "}" | "{" [ "\\n" ] tableaddrlist [ "\\n" ] "}" tableaddrlist = lladdr [ "->" ipv4-dotted-quad | "&" lladdr-mask | |