diff options
author | Lawrence Teo <lteo@cvs.openbsd.org> | 2015-01-31 03:08:34 +0000 |
---|---|---|
committer | Lawrence Teo <lteo@cvs.openbsd.org> | 2015-01-31 03:08:34 +0000 |
commit | c7599a57bdb9b25fbf5cfd6db879ed593c247d53 (patch) | |
tree | b6134d38f6779603652c85d2c65ee5a4bc5b013d /share | |
parent | 7aa4935843af841d8c8b3c14b93c5b5311ca9521 (diff) |
Add missing period.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 1f4225f92e0..dfa3be1951d 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.77 2015/01/31 03:06:25 lteo Exp $ +.\" $OpenBSD: mbuf.9,v 1.78 2015/01/31 03:08:33 lteo Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -398,7 +398,7 @@ The data part of the mbuf has now the following elements: .Bl -tag -width foobarmoocow .It Fa m_pkthdr a packet header, just like the previous case, but it is empty. -No information is stored here +No information is stored here. .It Fa m_ext a structure containing information about the external storage buffer. |