commit a8972be98c92f0edbdcdb2f07e3186d9871a5686
parent 389f9fc2d721f055c6e364df17175c6c7338b66d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 17 Nov 2023 10:13:24 +0100
Update htcp manual page
Removed duplicate text: although it had been reworked, its previous
version had been wrongly retained.
Added a history section referring to htrdr.
Diffstat:
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/htcp.5 b/htcp.5
@@ -14,7 +14,7 @@
.\"
.\" You should have received a copy of the GNU General Public License
.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
-.Dd September 4, 2023
+.Dd November 17, 2023
.Dt HTCP 5
.Os
.Sh NAME
@@ -30,12 +30,6 @@ structured in a 4D grid whose definition and origin are stored in the
and
.Va lower-pos
fields.
-The size of a grid cell can be irregular.
-In such case, the
-.Va is-Z-irregular
-flag is set to 1 and the sizes of the cells in Z are explicitly listed in
-.Va voxel-size
-.Pq in meters .
The size of a grid cell along the X and Y axes is constant, whereas the size
along the Z axis may be irregular.
In this case, the
@@ -109,4 +103,11 @@ The file format is as follows:
.It Ao Va padding Ac Ta ::= Ta Op Vt int8_t ...
.El
.Sh SEE ALSO
+.Xr htrdr 1 ,
.Xr les2htcp 1
+.Sh HISTORY
+The
+.Nm
+format was first developed for the
+.Xr htrdr 1
+program.