FreeVR: Virtual Reality Integration Library
FreeVR
Tutorials
User Guide
Programming
Functions

FreeVR

TUTORIALS

DOWNLOADS

GUIDES
    Administrator
    User
    Programming
    Function List
    Library Dev
    Socket Interface

MAN PAGES


All materials
Copyright © 2024
William R. Sherman

FreeVR Man-page Documentation

FreeVR Man-page Documentation

February 29, 2024 for FreeVR Version 0.7e
Written by Bill Sherman

Manpages for the FreeVR Library

The FreeVR library comes with a collection of manual pages (aka "manpages") that can be viewed from a terminal shell using the man command. These pages are duplicated here for viewing in a web browser.

When using the man tool on the command line, the FreeVR man pages can be added to the suite of available documentation with the MANPATH environment variable. For example:

	% export MANPATH="$MANPATH:~/freevr/man"

NOTE: for manpages that might have duplicate names, the section name (e.g. 1fv, 3fv, or 7fv) can be provided. For example:

	% man 1fv intro
	% man 7fv telnet
Manual pages are divided into sections depending on their function.

Section 1fv — FreeVR commands

Commands to run from the terminal shell:

Section 3fv — FreeVR library functions

The manpages for the FreeVR functions and other API features have not yet been written. They are however documented in the function reference guide.

Section 7fv — FreeVR usage information

Various pages that describe miscellaneous operations of FreeVR and how to accomplish different usages.





© Copyright William R. Sherman, 2024.