Hi,
I am writing a man page, the neko_groff is emitting blank pages at the start of the output, even for postscript as output.
My man page is really simple
On Linux, I get
and my output looks sensible:
however on IRIX, I get 40 blank lines ( bare LF ) prepended to the output. I've tried with both nekoware on and off the path. I don't have the original SGI versions of the programs.
Any suggestions? ( apart from strip them off afterwards )
Thanks,
porter
I am writing a man page, the neko_groff is emitting blank pages at the start of the output, even for postscript as output.
Code: Select all
$ which groff
/usr/nekoware/bin/groff
$ groff -version
GNU groff version 1.19.1
Copyright (C) 2004 Free Software Foundation, Inc.
GNU groff comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of groff and its subprograms
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
called subprograms:
GNU eqn (groff) version 1.19.1
GNU grops (groff) version 1.19.1
GNU troff (groff) version 1.19.1
My man page is really simple
Code: Select all
$ cat testpage
.TH TESTPAGE 1 "3 January 2012"
.SH NAME
testpage(1) \- A test page
On Linux, I get
Code: Select all
$ groff -version
GNU groff version 1.18.1.1
Copyright (C) 2002 Free Software Foundation, Inc.
GNU groff comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of groff and its subprograms
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
called subprograms:
GNU eqn (groff) version 1.18.1.1
GNU troff (groff) version 1.18.1.1
GNU grops (groff) version 1.18.1.1
and my output looks sensible:
Code: Select all
$ nroff -man <testpage
TESTPAGE(1) TESTPAGE(1)
NAME
testpage(1) - A test page
3 January 2012 TESTPAGE(1)
however on IRIX, I get 40 blank lines ( bare LF ) prepended to the output. I've tried with both nekoware on and off the path. I don't have the original SGI versions of the programs.
Any suggestions? ( apart from strip them off afterwards )
Thanks,
porter
Land of the Long White Cloud and no Software Patents.