cvs commit: src/share/man/man4 netgraph.4

Hartmut Brandt harti at FreeBSD.org
Wed Nov 12 05:24:04 PST 2003


harti       2003/11/12 05:24:03 PST

  FreeBSD src repository

  Modified files:
    share/man/man4       netgraph.4 
  Log:
  Document that the length of a command string is now 32. Also change all
  occurences of the old *LEN definitions to the new *SIZ definitions.
  
  Correct the example how to compare a nodename.
  strncmp(name, "fred", NG_NODELEN) may step behind "fred" if the node
  name is really fred.
  
  Reminded by: ru
  
  Revision  Changes    Path
  1.43      +6 -6      src/share/man/man4/netgraph.4


More information about the cvs-src mailing list