Spellcheck.
This commit is contained in:
parent
d8d25ac300
commit
40c95a5807
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24438
3 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
<authorgroup>
|
<authorgroup>
|
||||||
<author>
|
<author>
|
||||||
<firstname>Murray</firstname>
|
<firstname>Murray</firstname>
|
||||||
<surname>Stockely</surname>
|
<surname>Stokely</surname>
|
||||||
<contrib>Contributed by </contrib>
|
<contrib>Contributed by </contrib>
|
||||||
</author>
|
</author>
|
||||||
</authorgroup>
|
</authorgroup>
|
||||||
|
|
|
||||||
|
|
@ -927,7 +927,7 @@ int connect(int s, const struct sockaddr *name, socklen_t namelen);
|
||||||
the value returned by the <function>socket</function>
|
the value returned by the <function>socket</function>
|
||||||
function. The <varname>name</varname> is a pointer to
|
function. The <varname>name</varname> is a pointer to
|
||||||
<varname>sockaddr</varname>, the structure we have talked
|
<varname>sockaddr</varname>, the structure we have talked
|
||||||
about extensively. Finaly, <varname>namelen</varname>
|
about extensively. Finally, <varname>namelen</varname>
|
||||||
informs the system how many bytes are in our
|
informs the system how many bytes are in our
|
||||||
<varname>sockaddr</varname> structure.</para>
|
<varname>sockaddr</varname> structure.</para>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2701,7 +2701,7 @@ If you examine your copy of <filename>syscalls.master</filename>,
|
||||||
you will find two separate syscalls named <function role="syscall">mmap</function>.
|
you will find two separate syscalls named <function role="syscall">mmap</function>.
|
||||||
This is because of evolution of &unix;: There was the traditional
|
This is because of evolution of &unix;: There was the traditional
|
||||||
<acronym>BSD</acronym> <function role="syscall">mmap</function>,
|
<acronym>BSD</acronym> <function role="syscall">mmap</function>,
|
||||||
syscall 71. That one was superceded by the <acronym>&posix;</acronym> <function role="syscall">mmap</function>,
|
syscall 71. That one was superseded by the <acronym>&posix;</acronym> <function role="syscall">mmap</function>,
|
||||||
syscall 197. The FreeBSD system supports both because
|
syscall 197. The FreeBSD system supports both because
|
||||||
older programs were written by using the original <acronym>BSD</acronym>
|
older programs were written by using the original <acronym>BSD</acronym>
|
||||||
version. But new software uses the <acronym>&posix;</acronym> version,
|
version. But new software uses the <acronym>&posix;</acronym> version,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue