Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Remove unnecessary parentheses. Add comma in en...
details: https://anonhg.NetBSD.org/src/rev/b17d6469bba2
branches: trunk
changeset: 584197:b17d6469bba2
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Sep 10 22:27:39 2005 +0000
description:
Remove unnecessary parentheses. Add comma in enumeration.
diffstat:
lib/libc/sys/bind.2 | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diffs (35 lines):
diff -r f4ff1967bf50 -r b17d6469bba2 lib/libc/sys/bind.2
--- a/lib/libc/sys/bind.2 Sat Sep 10 22:25:58 2005 +0000
+++ b/lib/libc/sys/bind.2 Sat Sep 10 22:27:39 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: bind.2,v 1.25 2005/08/30 15:05:04 jmmv Exp $
+.\" $NetBSD: bind.2,v 1.26 2005/09/10 22:27:39 wiz Exp $
.\"
.\" Copyright (c) 1983, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -111,9 +111,9 @@
A component of the path prefix is not a directory.
.It Bq Er ENAMETOOLONG
A component of a pathname exceeded
-.Dv {NAME_MAX}
+.Dv NAME_MAX
characters, or an entire path name exceeded
-.Dv {PATH_MAX}
+.Dv PATH_MAX
characters.
.It Bq Er ENOENT
A prefix component of the path name does not exist.
@@ -172,9 +172,11 @@
was changed in
.Nx 4.0
to honor the user's umask when binding sockets in the local domain.
-This was done to match the behavior of other operating systems, including
+This was done to match the behavior of other operating systems,
+including
.Fx ,
-.Ox and
+.Ox ,
+and
Linux, and to improve compatibility with some third-party software.
Please note that this behavior
.Em is not portable .
Home |
Main Index |
Thread Index |
Old Index