home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 38.ddi / root.3 / usr / ccs / lib / help / de / de
Encoding:
Text File  |  1990-10-02  |  3.3 KB  |  96 lines

  1. *#ident    "@(#)/usr/ccs/lib/help/de.sl 1.1 5.0 07/30/90 17678 AT&T-USO 1.3"
  2. *
  3. *
  4. -1
  5. "missing -r argument"
  6. You must specify an SID when you are
  7. listed more than once in the p-file.
  8. -2
  9. "login name or SID specified not in p-file"
  10. Either your login name, or the SID you specified, is not
  11. listed in the p-file.
  12. You probably forgot to do a get -e, or supplied the wrong SID.
  13. -3
  14. "invalid sid in p-file"
  15. Get your local source code administrator to fix
  16. up the p-file.
  17. -4
  18. "diff failed"
  19. The program delta uses to determine what changed failed, 
  20. and the delta is not made.
  21. Contact SCCS support personnel for further assistance.
  22. -5
  23. "internal error in delta/enter()"
  24. Report this to your local SCCS support personnel immediately.
  25. -6
  26. "internal error in delta/enter()"
  27. Report this to your local SCCS support personnel immediately.
  28. -7
  29. "internal error in delta/enter()"
  30. Report this to your local SCCS support personnel immediately.
  31. -8
  32. "MRs not allowed"
  33. You specified MRs, but the file being processed
  34. doesn't allow them.
  35. -9
  36. "invalid MRs"
  37. The MR validation program returned a non-zero
  38. status to delta.  This indicates that one or more
  39. of the MRs specified are invalid.
  40. -10
  41. "MRs required"
  42. No MRs were specified, but the file being processed
  43. requires them.
  44. -11
  45. "cannot fork, try again"
  46. Delta could not fork to invoke the program it uses to determine
  47. what has changed in the SCCS file.
  48. This is a system problem which may go away, so try again.
  49. If it doesn't, report it to the system support group.
  50. -12
  51. "cannot execute ..."
  52. The named program, used by delta to determine what changed
  53. in the SCCS file, could not be executed.
  54. It may be unexecutable, or it may have been removed.
  55. Contact SCCS support personnel for further assistance.
  56. -13
  57. "... failed, re-trying, segmentation = ..."
  58. The named program, used by delta to determine what has changed in
  59. the SCCS file, has failed.  The most likely cause is that the files
  60. to be compared by the named program are being segmented into chunks
  61. which are too large.  Therefore, delta re-tries with smaller chunks.
  62. (However, the smallest chunk it will try is 500 lines.  If this fails,
  63. it gives up hope and terminates processing of the SCCS file.)
  64. Do a "help de17" for more information.
  65. -14
  66. "leading SOH char in line ... of file ... not allowed"
  67. The ASCII character SOH (binary 001) is in the first position
  68. of a line.  This character is not allowed in the first position
  69. for any line of text in an SCCS file.  However, it may be used
  70. if it is escaped.
  71. -15
  72. "ambiguous `r' keyletter value"
  73. Which delta (SID) do you want to make?
  74. Look at the p-file, pick one, and specify
  75. it with the `-r' keyletter.
  76. -16
  77. When delta reads arguments from the standard input it will
  78. not prompt for comments or MRs, so these values must be
  79. supplied with the file argument.
  80. -17
  81. Because of the segmentation problem which is caused by limited system
  82. work space, the SCCS file that delta created may occupy an inordinate
  83. amount of file space.  To reduce the size of the SCCS file, the user
  84. may want to remove the delta just created and retry when the system is
  85. more lightly loaded (and hopefully more work space is available).
  86. If no subsequent delta has been made, the procedure for doing this
  87. would be:
  88.     1. get -k s.file
  89.     2. rmdel -rSID s.file
  90.     3. get -e -g s.file
  91.     4. delta s.file
  92.  
  93. where, of course, SID and file are specified appropriately.  Also
  94. steps 1 and 3 may require that you specify a SID, depending on your
  95. situation.
  96.