Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Nov 2003 05:24:03 -0800 (PST)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 netgraph.4
Message-ID:  <200311121324.hACDO3F0083594@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311121324.hACDO3F0083594>