diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-16 10:44:33 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-08-16 10:44:33 +0200 |
| commit | e7d0bb471599db8768c8f8db07bdbc8b7722f4a1 (patch) | |
| tree | 2fa9d6213c64f54bfbe4c5ff05c990d874aa79d4 /man7/unix.7 | |
| parent | a26bed1fcd2c5e939420761aa3de4d6e443dd6ab (diff) | |
| download | man-pages-e7d0bb471599db8768c8f8db07bdbc8b7722f4a1.tar.gz | |
memusage.1, clone.2, eventfd.2, futex.2, getdents.2, ioctl_fat.2, ioctl_ns.2, kcmp.2, keyctl.2, mmap.2, mprotect.2, msgop.2, recvmmsg.2, request_key.2, sched_setaffinity.2, seccomp.2, setns.2, tee.2, timer_create.2, timerfd_create.2, unshare.2, userfaultfd.2, wait.2, __ppc_get_timebase.3, backtrace.3, bswap.3, clock_getcpuclockid.3, dl_iterate_phdr.3, dlinfo.3, dlopen.3, duplocale.3, end.3, endian.3, fmemopen.3, fopencookie.3, frexp.3, ftw.3, getdate.3, getgrouplist.3, getifaddrs.3, getprotoent_r.3, getservent_r.3, gnu_get_libc_version.3, if_nameindex.3, inet.3, inet_net_pton.3, inet_pton.3, insque.3, makecontext.3, mallinfo.3, malloc_info.3, mallopt.3, matherr.3, mbstowcs.3, mcheck.3, mq_getattr.3, mq_notify.3, newlocale.3, offsetof.3, posix_spawn.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_setname_np.3, pthread_setschedparam.3, pthread_sigmask.3, scandir.3, sem_wait.3, strcat.3, strftime.3, strtok.3, strtol.3, strverscmp.3, loop.4, core.5, aio.7, fanotify.7, feature_test_macros.7, inotify.7, pkeys.7, unix.7, user_namespaces.7: Use .EX/.EE for EXAMPLE programs
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/unix.7')
| -rw-r--r-- | man7/unix.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/unix.7 b/man7/unix.7 index 9cc0bfe6f0..0ed3a4fc86 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -713,7 +713,7 @@ $ .fi .in .SS Program source -.nf +.EX /* * File connection.h */ @@ -953,7 +953,7 @@ main(int argc, char *argv[]) exit(EXIT_SUCCESS); } -.fi +.EE .PP For an example of the use of .BR SCM_RIGHTS |
