home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / news / cnews.tar / util / namecheck.t < prev    next >
Text File  |  1994-10-17  |  2KB  |  50 lines

  1. # a good one
  2. a.b
  3.  
  4. # dots
  5. .a.b    bad dot(s) in name
  6. a.b.    bad dot(s) in name
  7. a..b    bad dot(s) in name
  8. .    bad dot(s) in name
  9.  
  10. # odd starts
  11. 0.a    name does not begin with a letter
  12. +.a    name does not begin with a letter
  13. A.a    uppercase letter(s) in name
  14. control.foo    name starts with control or junk
  15. junk.blah    name starts with control or junk
  16.  
  17. # bad components
  18. comp.cpu.6809    all-numeric name component
  19. comp.cpu.mc6809
  20. comp.lang.c.++    name component starts with non-alphanumeric
  21. comp.lang.c++
  22. comp.lang.C.++    uppercase letter(s) in name
  23. comp.lang.0++    name component does not contain letter
  24. comp.lang.all    `all' or `ctl' used as name component
  25. comp.lang.ctl    `all' or `ctl' used as name component
  26. comp.lang.verylonglanguage    name component longer than 14 characters
  27. comp.lang.verylonglanguag    name component longer than 14 characters
  28. comp.lang.verylonglangua
  29. comp.lang.C++    uppercase letter(s) in name
  30. comp.lang.c_2
  31. comp.lang.c-2
  32. comp.lang.c!    illegal character(s) in name
  33. comp.lang.c%    illegal character(s) in name
  34. comp.lang.c++
  35. comp.lang.c++x    repeated punctuation in name
  36. comp.lang.c--    repeated punctuation in name
  37. comp.lang.c__    repeated punctuation in name
  38. comp.lang.c.c    repeated component(s) in name
  39. comp.c.lang.c
  40. comp.lang.=c    name component resembles encoded word but isn't one
  41. comp.lang.=?a?b?x?    name component resembles encoded word but isn't one
  42. comp.lang.=?a?b?x??    name component resembles encoded word but isn't one
  43. comp.lang.=?=a?b?x?=    name component resembles encoded word but isn't one
  44. comp.lang.=?a?=b?x?=    name component resembles encoded word but isn't one
  45. comp.lang.=?a?b?x??=    name component resembles encoded word but isn't one
  46. comp.lang.=?a?b?x?=
  47. comp.lang.=?a?b?%x?=    bad character in encoded name component
  48. comp.lang.=?a?a?x?=    encoded name component does not use b encoding
  49. comp.lang.=?a?bb?x?=    encoded name component does not use b encoding
  50.