~ubuntu-branches/ubuntu/maverick/lfm/maverick-proposed

« back to all changes in this revision

Viewing changes to pyview.1

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2004-07-26 18:08:07 UTC
  • Revision ID: james.westby@ubuntu.com-20040726180807-ocycfymqg3pvz22o
Tags: upstream-0.91.2
Import upstream version 0.91.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 pyview "1" "July 01, 2004"
 
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
\fBpyview\fR \- a simple pager (viewer) to be used with Last File Manager.
 
20
 
 
21
.SH SYNOPSIS
 
22
.BI "pyview [ -h | --help ] "
 
23
.br
 
24
.BI "       [ -d | --debug ]" 
 
25
.br
 
26
.BI "       [-m text|hex | --mode=text|hex]"
 
27
.br
 
28
.BI "       [+n]"
 
29
.br
 
30
.BI "       pathtofile"
 
31
 
 
32
.sp
 
33
 
 
34
.SH DESCRIPTION
 
35
.B pyview
 
36
is a simple pager (viewer) to be used with Last File Manager.
 
37
 
 
38
.SH OPTIONS
 
39
.TP
 
40
.B "\-m, \-\-mode"
 
41
start in text or hexadecimal mode
 
42
.TP
 
43
.B "\-d, \-\-debug"
 
44
create debug file
 
45
.TP
 
46
.B "\-h, \-\-help"
 
47
show help
 
48
.TP
 
49
.B "\+n"
 
50
start at line (text mode) or byte (hex mode),
 
51
if n starts with '0x' is considered hexadecimal
 
52
.TP
 
53
.B "pathtofile"
 
54
file to view
 
55
 
 
56
.SH AUTHOR
 
57
.B pyview
 
58
was written by I�igo Serna  <inigoserna@telefonica.net>
 
59
.PP
 
60
This manual page was written by Sebastien Bacher for the Debian GNU/Linux system
 
61
(but may be used by others).
 
62
 
 
63
.SH SEE ALSO
 
64
The full documentation which includes the keys descriptions is in 
 
65
/usr/share/doc/lfm/README.pyview.
 
66
 
 
67