grfix: s/null terminated string/null-terminated string/

This commit is contained in:
Michael Kerrisk 2008-09-26 07:13:25 +02:00
parent f9db4400fd
commit d0cb7cc649
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ expands all symbolic links and resolves references
to to
.IR "/./" ", " "/../" .IR "/./" ", " "/../"
and extra \(aq/\(aq and extra \(aq/\(aq
characters in the null terminated string named by characters in the null-terminated string named by
.I path .I path
and stores the canonicalized absolute pathname in the buffer of size and stores the canonicalized absolute pathname in the buffer of size
.B PATH_MAX .B PATH_MAX

View File

@ -351,7 +351,7 @@ is the IEEE 802.3 protocol type as defined in
.I <sys/if_ether.h> .I <sys/if_ether.h>
and and
.I spkt_device .I spkt_device
is the device name as a null terminated string, for example, eth0. is the device name as a null-terminated string, for example, eth0.
This structure is obsolete and should not be used in new code. This structure is obsolete and should not be used in new code.
.SH BUGS .SH BUGS

View File

@ -217,7 +217,7 @@ as specified in the passed interface name.
If the If the
name is an empty string or the option length is zero, the socket device name is an empty string or the option length is zero, the socket device
binding is removed. binding is removed.
The passed option is a variable-length null terminated The passed option is a variable-length null-terminated
interface name string with the maximum size of interface name string with the maximum size of
.BR IFNAMSIZ . .BR IFNAMSIZ .
If a socket is bound to an interface, If a socket is bound to an interface,