Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | pmbaty | 1 | .\" Hey, EMACS: -*- nroff -*- |
2 | .\" First parameter, NAME, should be all caps |
||
3 | .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection |
||
4 | .\" other parameters are allowed: see man(7), man(1) |
||
5 | .TH HOGCREATE 1 "July 10, 2003" |
||
6 | .\" Please adjust this date whenever revising the manpage. |
||
7 | .\" |
||
8 | .\" Some roff macros, for reference: |
||
9 | .\" .nh disable hyphenation |
||
10 | .\" .hy enable hyphenation |
||
11 | .\" .ad l left justify |
||
12 | .\" .ad b justify to both left and right margins |
||
13 | .\" .nf disable filling |
||
14 | .\" .fi enable filling |
||
15 | .\" .br insert line break |
||
16 | .\" .sp <n> insert n+1 empty lines |
||
17 | .\" for manpage-specific macros, see man(7) |
||
18 | .SH NAME |
||
19 | hogcreate \- Creates an HOG archive using all the files in the current |
||
20 | directory. |
||
21 | .SH SYNOPSIS |
||
22 | .B hogcreate |
||
23 | .RI filename.hog |
||
24 | .br |
||
25 | .SH DESCRIPTION |
||
26 | This manual page documents briefly the |
||
27 | .B hogcreate |
||
28 | command. |
||
29 | This manual page was written for the Debian distribution |
||
30 | because the original program does not have a manual page. |
||
31 | .PP |
||
32 | .B hogcreate |
||
33 | is an utility to create HOG files, like that found in the DESCENT II |
||
34 | videogame and played by the D2X package. |
||
35 | |||
36 | HOG archives are files with a .hog extension, and contains all of the data |
||
37 | which constitutes a DESCENT II's level. |
||
38 | |||
39 | You'll find some HOG files as part of the Descent II datafiles. |
||
40 | .SH SEE ALSO |
||
41 | .BR hogextract (1), |
||
42 | .BR mvlextract (1), |
||
43 | .BR mveplayer (1). |
||
44 | .SH AUTHOR |
||
45 | The command was first created by Josh Cogliati in 1999, then modified by |
||
46 | Bradley Bell in 2002 for use with the D2X package. |
||
47 | |||
48 | This manual page was written by Paolo Ulivi <pulivi@libero.it>, |
||
49 | for the Debian GNU/Linux system (but may be used by others). |