diff options
author | 2016-07-20 07:21:24 +0000 | |
---|---|---|
committer | 2016-07-20 07:21:24 +0000 | |
commit | cfe45cfd673a9dfcb632a4b95fa3c8eaf2287a5f (patch) | |
tree | 796928dc557726342166fd3081a581b96105ac99 /usr.sbin | |
parent | Plug an mbuf leak in the error path of tcp signature in tcp_output(). (diff) | |
download | wireguard-openbsd-cfe45cfd673a9dfcb632a4b95fa3c8eaf2287a5f.tar.xz wireguard-openbsd-cfe45cfd673a9dfcb632a4b95fa3c8eaf2287a5f.zip |
Fix typo
from Atzm Watanabe
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/switchd/switchd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/switchd/switchd.conf.5 b/usr.sbin/switchd/switchd.conf.5 index 53a929d4eed..3f6ed992222 100644 --- a/usr.sbin/switchd/switchd.conf.5 +++ b/usr.sbin/switchd/switchd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: switchd.conf.5,v 1.2 2016/07/19 17:30:30 reyk Exp $ +.\" $OpenBSD: switchd.conf.5,v 1.3 2016/07/20 07:21:24 yasuoka Exp $ .\" .\" Copyright (c) 2014, 2015, 2016 Reyk Floeter <reyk@openbsd.org> .\" Copyright (c) 2016 YASUOKA Masahiko <yasuoka@openbsd.org> @@ -17,7 +17,7 @@ .\" .\" The following requests are required for all man pages. .\" -.Dd $Mdocdate: July 19 2016 $ +.Dd $Mdocdate: July 20 2016 $ .Dt SWITCHD.CONF 5 .Os .Sh NAME @@ -29,7 +29,7 @@ is the configuration file for the switch daemon, .Xr switchd 8 . .Sh SECTIONS .Nm -files is divided into tw main sections: +files is divided into two main sections: .Bl -tag -width xxxx .It Sy Macros User-defined variables may be defined and user later, simplifying the |