~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man7/socket.7

  • Committer: Bazaar Package Importer
  • Author(s): Joey Schulze
  • Date: 2008-12-13 15:28:58 UTC
  • mfrom: (1.1.37 upstream) (2.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20081213152858-06ey2s94bhc09owg
* New upstream source
* Avoid distribution of more up-to-date pthread manpages that are
  currently also provided by glibc-doc:
  . pthread_cleanup_push_defer_np(3)
  . pthread_cleanup_pop_restore_np(3)

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
.\"     Added notes on capability requirements
15
15
.\"     A few small grammar fixes
16
16
.\"
17
 
.TH SOCKET 7 2008-11-20 Linux "Linux Programmer's Manual"
 
17
.TH SOCKET 7 2008-12-03 Linux "Linux Programmer's Manual"
18
18
.SH NAME
19
19
socket \- Linux socket interface
20
20
.SH SYNOPSIS
21
21
.B #include <sys/socket.h>
22
22
.sp
23
 
.IB mysocket " = socket(int " socket_family ", int " socket_type ", int " protocol );
 
23
.IB sockfd " = socket(int " socket_family ", int " socket_type ", int " protocol );
24
24
.SH DESCRIPTION
25
25
This manual page describes the Linux networking socket layer user
26
26
interface.
724
724
.BR ddp (7),
725
725
.BR ip (7),
726
726
.BR packet (7),
 
727
.BR tcp (7),
 
728
.BR udp (7),
727
729
.BR unix (7)
728
730
.SH COLOPHON
729
 
This page is part of release 3.14 of the Linux
 
731
This page is part of release 3.15 of the Linux
730
732
.I man-pages
731
733
project.
732
734
A description of the project,