diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-26 07:13:25 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-26 07:13:25 +0200 |
| commit | d0cb7cc649b2b044a11660cd2361ad21609dbc0f (patch) | |
| tree | 1ffce307c8fc013f5e95a52a65545126bb58f400 | |
| parent | f9db4400fd3df84fb64a5820c3968336f07cbea9 (diff) | |
| download | man-pages-d0cb7cc649b2b044a11660cd2361ad21609dbc0f.tar.gz | |
grfix: s/null terminated string/null-terminated string/
| -rw-r--r-- | man3/realpath.3 | 2 | ||||
| -rw-r--r-- | man7/packet.7 | 2 | ||||
| -rw-r--r-- | man7/socket.7 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/man3/realpath.3 b/man3/realpath.3 index 9e79b6e4ff..3854c39417 100644 --- a/man3/realpath.3 +++ b/man3/realpath.3 @@ -47,7 +47,7 @@ expands all symbolic links and resolves references to .IR "/./" ", " "/../" and extra \(aq/\(aq -characters in the null terminated string named by +characters in the null-terminated string named by .I path and stores the canonicalized absolute pathname in the buffer of size .B PATH_MAX diff --git a/man7/packet.7 b/man7/packet.7 index e55c7bd5cc..0b6c669030 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -351,7 +351,7 @@ is the IEEE 802.3 protocol type as defined in .I <sys/if_ether.h> and .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. .SH BUGS diff --git a/man7/socket.7 b/man7/socket.7 index 947bdd7771..b9c7a32228 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -217,7 +217,7 @@ as specified in the passed interface name. If the name is an empty string or the option length is zero, the socket device 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 .BR IFNAMSIZ . If a socket is bound to an interface, |
