diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-10 21:31:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2019-03-10 21:31:50 +0000 |
commit | c4f53942e3619debbb331713932b385b98284f38 (patch) | |
tree | 2e0efd993b999f62cb4a7fda31607f441333340c /usr.sbin | |
parent | 00b8abed1a52f1db369084a1b437f280070f870d (diff) |
fix some cases of spaces before full stops, where none were neccessary;
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/npppd/npppd/npppd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/npppd/npppd/npppd.conf.5 b/usr.sbin/npppd/npppd/npppd.conf.5 index a31a3e9785c..4cf027cc604 100644 --- a/usr.sbin/npppd/npppd/npppd.conf.5 +++ b/usr.sbin/npppd/npppd/npppd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: npppd.conf.5,v 1.22 2018/06/18 06:04:25 jmc Exp $ +.\" $OpenBSD: npppd.conf.5,v 1.23 2019/03/10 21:31:49 jmc Exp $ .\" .\" Copyright (c) 2012 YASUOKA Masahiko <yasuoka@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: June 18 2018 $ +.Dd $Mdocdate: March 10 2019 $ .Dt NPPPD.CONF 5 .Os .Sh NAME @@ -488,7 +488,7 @@ The address space can be specified by (e.g. 192.168.0.2-192.168.0.254) or .Ar address-mask -(e.g. 192.168.0.0/24) . +(e.g. 192.168.0.0/24). .Ar dynamic means the address space is reserved for dynamic allocation; .Ar static |