From 02a9dc14e805b2d305248c090ff4c9894bbb4cb3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Nov 2019 09:44:10 +0200 Subject: Minor manual tweak --- doc/manual.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual.cli b/doc/manual.cli index b04ad55..65e96c4 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -58,10 +58,10 @@ If the package is a library then it is strongly recommended that you start its package name with the \c{lib} prefix, for example, \c{libfoo}. Some package repositories may make this a requirement as part of their submission policy. -If a package (normally a library) supports usage of multiple major versions -in the same project, then it is recommended to append the major version -number to the package name starting from version \c{2.0.0}, for example, -\c{libfoo} (before \c{2.0.0}), \c{libfoo2}, \c{libfoo3} (\c{3.Y.Z}), etc. +If a package (normally a library) supports usage of multiple major versions in +the same project, then it is recommended to append the major version number to +the package name starting from version \c{2.0.0}, for example, \c{libfoo} +(before \c{2.0.0}), \c{libfoo2} (\c{2.Y.Z}), \c{libfoo3} (\c{3.Y.Z}), etc. \h1#package-version|Package Version| -- cgit v1.1