/[groff]/groff/contrib/groffer/groffer.man
ViewVC logotype

Diff of /groff/contrib/groffer/groffer.man

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by wlemb, Sat Jun 12 13:26:57 2004 UTC revision 1.21 by wl, Fri May 20 06:12:24 2005 UTC
# Line 15  groffer.1 - man page for groffer (sectio Line 15  groffer.1 - man page for groffer (sectio
15  Source file position:  <groff_source_top>/contrib/groffer/groffer.man  Source file position:  <groff_source_top>/contrib/groffer/groffer.man
16  Installed position:    $prefix/share/man/man1/groffer.1  Installed position:    $prefix/share/man/man1/groffer.1
17    
18  Last update : 3 June 2004  Last update : 20 May 2005
19    
20  Source file position: <groff-source>/contrib/groffer/groffer.man  Source file position: <groff-source>/contrib/groffer/groffer.man
21  ..  ..
# Line 23  Source file position: <groff-source>/con Line 23  Source file position: <groff-source>/con
23  This file was written by Bernd Warken.  This file was written by Bernd Warken.
24  ..  ..
25  .de copyleft  .de copyleft
26  Copyright (C) 2001,2002,2004 Free Software Foundation, Inc.  Copyright (C) 2001,2002,2004,2005 Free Software Foundation, Inc.
27  .  .
28  .P  .P
29  This file is part of groff, a free software project.  This file is part of groff, a free software project.
# Line 1081  Equivalent to Line 1081  Equivalent to
1081  .  .
1082  .  .
1083  .Opt_def -- html-viewer  .Opt_def -- html-viewer
1084  Equivalent to  Set the web browser program for viewing in
1085  .Opt_long www-viewer .  .I html
1086    mode.
1087    .
1088    Each program that accepts html input and allows the
1089    .BI file://localhost/ dir / file
1090    syntax on the command line is suitable as viewer program; it can be
1091    the path name of an executable file or a program in
1092    .Env_var $PATH .
1093    .
1094    In each case, arguments can be provided additionally.
1095  .  .
1096  .  .
1097  .Opt_def -- mode value  .Opt_def -- mode value
# Line 1200  program, even when in X Window. Line 1209  program, even when in X Window.
1209  .TP  .TP
1210  .Header_CB www  .Header_CB www
1211  Equivalent to  Equivalent to
1212  .Opt_long www .  .Opt_long_arg mode html .
1213  .  .
1214  .  .
1215  .TP  .TP
# Line 1308  when in X; eqivalent to Line 1317  when in X; eqivalent to
1317  .  .
1318  .Opt_def -- www  .Opt_def -- www
1319  Equivalent to  Equivalent to
1320  .Opt_long_arg mode www .  .Opt_long_arg mode html .
1321  .  .
1322  .  .
1323  .Opt_def -- www-viewer prog  .Opt_def -- www-viewer prog
1324  Set the web browser program for viewing in  Equivalent to
1325  .I www  .Opt_long html-viewer .
 mode.  
 .  
 Each program that accepts html input and allows the  
 .BI file://localhost/ dir / file  
 syntax on the command line is suitable as viewer program; it can be  
 the path name of an executable file or a program in  
 .Env_var $PATH .  
 .  
 In each case, arguments can be provided additionally.  
