summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_usrreq.c
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2008-07-25 23:54:07 +0000
committertrhodes <trhodes@FreeBSD.org>2008-07-25 23:54:07 +0000
commita9614a97a16b7ca08ac14be1eca59d640e37359d (patch)
tree099401c5d2f32eb3353bef5a2140804b20ad470d /sys/netipx/ipx_usrreq.c
parent8330af909ca941f7f0083761fdafe90a332e74de (diff)
downloadFreeBSD-src-a9614a97a16b7ca08ac14be1eca59d640e37359d.zip
FreeBSD-src-a9614a97a16b7ca08ac14be1eca59d640e37359d.tar.gz
Begin the sysctl descriptions with a capital letter.
Make some slight wording tweaks.
Diffstat (limited to 'sys/netipx/ipx_usrreq.c')
-rw-r--r--sys/netipx/ipx_usrreq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_usrreq.c b/sys/netipx/ipx_usrreq.c
index b22b680..f3f9897 100644
--- a/sys/netipx/ipx_usrreq.c
+++ b/sys/netipx/ipx_usrreq.c
@@ -96,10 +96,10 @@ __FBSDID("$FreeBSD$");
static int ipxsendspace = IPXSNDQ;
SYSCTL_INT(_net_ipx_ipx, OID_AUTO, ipxsendspace, CTLFLAG_RW,
- &ipxsendspace, 0, "ipx send buffer space");
+ &ipxsendspace, 0, "Send buffer space");
static int ipxrecvspace = IPXRCVQ;
SYSCTL_INT(_net_ipx_ipx, OID_AUTO, ipxrecvspace, CTLFLAG_RW,
- &ipxrecvspace, 0, "ipx receive buffer space");
+ &ipxrecvspace, 0, "Receive buffer space");
static void ipx_usr_abort(struct socket *so);
static int ipx_attach(struct socket *so, int proto, struct thread *td);
OpenPOWER on IntegriCloud