diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-15 17:44:09 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-15 17:44:09 +0200 |
| commit | f90f031e0f1f4529fa7536aca61dfe54509745a5 (patch) | |
| tree | 3f11caa9bd2aadf6d96cf49bc6836dcc19909761 /man7/unix.7 | |
| parent | 68e4db0a44094791f80de4fef12eb3797d1193ca (diff) | |
| download | man-pages-f90f031e0f1f4529fa7536aca61dfe54509745a5.tar.gz | |
_exit.2, accept.2, chmod.2, dup.2, getgroups.2, keyctl.2, link.2, mkdir.2, mknod.2, pipe.2, poll.2, reboot.2, rename.2, select.2, select_tut.2, stat.2, symlink.2, unlink.2, __ppc_get_timebase.3, abs.3, bzero.3, crypt.3, dbopen.3, dl_iterate_phdr.3, dlinfo.3, dlsym.3, duplocale.3, encrypt.3, err.3, ffs.3, fpurge.3, ftw.3, getdate.3, gethostbyname.3, getlogin.3, getmntent.3, getpwent_r.3, getpwnam.3, getspnam.3, inet_pton.3, insque.3, isfdtype.3, mallinfo.3, mallopt.3, matherr.3, mcheck.3, mempcpy.3, mkfifo.3, mq_getattr.3, newlocale.3, open_memstream.3, openpty.3, perror.3, posix_memalign.3, posix_spawn.3, printf.3, pthread_attr_init.3, pthread_cancel.3, pthread_cleanup_push.3, pthread_create.3, pthread_getattr_default_np.3, pthread_getattr_np.3, pthread_getcpuclockid.3, pthread_setaffinity_np.3, pthread_setschedparam.3, pthread_sigmask.3, pthread_sigqueue.3, regex.3, resolver.3, rpmatch.3, rtnetlink.3, scanf.3, setbuf.3, strchr.3, strfromd.3, strverscmp.3, termios.3, tsearch.3, unlocked_stdio.3, updwtmp.3, netlink.7, rtld-audit.7, sock_diag.7, unix.7: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index feda14ed3f..0204a33de2 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -24,7 +24,7 @@ unix \- sockets for local interprocess communication .B #include <sys/socket.h> .br .B #include <sys/un.h> - +.PP .IB unix_socket " = socket(AF_UNIX, type, 0);" .br .IB error " = socketpair(AF_UNIX, type, 0, int *" sv ");" |
