From b25e52c14bbec4edfe175f6692b88cd93e349129 Mon Sep 17 00:00:00 2001 From: Nick Bowler Date: Fri, 1 Dec 2023 01:07:50 -0500 Subject: [PATCH] Manual updates. For literal strings, we need to use \- instead of just - as some troff processors turn plain "-" into "proper" unicode hyphens (as opposed to hyphen-minus), which breaks copy+paste and searching. Ensure that .Os follows .Dt in the mdoc prologue as apparently not doing this results in broken manpage headings with groff 1.23. Add missing copyright and permission notice. --- doc/man/upkg.1 | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/doc/man/upkg.1 b/doc/man/upkg.1 index f3a1009..521ab19 100644 --- a/doc/man/upkg.1 +++ b/doc/man/upkg.1 @@ -1,6 +1,6 @@ -.Dd June 17, 2010 -.Os libuobject +.Dd December 1, 2023 .Dt UPKG \&1 "UObject Reference Manual" +.Os libuobject .Sh NAME .Nm upkg .Nd manipulate UObject packages @@ -12,22 +12,22 @@ .Op Ar object ... .Sh OPTIONS .Bl -tag -width indent -.It Fl i , -info +.It Fl i , \-info Display information about a package. More information is displayed at higher verbosity levels. -.It Fl l , -list +.It Fl l , \-list List objects belonging to a package. -.It Fl x , -export +.It Fl x , \-export Export all exportable objects from a package. -.It Fl v , -verbose +.It Fl v , \-verbose Increase the amount of information printed to standard output. This option can be specified multiple times for increased effect. -.It Fl f , -file Ar package +.It Fl f , \-file Ar package Loads a specific package by filename. Currently, this is the only way to load packages. -.It Fl V , -version +.It Fl V , \-version Print a version message and exit. -.It Fl H , -help +.It Fl H , \-help Print a help message and exit. .It Ar object Specifies the object(s) upon which @@ -38,3 +38,12 @@ will use the last package specified by the .Fl f option. .El +.Sh AUTHORS +Nick Bowler +.Sh COPYRIGHT +Copyright \(co 2009\(en2011, 2023 Nick Bowler +.Pp +Permission is granted to copy, distribute and/or modify this manual under the +terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. -- 2.43.2