rngrd

Describe a surface and its physical properties
git clone git://git.meso-star.com/rngrd.git
Log | Files | Refs | README | LICENSE

commit 75c2b2910cd7348d0ebe507f196c3d6e8dd78367
parent 5b1cfe15d5bedd0edf826453db0df0d547e898f8
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 25 May 2026 12:06:53 +0200

Minor updates to the rnsp man page

Reflect the name change from htrdr-planeto to htrdr-planets.

Add comments to organize the source code and make it easier to read.

Diffstat:
Mdoc/rnsp.5 | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/rnsp.5 b/doc/rnsp.5 @@ -19,12 +19,14 @@ .\" .\" 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 15, 2023 +.Dd May 25, 2026 .Dt RNSP 5 .Os +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh NAME .Nm rnsp .Nd Rad-Net Surface Properties file format +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh DESCRIPTION .Nm is a binary file format for storing surface mesh properties. @@ -95,13 +97,15 @@ The file format is as follows: .It \ Ta Ta .It Ao Va padding Ac Ta ::= Ta Op Vt int8_t ... .El +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh SEE ALSO .Xr mmap 2 , .Xr sbuf 5 , .Xr smsh 5 +.\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh HISTORY The .Nm format was first developed for the -.Xr htrdr-planeto 1 +.Xr htrdr-planets 1 program.