Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2008 16:51:13 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 153834 for review
Message-ID:  <200811301651.mAUGpDsF074293@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=153834

Change 153834 by rwatson@rwatson_fledge on 2008/11/30 16:50:46

	NULL is a pointer value, nul is a character.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/man/audit.log.5#20 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/man/audit.log.5#20 (text+ko) ====

@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit.log.5#19 $
+.\" $P4: //depot/projects/trustedbsd/openbsm/man/audit.log.5#20 $
 .\"
 .Dd November 5, 2006
 .Dt AUDIT.LOG 5
@@ -515,7 +515,7 @@
 .It Sy "Field	Bytes	Description"
 .It "Token ID	1 byte	Token ID"
 .It Li "Count" Ta "4 bytes" Ta "Number of arguments"
-.It Li "Text" Ta "* bytes" Ta "Count null-terminated strings"
+.It Li "Text" Ta "* bytes" Ta "Count nul-terminated strings"
 .El
 .Ss exec_env Token
 The


help

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