1326  .  .
1327  .  .
1328  .Opt_def - X -- X -- x  .Opt_def - X -- X -- x
# Line 1687  Set X resource. Line 1687  Set X resource.
1687  .  .
1688  .  .
1689  .\" --------------------------------------------------------------------  .\" --------------------------------------------------------------------
1690  .SS "Options from man"  .SS "Options for man"
1691  .\" --------------------------------------------------------------------  .\" --------------------------------------------------------------------
1692  .  .
1693  The long options of  The long options of
# Line 1703  so most of them are just ignored. Line 1703  so most of them are just ignored.
1703  .  .
1704  .  .
1705  .P  .P
1706  The following two options were added by  The following two options were added to
1707  .I groffer  .I groffer
1708  for choosing whether the file name arguments are interpreted as names  for choosing whether the file name arguments are interpreted as names
1709  for local files or as a search pattern for man pages.  for local files or as a search pattern for man pages.
# Line 2847  As an example, consider the following co Line 2847  As an example, consider the following co
2847  #  #
2848  # some shell commands  # some shell commands
2849  if test "$DISPLAY" = ""; then  if test "$DISPLAY" = ""; then
2850    DISPLAY='localhost:0.0'    export DISPLAY='localhost:0.0'
2851  fi  fi
2852  date >>~/mygroffer.log  date >>~/mygroffer.log
2853  .fi  .fi
# Line 3073  shell script is compatible with both GNU Line 3073  shell script is compatible with both GNU
3073  POSIX compatibility refers to  POSIX compatibility refers to
3074  .B IEEE P1003.2/D11.2  .B IEEE P1003.2/D11.2
3075  of September 1991, a very early version of the POSIX standard that is  of September 1991, a very early version of the POSIX standard that is
3076  still freely available in the internet.  still freely available in the internet at
3077    .URL http://\:www.funet.fi/pub/doc/posix/p1003.2/d11.2/all \
3078    "POSIX P1003.2 draft 11.2" .
3079  .  .
3080  Unfortunately, this version of the standard has `local' for shell  Unfortunately, this version of the standard removed `local' for shell
3081  function variables removed.  function variables, but later POSIX versions restored this again.
3082  .  .
3083  As `local' is needed for serious programming this temporary POSIX  As `local' is needed for serious programming this temporary POSIX
3084  deprecation was ignored.  deprecation was ignored.
# Line 3206  all of them can be used with groffer. Line 3208  all of them can be used with groffer.
3208  .  .
3209  .  .
3210  .TP  .TP
3211    .BR groff (@MAN7EXT@)
3212    Documentation of the
3213    .I groff
3214    language.
3215    .
3216    .
3217    .TP
3218    .BR grog (@MAN1EXT@)
3219    Internally, groffer tries to guess the groff command line options from
3220    the input using this program.
3221    .
3222    .
3223    .TP
3224    .BR groff_out (@MAN5EXT@)
3225    Documentation on the groff intermediate output (ditroff output).
3226    .
3227    .
3228    .TP
3229  .BR man (1)  .BR man (1)
3230  The standard program to diplay man\~pages.  The standard program to diplay man\~pages.
3231  .  .
# Line 3225  mode. Line 3245  mode.
3245  .  .
3246  .  .
3247  .TP  .TP
3248    .BR kghostview (1)
3249    .TP+
3250    .BR ggv (1)
3251    .TP+
3252  .BR gv (1)  .BR gv (1)
3253  .TP+  .TP+
3254  .BR ghostview (1)  .BR ghostview (1)
 Viewers for groffer's  
 .I ps  
 mode.  
 .  
 .  
3255  .TP+  .TP+
3256  .BR gs (1)  .BR gs (1)
3257  Transformer from  Viewers for groffer's
 .I ps  
 to  
 .IR pdf ;  
 and a  
3258  .I ps  .I ps
3259  viewer.  mode.
3260  .  .
3261  .  .
3262  .TP  .TP
3263    .BR kghostview (1)
3264    .TP+
3265    .BR ggv (1)
3266    .TP+
3267  .BR xpdf (1)  .BR xpdf (1)
3268  Viewers for  .TP+
3269    .BR acroread (1)
3270    .TP+
3271    .BR kpdf (1)
3272    Viewers for groffer's
3273  .I pdf  .I pdf
3274  files.  mode.
3275  .  .
3276  .  .
3277  .TP  .TP
3278    .BR kdvi (1)
3279    .TP+
3280  .BR xdvi (1)  .BR xdvi (1)
3281  .TP+  .TP+
3282  .BR dvilx (1)  .BR dvilx (1)
# Line 3261  mode. Line 3286  mode.
3286  .  .
3287  .  .
3288  .TP  .TP
3289    .BR konqueror (1)
3290    .TP+
3291    .BR mozilla (1)
3292    .TP+
3293    .BR lynx (1)
3294    Web-browsers for groffer's
3295    .I html
3296    or
3297    .I www
3298    mode.
3299    .
3300    .
3301    .TP
3302  .BR less (1)  .BR less (1)
3303  Standard pager program for the  Standard pager program for the
3304  .I tty  .I tty
# Line 3274  Standard pager program for the Line 3312  Standard pager program for the
3312  The decompression programs supported by groffer.  The decompression programs supported by groffer.
3313  .  .
3314  .  .
 .TP  
 .BR groff (@MAN7EXT@)  
 Documentation of the  
 .I groff  
 language.  
 .  
 .  
 .TP  
 .BR grog (@MAN1EXT@)  
 Internally, groffer tries to guess the groff command line options from  
 the input using this program.  
 .  
 .  
 .TP  
 .BR groff_out (@MAN5EXT@)  
 Documentation on the groff intermediate output (ditroff output).  
 .  
 .  
3315  .\" --------------------------------------------------------------------  .\" --------------------------------------------------------------------
3316  .SH "AUTHOR"  .SH "AUTHOR"
3317  .\" --------------------------------------------------------------------  .\" --------------------------------------------------------------------

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26