fix Nd and remove trailing whitespace;
authorjmc <jmc@openbsd.org>
Mon, 1 Mar 2021 17:51:43 +0000 (17:51 +0000)
committerjmc <jmc@openbsd.org>
Mon, 1 Mar 2021 17:51:43 +0000 (17:51 +0000)
share/man/man1/pkg_check-version.1

index b816713..8b1a7b6 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: pkg_check-version.1,v 1.1 2021/03/01 10:35:49 espie Exp $
+.\"    $OpenBSD: pkg_check-version.1,v 1.2 2021/03/01 17:51:43 jmc Exp $
 .\"
 .\" Copyright (c) 2021 Marc Espie <espie@openbsd.org>
 .\"
@@ -19,7 +19,7 @@
 .Os
 .Sh NAME
 .Nm pkg_check-version
-.Nd verify parsing and ordering of package names.
+.Nd verify parsing and ordering of package names
 .Sh SYNOPSIS
 .Nm
 .Op Fl Hv
@@ -30,7 +30,7 @@ takes a list of
 .Ar pkgname
 and processes them.
 .Bl -bullet -compact
-.It 
+.It
 each name is parsed and checked for issues.
 .It
 in addition, comparable names (same stem and same flavor) are sorted
@@ -50,6 +50,6 @@ verbose mode, which will explicitly state
 with no issues and sort one element lists.
 .El
 .Sh SEE ALSO
-.Xr packages-specs 7 
+.Xr packages-specs 7
 .Sh AUTHORS
 .An Marc Espie Aq Mt espie@openbsd.org