Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
1999-10-20  Andreas Jaeger  <aj@suse.de>

	* manual/socket.texi (Address Formats): Describe usage of AF_UNIX
	versus AF_LOCAL.
	Patch by Robert Bihlmeyer <robbe@orcus.priv.at>.
  • Loading branch information
Ulrich Drepper committed Oct 24, 1999
1 parent 15daa63 commit fc4de70
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1999-10-20 Andreas Jaeger <aj@suse.de>

* manual/socket.texi (Address Formats): Describe usage of AF_UNIX
versus AF_LOCAL.
Patch by Robert Bihlmeyer <robbe@orcus.priv.at>.

1999-10-24 Ulrich Drepper <drepper@cygnus.com>

* math/libm-test.inc: Disable some boundary case tests for inline
Expand Down
10 changes: 7 additions & 3 deletions manual/socket.texi
Original file line number Diff line number Diff line change
Expand Up @@ -335,11 +335,15 @@ This designates the address format that goes with the local namespace.
Details}, for information about this address format.

@comment sys/socket.h
@comment BSD
@comment BSD, Unix98
@item AF_UNIX
@vindex AF_UNIX
This is a synonym for @code{AF_LOCAL}, for compatibility.
(@code{PF_UNIX} is likewise a synonym for @code{PF_LOCAL}.)
This is a synonym for @code{AF_LOCAL}. Although @code{AF_LOCAL} is
mandated by POSIX.1g, @code{AF_UNIX} is portable to more systems.
@code{AF_UNIX} was the traditional name stemming from BSD, so even most
POSIX systems support it. It is also the name of choice in the Unix98
specification. (The same is true for @code{PF_UNIX}
vs. @code{PF_LOCAL}).

@comment sys/socket.h
@comment GNU
Expand Down

0 comments on commit fc4de70

Please sign in to comment.