diff options
author | 2016-06-10 18:32:40 +0000 | |
---|---|---|
committer | 2016-06-10 18:32:40 +0000 | |
commit | d0d39f6269aeda06bac006b55131e881fc4e307d (patch) | |
tree | 516260312c24b39050fa7e8a3c5fa2bebff4956b | |
parent | Remove readpage and writepage ioctls. (diff) | |
download | wireguard-openbsd-d0d39f6269aeda06bac006b55131e881fc4e307d.tar.xz wireguard-openbsd-d0d39f6269aeda06bac006b55131e881fc4e307d.zip |
grammar fix; from nick permyakov
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 6 | ||||
-rw-r--r-- | usr.sbin/vmd/vmd.8 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index fcb3e42088a..7084120a6de 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.51 2015/03/26 19:16:57 jmc Exp $ +.\" $OpenBSD: httpd.8,v 1.52 2016/06/10 18:32:40 jmc Exp $ .\" .\" Copyright (c) 2014 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 26 2015 $ +.Dd $Mdocdate: June 10 2016 $ .Dt HTTPD 8 .Os .Sh NAME @@ -65,7 +65,7 @@ Check that the configuration is valid, but don't start any servers. Verbose mode. Multiple .Fl v -options increases the verbosity. +options increase the verbosity. .El .Sh FILES .Bl -tag -width "/etc/ssl/private/server.key" -compact diff --git a/usr.sbin/vmd/vmd.8 b/usr.sbin/vmd/vmd.8 index 8e267111056..5210bd2fcbd 100644 --- a/usr.sbin/vmd/vmd.8 +++ b/usr.sbin/vmd/vmd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vmd.8,v 1.5 2015/12/03 21:45:45 reyk Exp $ +.\" $OpenBSD: vmd.8,v 1.6 2016/06/10 18:32:40 jmc Exp $ .\" .\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 3 2015 $ +.Dd $Mdocdate: June 10 2016 $ .Dt VMD 8 .Os .Sh NAME @@ -83,7 +83,7 @@ Only check the configuration file for validity. Verbose mode. Multiple .Fl v -options increases the verbosity. +options increase the verbosity. .El .Sh FILES .Bl -tag -width "/var/run/vmd.sockXX" -compact |