diff options
author | merakor <cem@ckyln.com> | 2021-07-22 14:29:36 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-07-22 14:29:36 +0000 |
commit | 9c80266180d2b46342199ec6d456cefd974bbd7a (patch) | |
tree | eef763ed69a2a2d6f77407d05a5410e3c9c49cfb /tools | |
parent | db69b2f38ab92c9d5d79eb7cc46dc0707aa84271 (diff) | |
download | cpt-9c80266180d2b46342199ec6d456cefd974bbd7a.tar.gz |
docs: update
FossilOrigin-Name: 941924b7276cd9ebd99a0980da4d465dc6dee3d83e6de2ffbac218a9b8f9c463
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tool2man.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/tool2man.sh b/tools/tool2man.sh index 38cdbf4..c4bbfb8 100755 --- a/tools/tool2man.sh +++ b/tools/tool2man.sh @@ -69,8 +69,8 @@ while read -r line; do esac done < "$file" -out ".Sh AUTHOR" ".An Cem Keylan Aq Mt cem@ckyln.com" -out ".Sh LICENSE" "See LICENSE for copyright information." +out ".Sh AUTHOR" ".An Cem Keylan Aq Mt cem@carbslinux.org" +out ".Sh COPYING" "See LICENSE for copyright information." out ".Sh SEE ALSO" ".Xr cpt 1" [ "$see" ] && for man in $see; do @@ -79,6 +79,6 @@ out ".Sh SEE ALSO" ".Xr cpt 1" out ".Pp" out "The full documentation of cpt is available as an info page." out "If either" ".Ic info" or ".Ic texinfo" -out "package is installed on your system, you can run" -out ".Bd -literal -offset indent" "info cpt" ".Ed" -out .Pp "to learn more about the package manager." +out "package is installed on your system, you can learn more about the package" +out "manager by running" +out ".Sq Sy info cpt ." |