From 67e61f91527f9a7cd6b9a16b0cd90dd56607d505 Mon Sep 17 00:00:00 2001 From: cloder <> Date: Fri, 25 Feb 2005 03:12:44 +0000 Subject: Be correct in our man pages when talking about NUL termination (that is, termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ --- src/lib/libc/string/strmode.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libc/string/strmode.3') diff --git a/src/lib/libc/string/strmode.3 b/src/lib/libc/string/strmode.3 index bc45c4ce1f..3a7a4bb3fa 100644 --- a/src/lib/libc/string/strmode.3 +++ b/src/lib/libc/string/strmode.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strmode.3,v 1.11 2003/09/02 18:24:21 jmc Exp $ +.\" $OpenBSD: strmode.3,v 1.12 2005/02/25 03:12:44 cloder Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -48,7 +48,7 @@ function converts a file .Xr stat 2 ) into a symbolic string which is stored in the location referenced by .Fa bp . -This stored string is eleven characters in length plus a trailing null byte. +This stored string is eleven characters in length plus a trailing NUL byte. .Pp The first character is the inode type, and will be one of the following: .Pp -- cgit v1.2.3-55-g6feb