home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / clipart / gs22.zip / MAN.DOC < prev    next >
Text File  |  1991-03-03  |  2KB  |  54 lines

  1.    Copyright (C) 1989, 1990, 1991 Aladdin Enterprises.  All rights reserved.
  2.    Distributed by Free Software Foundation, Inc.
  3.  
  4. This file is part of Ghostscript.
  5.  
  6. Ghostscript is distributed in the hope that it will be useful, but
  7. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  8. to anyone for the consequences of using it or for whether it serves any
  9. particular purpose or works at all, unless he says so in writing.  Refer
  10. to the Ghostscript General Public License for full details.
  11.  
  12. Everyone is granted permission to copy, modify and redistribute
  13. Ghostscript, but only under the conditions described in the Ghostscript
  14. General Public License.  A copy of this license is supposed to have been
  15. given to you along with Ghostscript so you can know your rights and
  16. responsibilities.  It should be in a file named COPYING.  Among other
  17. things, the copyright notice and this notice must be preserved on all
  18. copies.
  19.  
  20. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  21.  
  22. For an overview of Ghostscript and a list of the documentation files, see
  23. README.
  24.  
  25. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  26.  
  27. .TH GS 1
  28. .SH NAME 
  29. gs \- ghostscript previewer
  30. .SH SYNOPSIS
  31. .B gs
  32. [
  33. gs_statd.ps
  34. ]
  35. [
  36. .I file ...
  37. ]
  38. .br
  39. .SH DESCRIPTION
  40. Ghostscript is a programming language similar to Adobe Systems'
  41. PostScript (tm) language, which is in turn similar to Forth.
  42. .I Gs
  43. reads
  44. .I file
  45. and displays it as a Ghostscript file.
  46. It then interprets commands from standard input until an end of file
  47. character (^D or CTRL-D) is typed.
  48. The `quit' character (^C) also terminates Ghostscript execution.
  49. .SH "SEE ALSO"
  50. dvi2ps(1), lpr(1)
  51. .SH BUGS
  52. Beta Software.
  53. See the netnews group ``gnu.ghostscript.bugs''.
  54.