diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-04 20:31:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-04-04 20:31:48 +0000 |
commit | 773849fa10be1c4adcde4d6eb919c89471656e7b (patch) | |
tree | 1f357107bc89e7724779a299c2acfe3bcfdc8d6e /share | |
parent | 994e90cd178c19fadc4f157cbff269dad1510821 (diff) |
Nd strings do not start uppercase;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/mbuf.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 20d13259bf5..fe12c6a8e82 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.51 2011/04/03 12:33:47 blambert Exp $ +.\" $OpenBSD: mbuf.9,v 1.52 2011/04/04 20:31:47 jmc Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -25,12 +25,12 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 3 2011 $ +.Dd $Mdocdate: April 4 2011 $ .Dt MBUF 9 .Os .Sh NAME .Nm mbuf -.Nd Kernel memory management for networking protocols +.Nd kernel memory management for networking protocols .Sh SYNOPSIS .Fd #include <sys/mbuf.h> .Ft struct mbuf * |