diff options
author | trasz <trasz@FreeBSD.org> | 2017-06-06 09:23:12 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2017-06-06 09:23:12 +0000 |
commit | 73d9869c782fca14c46612ae3b2fc7dbbd759f9b (patch) | |
tree | d25becb3c577c6d7c369624b9abb0e6e00233124 /lib | |
parent | 2e762a7b4c34c7082c03e31eb2fb54f4a02c3f5f (diff) | |
download | FreeBSD-src-73d9869c782fca14c46612ae3b2fc7dbbd759f9b.zip FreeBSD-src-73d9869c782fca14c46612ae3b2fc7dbbd759f9b.tar.gz |
MFC r318816:
Don't end up manpage titles with a full stop.
Approved by: re (marius)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/lib80211/lib80211.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/sctp_bindx.3 | 2 | ||||
-rw-r--r-- | lib/libc/net/sctp_getassocid.3 | 2 | ||||
-rw-r--r-- | lib/libc/sys/setfib.2 | 2 | ||||
-rw-r--r-- | lib/libpmc/pmc_event_names_of_class.3 | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/lib80211/lib80211.3 b/lib/lib80211/lib80211.3 index 9986ce0..1012219 100644 --- a/lib/lib80211/lib80211.3 +++ b/lib/lib80211/lib80211.3 @@ -36,7 +36,7 @@ .Nm lib80211_regdomain_findbyname , .Nm lib80211_country_findbycc , .Nm lib80211_country_findbyname -.Nd manage net80211 configuration and regulatory database. +.Nd manage net80211 configuration and regulatory database .Sh LIBRARY .Lb lib80211 .Sh SYNOPSIS diff --git a/lib/libc/net/sctp_bindx.3 b/lib/libc/net/sctp_bindx.3 index 96d63cd..c121eb4 100644 --- a/lib/libc/net/sctp_bindx.3 +++ b/lib/libc/net/sctp_bindx.3 @@ -33,7 +33,7 @@ .Os .Sh NAME .Nm sctp_bindx -.Nd bind or unbind an SCTP socket to a list of addresses. +.Nd bind or unbind an SCTP socket to a list of addresses .Sh LIBRARY .Lb libc .Sh SYNOPSIS diff --git a/lib/libc/net/sctp_getassocid.3 b/lib/libc/net/sctp_getassocid.3 index 3c89fdc..e0da322f 100644 --- a/lib/libc/net/sctp_getassocid.3 +++ b/lib/libc/net/sctp_getassocid.3 @@ -32,7 +32,7 @@ .Os .Sh NAME .Nm sctp_getassocid -.Nd return an association id for a specified socket address. +.Nd return an association id for a specified socket address .Sh LIBRARY .Lb libc .Sh SYNOPSIS diff --git a/lib/libc/sys/setfib.2 b/lib/libc/sys/setfib.2 index d759109..83cc737 100644 --- a/lib/libc/sys/setfib.2 +++ b/lib/libc/sys/setfib.2 @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm setfib -.Nd set the default FIB (routing table) for the calling process. +.Nd set the default FIB (routing table) for the calling process .Sh LIBRARY .Lb libc .Sh SYNOPSIS diff --git a/lib/libpmc/pmc_event_names_of_class.3 b/lib/libpmc/pmc_event_names_of_class.3 index b38acf5..cbfdcfd 100644 --- a/lib/libpmc/pmc_event_names_of_class.3 +++ b/lib/libpmc/pmc_event_names_of_class.3 @@ -28,7 +28,7 @@ .Os .Sh NAME .Nm pmc_event_names_of_class -.Nd return a list of event names supported by a PMC class. +.Nd return a list of event names supported by a PMC class .Sh LIBRARY .Lb libpmc .Sh SYNOPSIS |