~ubuntu-branches/debian/jessie/gman/jessie

« back to all changes in this revision

Viewing changes to .pc/manpath.patch/gman.1x

  • Committer: Package Import Robot
  • Author(s): Osamu Aoki
  • Date: 2012-01-04 00:48:23 UTC
  • Revision ID: package-import@ubuntu.com-20120104004823-wbo6r3f2eslbt1ln
Tags: 0.9.3-5.2
* Non-maintainer upload.
* Switched from mozilla to sensible-browser.
* Added evince as choice since this is gnome/GTK+ app.
* Updated manpath default values to current situation.
* Updated policy version, used 3.0 (quilt) format, and
  made some lintian touch-ups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH GMAN 1x "May 2002" "Gman"
 
2
.SH NAME
 
3
gman \- GTK+ based front-end for man, a good replacment for xman.
 
4
.SH SYNOPSIS
 
5
.B gman
 
6
.SH DESCRIPTION
 
7
.B Gman
 
8
is a front-end for the manual page system. gman builds a database of all the
 
9
available man pages and displays them in a list. Clicking on an entry in the
 
10
list makes
 
11
.B gman
 
12
launch another window with the manual page displayed in it.
 
13
.PP
 
14
.B Gman
 
15
can launch more than one window at same time. The user can use
 
16
the index/key word search function to look for the man pages that they need.
 
17
.PP
 
18
It is simple, but it is useful.
 
19
.SH OPTIONS
 
20
There are no command line options for gman, for now.
 
21
 
 
22
.SH DISPLAY OPTIONS
 
23
Currently gman has 4 different modes to present the man pages, available as
 
24
the following items in the \fBView\fP menu:
 
25
.TP
 
26
.B xTerm
 
27
This will launch an X terminal emulator with the \fIman\fP output shown
 
28
inside.
 
29
.sp
 
30
You can add the following line to your ~/.gman file in order to select
 
31
the preferred X terminal emulator:
 
32
.sp
 
33
.RS 16
 
34
xterm_command = rxvt
 
35
.RE
 
36
.TP
 
37
.B GhostView
 
38
gman will present man pages in a GhostView window for you to view and print
 
39
the man page.
 
40
.sp
 
41
This requires GhostView (command "gv") to be available on your system.
 
42
.TP
 
43
.B Evince
 
44
gman will present man pages in an Evince window for you to view and print
 
45
the man page.
 
46
.sp
 
47
This requires GNOME Evince (command "evince") to be available on your system.
 
48
.TP
 
49
.B LocalBrowse
 
50
gman will launch a web browser window to show you the man page.
 
51
.sp
 
52
This requires man2html and web browser (command "sensible-browser") to be available on your
 
53
system.
 
54
.TP
 
55
.B NetBrowse
 
56
In this mode, you can view the pages with web browser and navigate from
 
57
one man page to another by clicking the links in the man pages.
 
58
.sp
 
59
This requires man2html, web browser (command "sensible-browser") and a HTTP server
 
60
running on localhost.
 
61
 
 
62
.SH FILES
 
63
.TP
 
64
.I ~/.gman
 
65
Contains configuration information for gman, such as window size and
 
66
paths where the manual pages are contained.  
 
67
For example, 
 
68
.sp
 
69
v_size = 400
 
70
.br
 
71
h_size = 300
 
72
.br
 
73
xterm_command = rxvt
 
74
.br
 
75
show_warning = 0
 
76
.br
 
77
man_paths = /usr/man:/usr/local/man:/usr/X11R6/man
 
78
.sp
 
79
For more information, see init_context() function in gman.c for all the 
 
80
options avialiable.
 
81
.sp
 
82
~/.gman is read by gman on startup, and written on exit.
 
83
.SH SEE ALSO
 
84
.BR man (1),
 
85
.BR man (7),
 
86
.BR xterm (1).
 
87
 
 
88
.SH AUTHOR
 
89
.B Gman
 
90
was written by a smart guy named Xinkai Wang <aakwxk@hotmail.com>.
 
91
.PP
 
92
Home page of gman is at:
 
93
.br
 
94
.UR
 
95
http://homex.coolconnect.com/user/xkwang/gman/
 
96
.UE