diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man6/ptx.6 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man6/ptx.6')
| -rw-r--r-- | static/unix-v10/man6/ptx.6 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/static/unix-v10/man6/ptx.6 b/static/unix-v10/man6/ptx.6 new file mode 100644 index 00000000..c79ba8b3 --- /dev/null +++ b/static/unix-v10/man6/ptx.6 @@ -0,0 +1,36 @@ +.pa 1 +.he 'PTX (VI)'3/15/72'PTX (VI)' +.ti 0 +NAME ptx -- permuted index +.sp +.ti 0 +SYNOPSIS ptx___ input output +.sp +.ti 0 +DESCRIPTION ptx___ +generates a permuted index from file input_____ on file output______. +It has three phases: the first does the permutation, generating +one line for each keyword in an input line. The +keyword is rotated to the front. +The permuted file is then +sorted. +Finally the sorted lines are rotated so the keyword +comes at the middle of the page. + +input_____ should be edited to remove useless lines. +The following words are suppressed: "a", "and", "as", +"is", "for", "of", "on", "or", "the", "to", "up". + +The index for this manual was generated using ptx___. +.sp +.ti 0 +FILES -- +.sp +.ti 0 +SEE ALSO sort(I) +.sp +.ti 0 +DIAGNOSTICS some +.sp +.ti 0 +BUGS -- |
