svn commit: r318816 - in head: lib/lib80211 lib/libc/net lib/libc/sys lib/libpmc share/man/man4 share/man/man7 usr.sbin/pmcstudy
Edward Tomasz Napierala
trasz at FreeBSD.org
Wed May 24 21:02:56 UTC 2017
Author: trasz
Date: Wed May 24 21:02:53 2017
New Revision: 318816
URL: https://svnweb.freebsd.org/changeset/base/318816
Log:
Don't end up manpage titles with a full stop.
MFC after: 2 weeks
Modified:
head/lib/lib80211/lib80211.3
head/lib/libc/net/sctp_bindx.3
head/lib/libc/net/sctp_getassocid.3
head/lib/libc/sys/setfib.2
head/lib/libpmc/pmc_event_names_of_class.3
head/share/man/man4/mmcsd.4
head/share/man/man7/growfs.7
head/usr.sbin/pmcstudy/pmcstudy.8
Modified: head/lib/lib80211/lib80211.3
==============================================================================
--- head/lib/lib80211/lib80211.3 Wed May 24 20:54:14 2017 (r318815)
+++ head/lib/lib80211/lib80211.3 Wed May 24 21:02:53 2017 (r318816)
@@ -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
Modified: head/lib/libc/net/sctp_bindx.3
==============================================================================
--- head/lib/libc/net/sctp_bindx.3 Wed May 24 20:54:14 2017 (r318815)
+++ head/lib/libc/net/sctp_bindx.3 Wed May 24 21:02:53 2017 (r318816)
@@ -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
Modified: head/lib/libc/net/sctp_getassocid.3
==============================================================================
--- head/lib/libc/net/sctp_getassocid.3 Wed May 24 20:54:14 2017 (r318815)
+++ head/lib/libc/net/sctp_getassocid.3 Wed May 24 21:02:53 2017 (r318816)
@@ -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
Modified: head/lib/libc/sys/setfib.2
==============================================================================
--- head/lib/libc/sys/setfib.2 Wed May 24 20:54:14 2017 (r318815)
+++ head/lib/libc/sys/setfib.2 Wed May 24 21:02:53 2017 (r318816)
@@ -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
Modified: head/lib/libpmc/pmc_event_names_of_class.3
==============================================================================
--- head/lib/libpmc/pmc_event_names_of_class.3 Wed May 24 20:54:14 2017 (r318815)
+++ head/lib/libpmc/pmc_event_names_of_class.3 Wed May 24 21:02:53 2017 (r318816)
@@ -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
Modified: head/share/man/man4/mmcsd.4
==============================================================================
--- head/share/man/man4/mmcsd.4 Wed May 24 20:54:14 2017 (r318815)
+++ head/share/man/man4/mmcsd.4 Wed May 24 21:02:53 2017 (r318816)
@@ -29,7 +29,7 @@
.Os
.Sh NAME
.Nm mmcsd
-.Nd MMC and SD memory card driver.
+.Nd MMC and SD memory card driver
.Sh SYNOPSIS
.Cd device mmcsd
.Sh DESCRIPTION
Modified: head/share/man/man7/growfs.7
==============================================================================
--- head/share/man/man7/growfs.7 Wed May 24 20:54:14 2017 (r318815)
+++ head/share/man/man7/growfs.7 Wed May 24 21:02:53 2017 (r318816)
@@ -29,7 +29,7 @@
.Os
.Sh NAME
.Nm growfs
-.Nd start up script to grow the root file-system.
+.Nd start up script to grow the root file-system
.Sh DESCRIPTION
The following options in
.Pa /etc/rc.conf
Modified: head/usr.sbin/pmcstudy/pmcstudy.8
==============================================================================
--- head/usr.sbin/pmcstudy/pmcstudy.8 Wed May 24 20:54:14 2017 (r318815)
+++ head/usr.sbin/pmcstudy/pmcstudy.8 Wed May 24 21:02:53 2017 (r318816)
@@ -29,7 +29,7 @@
.Os
.Sh NAME
.Nm pmcstudy
-.Nd Perform various studies on a system's overall PMCs.
+.Nd Perform various studies on a system's overall PMCs
.Sh SYNOPSIS
.Nm
.Oo Fl i Ar inputfile | Fl A | Fl T | Fl v | Fl m Ar max | Fl e exp | Fl Ar E | Fl h | fl H Oc
More information about the svn-src-head
mailing list