mkcover.1m
上传用户:weiyuanprp
上传日期:2020-05-20
资源大小:1169k
文件大小:3k
源码类别:

传真(Fax)编程

开发平台:

C/C++

  1. ." $Id: mkcover.1m,v 1.1.1.1 2005/11/11 21:32:03 faxguy Exp $
  2. ."
  3. ." HylaFAX Facsimile Software
  4. ."
  5. ." Copyright (c) 1994-1996 Sam Leffler
  6. ." Copyright (c) 1994-1996 Silicon Graphics, Inc.
  7. ." HylaFAX is a trademark of Silicon Graphics
  8. ." 
  9. ." Permission to use, copy, modify, distribute, and sell this software and 
  10. ." its documentation for any purpose is hereby granted without fee, provided
  11. ." that (i) the above copyright notices and this permission notice appear in
  12. ." all copies of the software and related documentation, and (ii) the names of
  13. ." Sam Leffler and Silicon Graphics may not be used in any advertising or
  14. ." publicity relating to the software without the specific, prior written
  15. ." permission of Sam Leffler and Silicon Graphics.
  16. ." 
  17. ." THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
  18. ." EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
  19. ." WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  
  20. ." 
  21. ." IN NO EVENT SHALL SAM LEFFLER OR SILICON GRAPHICS BE LIABLE FOR
  22. ." ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND,
  23. ." OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  24. ." WHETHER OR NOT ADVISED OF THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF 
  25. ." LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
  26. ." OF THIS SOFTWARE.
  27. ."
  28. .if n .po 0
  29. .ds Fx fIHylas-1FAXs+1fP
  30. .ds Ps Ps-2OSTs+2Ss-2CRIPTs+2
  31. .TH MKCOVER ${MANNUM1_8} "June 20, 1994"
  32. .SH NAME
  33. mkcover - *(Fx continuation cover page generation command
  34. .SH SYNOPSIS
  35. .B ${SPOOL}/bin/mkcover
  36. .I qfile
  37. .I template
  38. .I result
  39. .SH DESCRIPTION
  40. .B bin/mkcover
  41. is the command invoked by the facsimile server when a 
  42. .I "continuation cover page"
  43. is required for an outbound job that is about to be retried.
  44. It generates a single *(Ps(rg page that is imaged according
  45. to the remote capabilities and transmitted as the cover page.
  46. The arguments are:
  47. .TP 10
  48. .B qfile
  49. the job description file for the outbound job.
  50. .TP
  51. .B template
  52. the cover page template file, as used by the
  53. .IR faxcover (1)
  54. program.
  55. .TP
  56. .B result
  57. the filename where the resultant *(Ps document
  58. should be written.
  59. .PP
  60. The default
  61. .I mkcover
  62. command is a shell script that uses
  63. .IR awk (1)
  64. to parse the job description file and generate the cover page document.
  65. The
  66. .I template
  67. file may be optionally compressed with
  68. .IR compress (1),
  69. .IR pack (1),
  70. or
  71. .IR gzip (1);
  72. the filename suffix is used to decide whether or not the template
  73. file contains compressed data.
  74. .SH "SEE ALSO"
  75. .IR faxq (${MANNUM1_8}),
  76. .IR hylafax-config (${MANNUM4_5}),
  77. .IR sendq (${MANNUM4_5})