diff options
author | 2015-09-10 15:59:18 +0000 | |
---|---|---|
committer | 2015-09-10 15:59:18 +0000 | |
commit | e02f8b3630ed12b44ea64e16d230261668b9547a (patch) | |
tree | f499d5d72ee7264fa941038b4f4b8f19c1155e08 | |
parent | Correct spelling of OPENSSL_cleanse. (diff) | |
download | wireguard-openbsd-e02f8b3630ed12b44ea64e16d230261668b9547a.tar.xz wireguard-openbsd-e02f8b3630ed12b44ea64e16d230261668b9547a.zip |
delete bogus trailing comma from .Nm in NAME section
-rw-r--r-- | share/man/man9/bus_space.9 | 6 | ||||
-rw-r--r-- | share/man/man9/ml_init.9 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index 977c50f7c72..b9fc6e1c71c 100644 --- a/share/man/man9/bus_space.9 +++ b/share/man/man9/bus_space.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bus_space.9,v 1.30 2014/09/08 01:27:55 schwarze Exp $ +.\" $OpenBSD: bus_space.9,v 1.31 2015/09/10 15:59:18 schwarze Exp $ .\" $NetBSD: bus_space.9,v 1.15 2000/08/09 03:11:00 tv Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: September 8 2014 $ +.Dd $Mdocdate: September 10 2015 $ .Dt BUS_SPACE 9 .Os .Sh NAME @@ -102,7 +102,7 @@ .\".Nm bus_space_write_raw_region_1 , .Nm bus_space_write_raw_region_2 , .Nm bus_space_write_raw_region_4 , -.Nm bus_space_write_raw_region_8 , +.Nm bus_space_write_raw_region_8 .\".Nm bus_space_write_stream_1 , .\".Nm bus_space_write_stream_2 , .\".Nm bus_space_write_stream_4 , diff --git a/share/man/man9/ml_init.9 b/share/man/man9/ml_init.9 index c6e1ce2308c..dbeb1150c4d 100644 --- a/share/man/man9/ml_init.9 +++ b/share/man/man9/ml_init.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ml_init.9,v 1.2 2015/08/14 05:25:29 dlg Exp $ +.\" $OpenBSD: ml_init.9,v 1.3 2015/09/10 15:59:18 schwarze Exp $ .\" .\" Copyright (c) 2015 David Gwynne <dlg@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 14 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt ML_INIT 9 .Os .Sh NAME @@ -26,7 +26,7 @@ .Nm ml_len , .Nm ml_empty , .Nm MBUF_LIST_INITIALIZER , -.Nm MBUF_LIST_FOREACH , +.Nm MBUF_LIST_FOREACH .Nd mbuf list API .Sh SYNOPSIS .In sys/mbuf.h |