diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-06-10 18:32:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2016-06-10 18:32:41 +0000 |
commit | 77ba2bb65b480abdb3e5ca5599870f6bef8404e8 (patch) | |
tree | 6845e77b5651c7f3411d68f3608aacec2fbfb17d | |
parent | 0e882474757b9b690f649a51cc877606a0c0d339 (diff) |
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 |