diff options
author | ru <ru@FreeBSD.org> | 2001-08-14 10:01:54 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-14 10:01:54 +0000 |
commit | 24c7b0a61de73d3a99eea4c734e505e91acb7e7c (patch) | |
tree | 7afa9a221c2e61ee3e2cf3f8bc7417845980ab79 /share/man/man9/mbuf.9 | |
parent | bfd8c5ea31b13d3ba1e8ba1947084f80078ee93f (diff) | |
download | FreeBSD-src-24c7b0a61de73d3a99eea4c734e505e91acb7e7c.zip FreeBSD-src-24c7b0a61de73d3a99eea4c734e505e91acb7e7c.tar.gz |
mdoc(7) police: s/BSD/.Bx/ where appropriate.
Diffstat (limited to 'share/man/man9/mbuf.9')
-rw-r--r-- | share/man/man9/mbuf.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index d7b040a..1cb8309 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -502,7 +502,8 @@ and attempts to restore the chain to its original state. See above. .Sh HISTORY .\" Please correct me if I'm wrong -Mbufs appeared in an early version of BSD. +Mbufs appeared in an early version of +.Bx . Besides for being used for network packets, they were used to store various dynamic structures, such as routing table entries, interface addresses, protocol control blocks, etc. |