From 45186a5da74285d72199744eb5d2888fe348f680 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 21 Aug 2022 14:10:16 +0200 Subject: [PATCH] All pages: Remove the 5th argument to .TH Now that we have the LIBRARY section, and a 4th argument that already tells that it's a page from the Linux man-pages project, the 5th argument isn't telling any information that the default value wouldn't. So let's just remove it. Scripted change: $ find man* -type f \ | xargs sed -Ei '/^.TH /s/(.TH +[^ ]+ +[^ ]+ +[^ ]+ +"[^"]+") .*/\1/' Acked-by: "G. Branden Robinson" Signed-off-by: Alejandro Colomar Cc: Ingo Schwarze Cc: Michael Kerrisk --- man1/getent.1 | 2 +- man1/iconv.1 | 2 +- man1/intro.1 | 2 +- man1/ldd.1 | 2 +- man1/locale.1 | 2 +- man1/localedef.1 | 2 +- man1/memusage.1 | 2 +- man1/memusagestat.1 | 2 +- man1/mtrace.1 | 2 +- man1/pldd.1 | 2 +- man1/sprof.1 | 2 +- man1/time.1 | 2 +- man2/_exit.2 | 2 +- man2/_syscall.2 | 2 +- man2/accept.2 | 2 +- man2/access.2 | 2 +- man2/acct.2 | 2 +- man2/add_key.2 | 2 +- man2/adjtimex.2 | 2 +- man2/alarm.2 | 2 +- man2/alloc_hugepages.2 | 2 +- man2/arch_prctl.2 | 2 +- man2/bdflush.2 | 2 +- man2/bind.2 | 2 +- man2/bpf.2 | 2 +- man2/brk.2 | 2 +- man2/cacheflush.2 | 2 +- man2/capget.2 | 2 +- man2/chdir.2 | 2 +- man2/chmod.2 | 2 +- man2/chown.2 | 2 +- man2/chroot.2 | 2 +- man2/clock_getres.2 | 2 +- man2/clock_nanosleep.2 | 2 +- man2/clone.2 | 2 +- man2/close.2 | 2 +- man2/close_range.2 | 2 +- man2/connect.2 | 2 +- man2/copy_file_range.2 | 2 +- man2/create_module.2 | 2 +- man2/delete_module.2 | 2 +- man2/dup.2 | 2 +- man2/epoll_create.2 | 2 +- man2/epoll_ctl.2 | 2 +- man2/epoll_wait.2 | 2 +- man2/eventfd.2 | 2 +- man2/execve.2 | 2 +- man2/execveat.2 | 2 +- man2/exit_group.2 | 2 +- man2/fallocate.2 | 2 +- man2/fanotify_init.2 | 2 +- man2/fanotify_mark.2 | 2 +- man2/fcntl.2 | 2 +- man2/flock.2 | 2 +- man2/fork.2 | 2 +- man2/fsync.2 | 2 +- man2/futex.2 | 2 +- man2/futimesat.2 | 2 +- man2/get_kernel_syms.2 | 2 +- man2/get_mempolicy.2 | 2 +- man2/get_robust_list.2 | 2 +- man2/getcpu.2 | 2 +- man2/getdents.2 | 2 +- man2/getdomainname.2 | 2 +- man2/getgid.2 | 2 +- man2/getgroups.2 | 2 +- man2/gethostname.2 | 2 +- man2/getitimer.2 | 2 +- man2/getpagesize.2 | 2 +- man2/getpeername.2 | 2 +- man2/getpid.2 | 2 +- man2/getpriority.2 | 2 +- man2/getrandom.2 | 2 +- man2/getresuid.2 | 2 +- man2/getrlimit.2 | 2 +- man2/getrusage.2 | 2 +- man2/getsid.2 | 2 +- man2/getsockname.2 | 2 +- man2/getsockopt.2 | 2 +- man2/gettid.2 | 2 +- man2/gettimeofday.2 | 2 +- man2/getuid.2 | 2 +- man2/getunwind.2 | 2 +- man2/getxattr.2 | 2 +- man2/idle.2 | 2 +- man2/init_module.2 | 2 +- man2/inotify_add_watch.2 | 2 +- man2/inotify_init.2 | 2 +- man2/inotify_rm_watch.2 | 2 +- man2/intro.2 | 2 +- man2/io_cancel.2 | 2 +- man2/io_destroy.2 | 2 +- man2/io_getevents.2 | 2 +- man2/io_setup.2 | 2 +- man2/io_submit.2 | 2 +- man2/ioctl.2 | 2 +- man2/ioctl_console.2 | 2 +- man2/ioctl_fat.2 | 2 +- man2/ioctl_ficlonerange.2 | 2 +- man2/ioctl_fideduperange.2 | 2 +- man2/ioctl_fslabel.2 | 2 +- man2/ioctl_getfsmap.2 | 2 +- man2/ioctl_iflags.2 | 2 +- man2/ioctl_ns.2 | 2 +- man2/ioctl_tty.2 | 2 +- man2/ioctl_userfaultfd.2 | 2 +- man2/ioperm.2 | 2 +- man2/iopl.2 | 2 +- man2/ioprio_set.2 | 2 +- man2/ipc.2 | 2 +- man2/kcmp.2 | 2 +- man2/kexec_load.2 | 2 +- man2/keyctl.2 | 2 +- man2/kill.2 | 2 +- man2/landlock_add_rule.2 | 2 +- man2/landlock_create_ruleset.2 | 2 +- man2/landlock_restrict_self.2 | 2 +- man2/link.2 | 2 +- man2/listen.2 | 2 +- man2/listxattr.2 | 2 +- man2/llseek.2 | 2 +- man2/lookup_dcookie.2 | 2 +- man2/lseek.2 | 2 +- man2/madvise.2 | 2 +- man2/mbind.2 | 2 +- man2/membarrier.2 | 2 +- man2/memfd_create.2 | 2 +- man2/memfd_secret.2 | 2 +- man2/migrate_pages.2 | 2 +- man2/mincore.2 | 2 +- man2/mkdir.2 | 2 +- man2/mknod.2 | 2 +- man2/mlock.2 | 2 +- man2/mmap.2 | 2 +- man2/mmap2.2 | 2 +- man2/modify_ldt.2 | 2 +- man2/mount.2 | 2 +- man2/mount_setattr.2 | 2 +- man2/move_pages.2 | 2 +- man2/mprotect.2 | 2 +- man2/mq_getsetattr.2 | 2 +- man2/mremap.2 | 2 +- man2/msgctl.2 | 2 +- man2/msgget.2 | 2 +- man2/msgop.2 | 2 +- man2/msync.2 | 2 +- man2/nanosleep.2 | 2 +- man2/nfsservctl.2 | 2 +- man2/nice.2 | 2 +- man2/open.2 | 2 +- man2/open_by_handle_at.2 | 2 +- man2/openat2.2 | 2 +- man2/outb.2 | 2 +- man2/pause.2 | 2 +- man2/pciconfig_read.2 | 2 +- man2/perf_event_open.2 | 2 +- man2/perfmonctl.2 | 2 +- man2/personality.2 | 2 +- man2/pidfd_getfd.2 | 2 +- man2/pidfd_open.2 | 2 +- man2/pidfd_send_signal.2 | 2 +- man2/pipe.2 | 2 +- man2/pivot_root.2 | 2 +- man2/pkey_alloc.2 | 2 +- man2/poll.2 | 2 +- man2/posix_fadvise.2 | 2 +- man2/prctl.2 | 2 +- man2/pread.2 | 2 +- man2/process_madvise.2 | 2 +- man2/process_vm_readv.2 | 2 +- man2/ptrace.2 | 2 +- man2/query_module.2 | 2 +- man2/quotactl.2 | 2 +- man2/read.2 | 2 +- man2/readahead.2 | 2 +- man2/readdir.2 | 2 +- man2/readlink.2 | 2 +- man2/readv.2 | 2 +- man2/reboot.2 | 2 +- man2/recv.2 | 2 +- man2/recvmmsg.2 | 2 +- man2/remap_file_pages.2 | 2 +- man2/removexattr.2 | 2 +- man2/rename.2 | 2 +- man2/request_key.2 | 2 +- man2/restart_syscall.2 | 2 +- man2/rmdir.2 | 2 +- man2/rt_sigqueueinfo.2 | 2 +- man2/sched_get_priority_max.2 | 2 +- man2/sched_rr_get_interval.2 | 2 +- man2/sched_setaffinity.2 | 2 +- man2/sched_setattr.2 | 2 +- man2/sched_setparam.2 | 2 +- man2/sched_setscheduler.2 | 2 +- man2/sched_yield.2 | 2 +- man2/seccomp.2 | 2 +- man2/seccomp_unotify.2 | 2 +- man2/select.2 | 2 +- man2/select_tut.2 | 2 +- man2/semctl.2 | 2 +- man2/semget.2 | 2 +- man2/semop.2 | 2 +- man2/send.2 | 2 +- man2/sendfile.2 | 2 +- man2/sendmmsg.2 | 2 +- man2/set_mempolicy.2 | 2 +- man2/set_thread_area.2 | 2 +- man2/set_tid_address.2 | 2 +- man2/seteuid.2 | 2 +- man2/setfsgid.2 | 2 +- man2/setfsuid.2 | 2 +- man2/setgid.2 | 2 +- man2/setns.2 | 2 +- man2/setpgid.2 | 2 +- man2/setresuid.2 | 2 +- man2/setreuid.2 | 2 +- man2/setsid.2 | 2 +- man2/setuid.2 | 2 +- man2/setup.2 | 2 +- man2/setxattr.2 | 2 +- man2/sgetmask.2 | 2 +- man2/shmctl.2 | 2 +- man2/shmget.2 | 2 +- man2/shmop.2 | 2 +- man2/shutdown.2 | 2 +- man2/sigaction.2 | 2 +- man2/sigaltstack.2 | 2 +- man2/signal.2 | 2 +- man2/signalfd.2 | 2 +- man2/sigpending.2 | 2 +- man2/sigprocmask.2 | 2 +- man2/sigreturn.2 | 2 +- man2/sigsuspend.2 | 2 +- man2/sigwaitinfo.2 | 2 +- man2/socket.2 | 2 +- man2/socketcall.2 | 2 +- man2/socketpair.2 | 2 +- man2/splice.2 | 2 +- man2/spu_create.2 | 2 +- man2/spu_run.2 | 2 +- man2/stat.2 | 2 +- man2/statfs.2 | 2 +- man2/statx.2 | 2 +- man2/stime.2 | 2 +- man2/subpage_prot.2 | 2 +- man2/swapon.2 | 2 +- man2/symlink.2 | 2 +- man2/sync.2 | 2 +- man2/sync_file_range.2 | 2 +- man2/syscall.2 | 2 +- man2/syscalls.2 | 2 +- man2/sysctl.2 | 2 +- man2/sysfs.2 | 2 +- man2/sysinfo.2 | 2 +- man2/syslog.2 | 2 +- man2/tee.2 | 2 +- man2/time.2 | 2 +- man2/timer_create.2 | 2 +- man2/timer_delete.2 | 2 +- man2/timer_getoverrun.2 | 2 +- man2/timer_settime.2 | 2 +- man2/timerfd_create.2 | 2 +- man2/times.2 | 2 +- man2/tkill.2 | 2 +- man2/truncate.2 | 2 +- man2/umask.2 | 2 +- man2/umount.2 | 2 +- man2/uname.2 | 2 +- man2/unimplemented.2 | 2 +- man2/unlink.2 | 2 +- man2/unshare.2 | 2 +- man2/uselib.2 | 2 +- man2/userfaultfd.2 | 2 +- man2/ustat.2 | 2 +- man2/utime.2 | 2 +- man2/utimensat.2 | 2 +- man2/vfork.2 | 2 +- man2/vhangup.2 | 2 +- man2/vm86.2 | 2 +- man2/vmsplice.2 | 2 +- man2/wait.2 | 2 +- man2/wait4.2 | 2 +- man2/write.2 | 2 +- man2type/open_how.2type | 2 +- man3/CPU_SET.3 | 2 +- man3/FILE.3 | 2 +- man3/INFINITY.3 | 2 +- man3/MAX.3 | 2 +- man3/MB_CUR_MAX.3 | 2 +- man3/MB_LEN_MAX.3 | 2 +- man3/_Generic.3 | 4 ++-- man3/__ppc_get_timebase.3 | 2 +- man3/__ppc_set_ppr_med.3 | 2 +- man3/__ppc_yield.3 | 2 +- man3/__setfpucw.3 | 2 +- man3/a64l.3 | 2 +- man3/abort.3 | 2 +- man3/abs.3 | 2 +- man3/acos.3 | 2 +- man3/acosh.3 | 2 +- man3/addseverity.3 | 2 +- man3/adjtime.3 | 2 +- man3/aio_cancel.3 | 2 +- man3/aio_error.3 | 2 +- man3/aio_fsync.3 | 2 +- man3/aio_init.3 | 2 +- man3/aio_read.3 | 2 +- man3/aio_return.3 | 2 +- man3/aio_suspend.3 | 2 +- man3/aio_write.3 | 2 +- man3/alloca.3 | 2 +- man3/argz_add.3 | 2 +- man3/asin.3 | 2 +- man3/asinh.3 | 2 +- man3/asprintf.3 | 2 +- man3/assert.3 | 2 +- man3/assert_perror.3 | 2 +- man3/atan.3 | 2 +- man3/atan2.3 | 2 +- man3/atanh.3 | 2 +- man3/atexit.3 | 2 +- man3/atof.3 | 2 +- man3/atoi.3 | 2 +- man3/backtrace.3 | 2 +- man3/basename.3 | 2 +- man3/bcmp.3 | 2 +- man3/bcopy.3 | 2 +- man3/bindresvport.3 | 2 +- man3/bsd_signal.3 | 2 +- man3/bsearch.3 | 2 +- man3/bstring.3 | 2 +- man3/bswap.3 | 2 +- man3/btowc.3 | 2 +- man3/btree.3 | 2 +- man3/byteorder.3 | 2 +- man3/bzero.3 | 2 +- man3/cabs.3 | 2 +- man3/cacos.3 | 2 +- man3/cacosh.3 | 2 +- man3/canonicalize_file_name.3 | 2 +- man3/carg.3 | 2 +- man3/casin.3 | 2 +- man3/casinh.3 | 2 +- man3/catan.3 | 2 +- man3/catanh.3 | 2 +- man3/catgets.3 | 2 +- man3/catopen.3 | 2 +- man3/cbrt.3 | 2 +- man3/ccos.3 | 2 +- man3/ccosh.3 | 2 +- man3/ceil.3 | 2 +- man3/cexp.3 | 2 +- man3/cexp2.3 | 2 +- man3/cfree.3 | 2 +- man3/cimag.3 | 2 +- man3/circleq.3 | 2 +- man3/clearenv.3 | 2 +- man3/clock.3 | 2 +- man3/clock_getcpuclockid.3 | 2 +- man3/clog.3 | 2 +- man3/clog10.3 | 2 +- man3/clog2.3 | 2 +- man3/closedir.3 | 2 +- man3/cmsg.3 | 2 +- man3/confstr.3 | 2 +- man3/conj.3 | 2 +- man3/copysign.3 | 2 +- man3/cos.3 | 2 +- man3/cosh.3 | 2 +- man3/cpow.3 | 2 +- man3/cproj.3 | 2 +- man3/creal.3 | 2 +- man3/crypt.3 | 2 +- man3/csin.3 | 2 +- man3/csinh.3 | 2 +- man3/csqrt.3 | 2 +- man3/ctan.3 | 2 +- man3/ctanh.3 | 2 +- man3/ctermid.3 | 2 +- man3/ctime.3 | 2 +- man3/daemon.3 | 2 +- man3/dbopen.3 | 2 +- man3/des_crypt.3 | 2 +- man3/difftime.3 | 2 +- man3/dirfd.3 | 2 +- man3/div.3 | 2 +- man3/dl_iterate_phdr.3 | 2 +- man3/dladdr.3 | 2 +- man3/dlerror.3 | 2 +- man3/dlinfo.3 | 2 +- man3/dlopen.3 | 2 +- man3/dlsym.3 | 2 +- man3/drand48.3 | 2 +- man3/drand48_r.3 | 2 +- man3/duplocale.3 | 2 +- man3/dysize.3 | 2 +- man3/ecvt.3 | 2 +- man3/ecvt_r.3 | 2 +- man3/encrypt.3 | 2 +- man3/end.3 | 2 +- man3/endian.3 | 2 +- man3/envz_add.3 | 2 +- man3/erf.3 | 2 +- man3/erfc.3 | 2 +- man3/err.3 | 2 +- man3/errno.3 | 2 +- man3/error.3 | 2 +- man3/ether_aton.3 | 2 +- man3/euidaccess.3 | 2 +- man3/exec.3 | 2 +- man3/exit.3 | 2 +- man3/exp.3 | 2 +- man3/exp10.3 | 2 +- man3/exp2.3 | 2 +- man3/expm1.3 | 2 +- man3/fabs.3 | 2 +- man3/fclose.3 | 2 +- man3/fcloseall.3 | 2 +- man3/fdim.3 | 2 +- man3/fenv.3 | 2 +- man3/ferror.3 | 2 +- man3/fexecve.3 | 2 +- man3/fflush.3 | 2 +- man3/ffs.3 | 2 +- man3/fgetc.3 | 2 +- man3/fgetgrent.3 | 2 +- man3/fgetpwent.3 | 2 +- man3/fgetwc.3 | 2 +- man3/fgetws.3 | 2 +- man3/fileno.3 | 2 +- man3/finite.3 | 2 +- man3/flockfile.3 | 2 +- man3/floor.3 | 2 +- man3/fma.3 | 2 +- man3/fmax.3 | 2 +- man3/fmemopen.3 | 2 +- man3/fmin.3 | 2 +- man3/fmod.3 | 2 +- man3/fmtmsg.3 | 2 +- man3/fnmatch.3 | 2 +- man3/fopen.3 | 2 +- man3/fopencookie.3 | 2 +- man3/fpathconf.3 | 2 +- man3/fpclassify.3 | 2 +- man3/fpurge.3 | 2 +- man3/fputwc.3 | 2 +- man3/fputws.3 | 2 +- man3/fread.3 | 2 +- man3/frexp.3 | 2 +- man3/fseek.3 | 2 +- man3/fseeko.3 | 2 +- man3/ftime.3 | 2 +- man3/ftok.3 | 2 +- man3/fts.3 | 2 +- man3/ftw.3 | 2 +- man3/futimes.3 | 2 +- man3/fwide.3 | 2 +- man3/gamma.3 | 2 +- man3/gcvt.3 | 2 +- man3/get_nprocs_conf.3 | 2 +- man3/get_phys_pages.3 | 2 +- man3/getaddrinfo.3 | 2 +- man3/getaddrinfo_a.3 | 2 +- man3/getauxval.3 | 2 +- man3/getcontext.3 | 2 +- man3/getcwd.3 | 2 +- man3/getdate.3 | 2 +- man3/getdirentries.3 | 2 +- man3/getdtablesize.3 | 2 +- man3/getentropy.3 | 2 +- man3/getenv.3 | 2 +- man3/getfsent.3 | 2 +- man3/getgrent.3 | 2 +- man3/getgrent_r.3 | 2 +- man3/getgrnam.3 | 2 +- man3/getgrouplist.3 | 2 +- man3/gethostbyname.3 | 2 +- man3/gethostid.3 | 2 +- man3/getifaddrs.3 | 2 +- man3/getipnodebyname.3 | 2 +- man3/getline.3 | 2 +- man3/getloadavg.3 | 2 +- man3/getlogin.3 | 2 +- man3/getmntent.3 | 2 +- man3/getnameinfo.3 | 2 +- man3/getnetent.3 | 2 +- man3/getnetent_r.3 | 2 +- man3/getopt.3 | 2 +- man3/getpass.3 | 2 +- man3/getprotoent.3 | 2 +- man3/getprotoent_r.3 | 2 +- man3/getpt.3 | 2 +- man3/getpw.3 | 2 +- man3/getpwent.3 | 2 +- man3/getpwent_r.3 | 2 +- man3/getpwnam.3 | 2 +- man3/getrpcent.3 | 2 +- man3/getrpcent_r.3 | 2 +- man3/getrpcport.3 | 2 +- man3/gets.3 | 2 +- man3/getservent.3 | 2 +- man3/getservent_r.3 | 2 +- man3/getspnam.3 | 2 +- man3/getsubopt.3 | 2 +- man3/getttyent.3 | 2 +- man3/getusershell.3 | 2 +- man3/getutent.3 | 2 +- man3/getutmp.3 | 2 +- man3/getw.3 | 2 +- man3/getwchar.3 | 2 +- man3/glob.3 | 2 +- man3/gnu_get_libc_version.3 | 2 +- man3/grantpt.3 | 2 +- man3/group_member.3 | 2 +- man3/gsignal.3 | 2 +- man3/hash.3 | 2 +- man3/hsearch.3 | 2 +- man3/hypot.3 | 2 +- man3/iconv.3 | 2 +- man3/iconv_close.3 | 2 +- man3/iconv_open.3 | 2 +- man3/if_nameindex.3 | 2 +- man3/if_nametoindex.3 | 2 +- man3/ilogb.3 | 2 +- man3/index.3 | 2 +- man3/inet.3 | 2 +- man3/inet_net_pton.3 | 2 +- man3/inet_ntop.3 | 2 +- man3/inet_pton.3 | 2 +- man3/initgroups.3 | 2 +- man3/insque.3 | 2 +- man3/intro.3 | 2 +- man3/isalpha.3 | 2 +- man3/isatty.3 | 2 +- man3/isfdtype.3 | 2 +- man3/isgreater.3 | 2 +- man3/iswalnum.3 | 2 +- man3/iswalpha.3 | 2 +- man3/iswblank.3 | 2 +- man3/iswcntrl.3 | 2 +- man3/iswctype.3 | 2 +- man3/iswdigit.3 | 2 +- man3/iswgraph.3 | 2 +- man3/iswlower.3 | 2 +- man3/iswprint.3 | 2 +- man3/iswpunct.3 | 2 +- man3/iswspace.3 | 2 +- man3/iswupper.3 | 2 +- man3/iswxdigit.3 | 2 +- man3/j0.3 | 2 +- man3/key_setsecret.3 | 2 +- man3/killpg.3 | 2 +- man3/ldexp.3 | 2 +- man3/lgamma.3 | 2 +- man3/lio_listio.3 | 2 +- man3/list.3 | 2 +- man3/localeconv.3 | 2 +- man3/lockf.3 | 2 +- man3/log.3 | 2 +- man3/log10.3 | 2 +- man3/log1p.3 | 2 +- man3/log2.3 | 2 +- man3/logb.3 | 2 +- man3/login.3 | 2 +- man3/lrint.3 | 2 +- man3/lround.3 | 2 +- man3/lsearch.3 | 2 +- man3/lseek64.3 | 2 +- man3/makecontext.3 | 2 +- man3/makedev.3 | 2 +- man3/mallinfo.3 | 2 +- man3/malloc.3 | 2 +- man3/malloc_get_state.3 | 2 +- man3/malloc_hook.3 | 2 +- man3/malloc_info.3 | 2 +- man3/malloc_stats.3 | 2 +- man3/malloc_trim.3 | 2 +- man3/malloc_usable_size.3 | 2 +- man3/mallopt.3 | 2 +- man3/matherr.3 | 2 +- man3/mblen.3 | 2 +- man3/mbrlen.3 | 2 +- man3/mbrtowc.3 | 2 +- man3/mbsinit.3 | 2 +- man3/mbsnrtowcs.3 | 2 +- man3/mbsrtowcs.3 | 2 +- man3/mbstowcs.3 | 2 +- man3/mbtowc.3 | 2 +- man3/mcheck.3 | 2 +- man3/memccpy.3 | 2 +- man3/memchr.3 | 2 +- man3/memcmp.3 | 2 +- man3/memcpy.3 | 2 +- man3/memfrob.3 | 2 +- man3/memmem.3 | 2 +- man3/memmove.3 | 2 +- man3/mempcpy.3 | 2 +- man3/memset.3 | 2 +- man3/mkdtemp.3 | 2 +- man3/mkfifo.3 | 2 +- man3/mkstemp.3 | 2 +- man3/mktemp.3 | 2 +- man3/modf.3 | 2 +- man3/mpool.3 | 2 +- man3/mq_close.3 | 2 +- man3/mq_getattr.3 | 2 +- man3/mq_notify.3 | 2 +- man3/mq_open.3 | 2 +- man3/mq_receive.3 | 2 +- man3/mq_send.3 | 2 +- man3/mq_unlink.3 | 2 +- man3/mtrace.3 | 2 +- man3/nan.3 | 2 +- man3/netlink.3 | 2 +- man3/newlocale.3 | 2 +- man3/nextafter.3 | 2 +- man3/nextup.3 | 2 +- man3/nl_langinfo.3 | 2 +- man3/ntp_gettime.3 | 2 +- man3/offsetof.3 | 2 +- man3/on_exit.3 | 2 +- man3/open_memstream.3 | 2 +- man3/opendir.3 | 2 +- man3/openpty.3 | 2 +- man3/perror.3 | 2 +- man3/popen.3 | 2 +- man3/posix_fallocate.3 | 2 +- man3/posix_madvise.3 | 2 +- man3/posix_memalign.3 | 2 +- man3/posix_openpt.3 | 2 +- man3/posix_spawn.3 | 2 +- man3/pow.3 | 2 +- man3/pow10.3 | 2 +- man3/printf.3 | 2 +- man3/profil.3 | 2 +- man3/program_invocation_name.3 | 2 +- man3/psignal.3 | 2 +- man3/pthread_atfork.3 | 2 +- man3/pthread_attr_init.3 | 2 +- man3/pthread_attr_setaffinity_np.3 | 2 +- man3/pthread_attr_setdetachstate.3 | 2 +- man3/pthread_attr_setguardsize.3 | 2 +- man3/pthread_attr_setinheritsched.3 | 2 +- man3/pthread_attr_setschedparam.3 | 2 +- man3/pthread_attr_setschedpolicy.3 | 2 +- man3/pthread_attr_setscope.3 | 2 +- man3/pthread_attr_setsigmask_np.3 | 2 +- man3/pthread_attr_setstack.3 | 2 +- man3/pthread_attr_setstackaddr.3 | 2 +- man3/pthread_attr_setstacksize.3 | 2 +- man3/pthread_cancel.3 | 2 +- man3/pthread_cleanup_push.3 | 2 +- man3/pthread_cleanup_push_defer_np.3 | 2 +- man3/pthread_create.3 | 2 +- man3/pthread_detach.3 | 2 +- man3/pthread_equal.3 | 2 +- man3/pthread_exit.3 | 2 +- man3/pthread_getattr_default_np.3 | 2 +- man3/pthread_getattr_np.3 | 2 +- man3/pthread_getcpuclockid.3 | 2 +- man3/pthread_join.3 | 2 +- man3/pthread_kill.3 | 2 +- man3/pthread_kill_other_threads_np.3 | 2 +- man3/pthread_mutex_consistent.3 | 2 +- man3/pthread_mutexattr_getpshared.3 | 2 +- man3/pthread_mutexattr_init.3 | 2 +- man3/pthread_mutexattr_setrobust.3 | 2 +- man3/pthread_self.3 | 2 +- man3/pthread_setaffinity_np.3 | 2 +- man3/pthread_setcancelstate.3 | 2 +- man3/pthread_setconcurrency.3 | 2 +- man3/pthread_setname_np.3 | 2 +- man3/pthread_setschedparam.3 | 2 +- man3/pthread_setschedprio.3 | 2 +- man3/pthread_sigmask.3 | 2 +- man3/pthread_sigqueue.3 | 2 +- man3/pthread_spin_init.3 | 2 +- man3/pthread_spin_lock.3 | 2 +- man3/pthread_testcancel.3 | 2 +- man3/pthread_tryjoin_np.3 | 2 +- man3/pthread_yield.3 | 2 +- man3/ptsname.3 | 2 +- man3/putenv.3 | 2 +- man3/putgrent.3 | 2 +- man3/putpwent.3 | 2 +- man3/puts.3 | 2 +- man3/putwchar.3 | 2 +- man3/qecvt.3 | 2 +- man3/qsort.3 | 2 +- man3/raise.3 | 2 +- man3/rand.3 | 2 +- man3/random.3 | 2 +- man3/random_r.3 | 2 +- man3/rcmd.3 | 2 +- man3/re_comp.3 | 2 +- man3/readdir.3 | 2 +- man3/readdir_r.3 | 2 +- man3/realpath.3 | 2 +- man3/recno.3 | 2 +- man3/regex.3 | 2 +- man3/remainder.3 | 2 +- man3/remove.3 | 2 +- man3/remquo.3 | 2 +- man3/resolver.3 | 2 +- man3/rewinddir.3 | 2 +- man3/rexec.3 | 2 +- man3/rint.3 | 2 +- man3/round.3 | 2 +- man3/rpc.3 | 2 +- man3/rpmatch.3 | 2 +- man3/rtime.3 | 2 +- man3/rtnetlink.3 | 2 +- man3/scalb.3 | 2 +- man3/scalbln.3 | 2 +- man3/scandir.3 | 2 +- man3/scanf.3 | 2 +- man3/sched_getcpu.3 | 2 +- man3/seekdir.3 | 2 +- man3/sem_close.3 | 2 +- man3/sem_destroy.3 | 2 +- man3/sem_getvalue.3 | 2 +- man3/sem_init.3 | 2 +- man3/sem_open.3 | 2 +- man3/sem_post.3 | 2 +- man3/sem_unlink.3 | 2 +- man3/sem_wait.3 | 2 +- man3/setaliasent.3 | 2 +- man3/setbuf.3 | 2 +- man3/setenv.3 | 2 +- man3/setjmp.3 | 2 +- man3/setlocale.3 | 2 +- man3/setlogmask.3 | 2 +- man3/setnetgrent.3 | 2 +- man3/shm_open.3 | 2 +- man3/siginterrupt.3 | 2 +- man3/signbit.3 | 2 +- man3/significand.3 | 2 +- man3/sigpause.3 | 2 +- man3/sigqueue.3 | 2 +- man3/sigset.3 | 2 +- man3/sigsetops.3 | 2 +- man3/sigvec.3 | 2 +- man3/sigwait.3 | 2 +- man3/sin.3 | 2 +- man3/sincos.3 | 2 +- man3/sinh.3 | 2 +- man3/sleep.3 | 2 +- man3/slist.3 | 2 +- man3/sockatmark.3 | 2 +- man3/sqrt.3 | 2 +- man3/stailq.3 | 2 +- man3/statvfs.3 | 2 +- man3/stdarg.3 | 2 +- man3/stdin.3 | 2 +- man3/stdio.3 | 2 +- man3/stdio_ext.3 | 2 +- man3/stpcpy.3 | 2 +- man3/stpncpy.3 | 2 +- man3/strcasecmp.3 | 2 +- man3/strcat.3 | 2 +- man3/strchr.3 | 2 +- man3/strcmp.3 | 2 +- man3/strcoll.3 | 2 +- man3/strcpy.3 | 2 +- man3/strdup.3 | 2 +- man3/strerror.3 | 2 +- man3/strfmon.3 | 2 +- man3/strfromd.3 | 2 +- man3/strfry.3 | 2 +- man3/strftime.3 | 2 +- man3/string.3 | 2 +- man3/strlen.3 | 2 +- man3/strnlen.3 | 2 +- man3/strpbrk.3 | 2 +- man3/strptime.3 | 2 +- man3/strsep.3 | 2 +- man3/strsignal.3 | 2 +- man3/strspn.3 | 2 +- man3/strstr.3 | 2 +- man3/strtod.3 | 2 +- man3/strtoimax.3 | 2 +- man3/strtok.3 | 2 +- man3/strtol.3 | 2 +- man3/strtoul.3 | 2 +- man3/strverscmp.3 | 2 +- man3/strxfrm.3 | 2 +- man3/swab.3 | 2 +- man3/sysconf.3 | 2 +- man3/syslog.3 | 2 +- man3/system.3 | 2 +- man3/sysv_signal.3 | 2 +- man3/tailq.3 | 2 +- man3/tan.3 | 2 +- man3/tanh.3 | 2 +- man3/tcgetpgrp.3 | 2 +- man3/tcgetsid.3 | 2 +- man3/telldir.3 | 2 +- man3/tempnam.3 | 2 +- man3/termios.3 | 2 +- man3/tgamma.3 | 2 +- man3/timegm.3 | 2 +- man3/timeradd.3 | 2 +- man3/tmpfile.3 | 2 +- man3/tmpnam.3 | 2 +- man3/toascii.3 | 2 +- man3/toupper.3 | 2 +- man3/towctrans.3 | 2 +- man3/towlower.3 | 2 +- man3/towupper.3 | 2 +- man3/trunc.3 | 2 +- man3/tsearch.3 | 2 +- man3/ttyname.3 | 2 +- man3/ttyslot.3 | 2 +- man3/tzset.3 | 2 +- man3/ualarm.3 | 2 +- man3/ulimit.3 | 2 +- man3/undocumented.3 | 2 +- man3/ungetwc.3 | 2 +- man3/unlocked_stdio.3 | 2 +- man3/unlockpt.3 | 2 +- man3/updwtmp.3 | 2 +- man3/uselocale.3 | 2 +- man3/usleep.3 | 2 +- man3/wcpcpy.3 | 2 +- man3/wcpncpy.3 | 2 +- man3/wcrtomb.3 | 2 +- man3/wcscasecmp.3 | 2 +- man3/wcscat.3 | 2 +- man3/wcschr.3 | 2 +- man3/wcscmp.3 | 2 +- man3/wcscpy.3 | 2 +- man3/wcscspn.3 | 2 +- man3/wcsdup.3 | 2 +- man3/wcslen.3 | 2 +- man3/wcsncasecmp.3 | 2 +- man3/wcsncat.3 | 2 +- man3/wcsncmp.3 | 2 +- man3/wcsncpy.3 | 2 +- man3/wcsnlen.3 | 2 +- man3/wcsnrtombs.3 | 2 +- man3/wcspbrk.3 | 2 +- man3/wcsrchr.3 | 2 +- man3/wcsrtombs.3 | 2 +- man3/wcsspn.3 | 2 +- man3/wcsstr.3 | 2 +- man3/wcstoimax.3 | 2 +- man3/wcstok.3 | 2 +- man3/wcstombs.3 | 2 +- man3/wcswidth.3 | 2 +- man3/wctob.3 | 2 +- man3/wctomb.3 | 2 +- man3/wctrans.3 | 2 +- man3/wctype.3 | 2 +- man3/wcwidth.3 | 2 +- man3/wmemchr.3 | 2 +- man3/wmemcmp.3 | 2 +- man3/wmemcpy.3 | 2 +- man3/wmemmove.3 | 2 +- man3/wmemset.3 | 2 +- man3/wordexp.3 | 2 +- man3/wprintf.3 | 2 +- man3/xcrypt.3 | 2 +- man3/xdr.3 | 2 +- man3/y0.3 | 2 +- man3head/sysexits.h.3head | 2 +- man3type/aiocb.3type | 2 +- man3type/blkcnt_t.3type | 2 +- man3type/blksize_t.3type | 2 +- man3type/cc_t.3type | 2 +- man3type/clock_t.3type | 2 +- man3type/clockid_t.3type | 2 +- man3type/dev_t.3type | 2 +- man3type/div_t.3type | 2 +- man3type/double_t.3type | 2 +- man3type/epoll_event.3type | 2 +- man3type/fenv_t.3type | 2 +- man3type/id_t.3type | 2 +- man3type/intN_t.3type | 2 +- man3type/intmax_t.3type | 2 +- man3type/intptr_t.3type | 2 +- man3type/iovec.3type | 2 +- man3type/itimerspec.3type | 2 +- man3type/lconv.3type | 2 +- man3type/mode_t.3type | 2 +- man3type/off_t.3type | 2 +- man3type/ptrdiff_t.3type | 2 +- man3type/regex_t.3type | 2 +- man3type/size_t.3type | 2 +- man3type/sockaddr.3type | 2 +- man3type/stat.3type | 2 +- man3type/time_t.3type | 2 +- man3type/timer_t.3type | 2 +- man3type/timespec.3type | 2 +- man3type/timeval.3type | 2 +- man3type/tm.3type | 2 +- man3type/va_list.3type | 2 +- man3type/void.3type | 2 +- man4/cciss.4 | 2 +- man4/console_codes.4 | 2 +- man4/cpuid.4 | 2 +- man4/dsp56k.4 | 2 +- man4/fd.4 | 2 +- man4/full.4 | 2 +- man4/fuse.4 | 2 +- man4/hd.4 | 2 +- man4/hpsa.4 | 2 +- man4/initrd.4 | 2 +- man4/intro.4 | 2 +- man4/lirc.4 | 2 +- man4/loop.4 | 2 +- man4/lp.4 | 2 +- man4/mem.4 | 2 +- man4/mouse.4 | 2 +- man4/msr.4 | 2 +- man4/null.4 | 2 +- man4/pts.4 | 2 +- man4/ram.4 | 2 +- man4/random.4 | 2 +- man4/rtc.4 | 2 +- man4/sd.4 | 2 +- man4/sk98lin.4 | 2 +- man4/smartpqi.4 | 2 +- man4/st.4 | 2 +- man4/tty.4 | 2 +- man4/ttyS.4 | 2 +- man4/vcs.4 | 2 +- man4/veth.4 | 2 +- man4/wavelan.4 | 2 +- man5/acct.5 | 2 +- man5/charmap.5 | 2 +- man5/core.5 | 2 +- man5/dir_colors.5 | 2 +- man5/elf.5 | 2 +- man5/filesystems.5 | 2 +- man5/ftpusers.5 | 2 +- man5/gai.conf.5 | 2 +- man5/group.5 | 2 +- man5/host.conf.5 | 2 +- man5/hosts.5 | 2 +- man5/hosts.equiv.5 | 2 +- man5/intro.5 | 2 +- man5/issue.5 | 2 +- man5/locale.5 | 2 +- man5/motd.5 | 2 +- man5/networks.5 | 2 +- man5/nologin.5 | 2 +- man5/nscd.conf.5 | 2 +- man5/nss.5 | 2 +- man5/nsswitch.conf.5 | 2 +- man5/passwd.5 | 2 +- man5/proc.5 | 2 +- man5/protocols.5 | 2 +- man5/repertoiremap.5 | 2 +- man5/resolv.conf.5 | 2 +- man5/rpc.5 | 2 +- man5/securetty.5 | 2 +- man5/services.5 | 2 +- man5/shells.5 | 2 +- man5/slabinfo.5 | 2 +- man5/sysfs.5 | 2 +- man5/termcap.5 | 2 +- man5/tmpfs.5 | 2 +- man5/ttytype.5 | 2 +- man5/utmp.5 | 2 +- man6/intro.6 | 2 +- man7/address_families.7 | 2 +- man7/aio.7 | 2 +- man7/armscii-8.7 | 2 +- man7/arp.7 | 2 +- man7/ascii.7 | 2 +- man7/attributes.7 | 2 +- man7/boot.7 | 2 +- man7/bootparam.7 | 2 +- man7/capabilities.7 | 2 +- man7/cgroup_namespaces.7 | 2 +- man7/cgroups.7 | 2 +- man7/charsets.7 | 2 +- man7/complex.7 | 2 +- man7/cp1251.7 | 2 +- man7/cp1252.7 | 2 +- man7/cpuset.7 | 2 +- man7/credentials.7 | 2 +- man7/ddp.7 | 2 +- man7/environ.7 | 2 +- man7/epoll.7 | 2 +- man7/fanotify.7 | 2 +- man7/feature_test_macros.7 | 2 +- man7/fifo.7 | 2 +- man7/futex.7 | 2 +- man7/glob.7 | 2 +- man7/hier.7 | 2 +- man7/hostname.7 | 2 +- man7/icmp.7 | 2 +- man7/inode.7 | 2 +- man7/inotify.7 | 2 +- man7/intro.7 | 2 +- man7/ip.7 | 2 +- man7/ipc_namespaces.7 | 2 +- man7/ipv6.7 | 2 +- man7/iso_8859-1.7 | 2 +- man7/iso_8859-10.7 | 2 +- man7/iso_8859-11.7 | 2 +- man7/iso_8859-13.7 | 2 +- man7/iso_8859-14.7 | 2 +- man7/iso_8859-15.7 | 2 +- man7/iso_8859-16.7 | 2 +- man7/iso_8859-2.7 | 2 +- man7/iso_8859-3.7 | 2 +- man7/iso_8859-4.7 | 2 +- man7/iso_8859-5.7 | 2 +- man7/iso_8859-6.7 | 2 +- man7/iso_8859-7.7 | 2 +- man7/iso_8859-8.7 | 2 +- man7/iso_8859-9.7 | 2 +- man7/kernel_lockdown.7 | 2 +- man7/keyrings.7 | 2 +- man7/koi8-r.7 | 2 +- man7/koi8-u.7 | 2 +- man7/landlock.7 | 2 +- man7/libc.7 | 2 +- man7/locale.7 | 2 +- man7/mailaddr.7 | 2 +- man7/man-pages.7 | 2 +- man7/man.7 | 2 +- man7/math_error.7 | 2 +- man7/mount_namespaces.7 | 2 +- man7/mq_overview.7 | 2 +- man7/namespaces.7 | 2 +- man7/netdevice.7 | 2 +- man7/netlink.7 | 2 +- man7/network_namespaces.7 | 2 +- man7/nptl.7 | 2 +- man7/numa.7 | 2 +- man7/operator.7 | 2 +- man7/packet.7 | 2 +- man7/path_resolution.7 | 2 +- man7/persistent-keyring.7 | 2 +- man7/pid_namespaces.7 | 2 +- man7/pipe.7 | 2 +- man7/pkeys.7 | 2 +- man7/posixoptions.7 | 2 +- man7/process-keyring.7 | 2 +- man7/pthreads.7 | 2 +- man7/pty.7 | 2 +- man7/queue.7 | 2 +- man7/random.7 | 2 +- man7/raw.7 | 2 +- man7/regex.7 | 2 +- man7/rtld-audit.7 | 2 +- man7/rtnetlink.7 | 2 +- man7/sched.7 | 2 +- man7/sem_overview.7 | 2 +- man7/session-keyring.7 | 2 +- man7/shm_overview.7 | 2 +- man7/sigevent.7 | 2 +- man7/signal-safety.7 | 2 +- man7/signal.7 | 2 +- man7/sock_diag.7 | 2 +- man7/socket.7 | 2 +- man7/spufs.7 | 2 +- man7/standards.7 | 2 +- man7/suffixes.7 | 2 +- man7/symlink.7 | 2 +- man7/system_data_types.7 | 2 +- man7/sysvipc.7 | 2 +- man7/tcp.7 | 2 +- man7/termio.7 | 2 +- man7/thread-keyring.7 | 2 +- man7/time.7 | 2 +- man7/time_namespaces.7 | 2 +- man7/udp.7 | 2 +- man7/udplite.7 | 2 +- man7/unicode.7 | 2 +- man7/units.7 | 2 +- man7/unix.7 | 2 +- man7/uri.7 | 2 +- man7/user-keyring.7 | 2 +- man7/user-session-keyring.7 | 2 +- man7/user_namespaces.7 | 2 +- man7/utf-8.7 | 2 +- man7/uts_namespaces.7 | 2 +- man7/vdso.7 | 2 +- man7/vsock.7 | 2 +- man7/x25.7 | 2 +- man7/xattr.7 | 2 +- man8/iconvconfig.8 | 2 +- man8/intro.8 | 2 +- man8/ld.so.8 | 2 +- man8/ldconfig.8 | 2 +- man8/nscd.8 | 2 +- man8/sln.8 | 2 +- man8/tzselect.8 | 2 +- 1092 files changed, 1093 insertions(+), 1093 deletions(-) diff --git a/man1/getent.1 b/man1/getent.1 index f56fe09d21..3de6dbd80c 100644 --- a/man1/getent.1 +++ b/man1/getent.1 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH GETENT 1 2021-03-22 "Linux man-pages (unreleased)" "User Commands" +.TH GETENT 1 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getent \- get entries from Name Service Switch libraries .SH SYNOPSIS diff --git a/man1/iconv.1 b/man1/iconv.1 index c393f8ed19..6ec67d515a 100644 --- a/man1/iconv.1 +++ b/man1/iconv.1 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ICONV 1 2021-08-27 "Linux man-pages (unreleased)" "Linux User Manual" +.TH ICONV 1 2021-08-27 "Linux man-pages (unreleased)" .SH NAME iconv \- convert text from one character encoding to another .SH SYNOPSIS diff --git a/man1/intro.1 b/man1/intro.1 index 67180a4450..c691cea188 100644 --- a/man1/intro.1 +++ b/man1/intro.1 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH INTRO 1 2020-08-13 "Linux man-pages (unreleased)" "Linux User's Manual" +.TH INTRO 1 2020-08-13 "Linux man-pages (unreleased)" .SH NAME intro \- introduction to user commands .SH DESCRIPTION diff --git a/man1/ldd.1 b/man1/ldd.1 index a2874248b8..c498460d6b 100644 --- a/man1/ldd.1 +++ b/man1/ldd.1 @@ -8,7 +8,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH LDD 1 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LDD 1 2021-08-27 "Linux man-pages (unreleased)" .SH NAME ldd \- print shared object dependencies .SH SYNOPSIS diff --git a/man1/locale.1 b/man1/locale.1 index 8b86f6f1c2..416efd43a4 100644 --- a/man1/locale.1 +++ b/man1/locale.1 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH LOCALE 1 2021-03-22 "Linux man-pages (unreleased)" "Linux User Manual" +.TH LOCALE 1 2021-03-22 "Linux man-pages (unreleased)" .SH NAME locale \- get locale-specific information .SH SYNOPSIS diff --git a/man1/localedef.1 b/man1/localedef.1 index 34787180d5..0c3ae59ff8 100644 --- a/man1/localedef.1 +++ b/man1/localedef.1 @@ -12,7 +12,7 @@ .\" Lars Wirzenius to document new functionality (as of GNU .\" C library 2.3.5). .\" -.TH LOCALEDEF 1 2021-03-22 "Linux man-pages (unreleased)" "Linux User Manual" +.TH LOCALEDEF 1 2021-03-22 "Linux man-pages (unreleased)" .SH NAME localedef \- compile locale definition files .SH SYNOPSIS diff --git a/man1/memusage.1 b/man1/memusage.1 index 703a512304..b46ecc9dc2 100644 --- a/man1/memusage.1 +++ b/man1/memusage.1 @@ -2,7 +2,7 @@ .\" and Copyright (C) 2014, Michael Kerrisk .\" .\" SPDX-License-Identifier: GPL-2.0-or-later -.TH MEMUSAGE 1 2021-03-22 "Linux man-pages (unreleased)" "Linux user manual" +.TH MEMUSAGE 1 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memusage \- profile memory usage of a program .SH SYNOPSIS diff --git a/man1/memusagestat.1 b/man1/memusagestat.1 index 115725899b..23c3f3a553 100644 --- a/man1/memusagestat.1 +++ b/man1/memusagestat.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 2013, Peter Schiffer .\" .\" SPDX-License-Identifier: GPL-2.0-or-later -.TH MEMUSAGESTAT 1 2021-03-22 "Linux man-pages (unreleased)" "Linux programmer's manual" +.TH MEMUSAGESTAT 1 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memusagestat \- generate graphic from memory profiling data .SH SYNOPSIS diff --git a/man1/mtrace.1 b/man1/mtrace.1 index 7d94883be8..3ef356221a 100644 --- a/man1/mtrace.1 +++ b/man1/mtrace.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 2013, Peter Schiffer (pschiffe@redhat.com) .\" .\" SPDX-License-Identifier: GPL-2.0-or-later -.TH MTRACE 1 2021-03-22 "Linux man-pages (unreleased)" "Linux user manual" +.TH MTRACE 1 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mtrace \- interpret the malloc trace log .SH SYNOPSIS diff --git a/man1/pldd.1 b/man1/pldd.1 index 56e778e7c7..7e568c82ac 100644 --- a/man1/pldd.1 +++ b/man1/pldd.1 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PLDD 1 2020-11-01 "Linux man-pages (unreleased)" "Linux User Manual" +.TH PLDD 1 2020-11-01 "Linux man-pages (unreleased)" .SH NAME pldd \- display dynamic shared objects linked into a process .SH SYNOPSIS diff --git a/man1/sprof.1 b/man1/sprof.1 index 6fe52dbd96..35bd42c3d4 100644 --- a/man1/sprof.1 +++ b/man1/sprof.1 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SPROF 1 2020-11-01 "Linux man-pages (unreleased)" "Linux User Manual" +.TH SPROF 1 2020-11-01 "Linux man-pages (unreleased)" .SH NAME sprof \- read and display shared object profiling data .SH SYNOPSIS diff --git a/man1/time.1 b/man1/time.1 index 707370be5a..2d438feb78 100644 --- a/man1/time.1 +++ b/man1/time.1 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH TIME 1 2019-03-06 "Linux man-pages (unreleased)" "Linux User's Manual" +.TH TIME 1 2019-03-06 "Linux man-pages (unreleased)" .SH NAME time \- time a simple command or give resource usage .SH SYNOPSIS diff --git a/man2/_exit.2 b/man2/_exit.2 index d3314bd16a..2e2816964b 100644 --- a/man2/_exit.2 +++ b/man2/_exit.2 @@ -6,7 +6,7 @@ .\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith .\" Modified 2001-11-17, aeb .\" -.TH _EXIT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH _EXIT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME _exit, _Exit \- terminate the calling process .SH LIBRARY diff --git a/man2/_syscall.2 b/man2/_syscall.2 index eb5f94e309..dc6faad410 100644 --- a/man2/_syscall.2 +++ b/man2/_syscall.2 @@ -16,7 +16,7 @@ .\" 2007-10-23 mtk: created as a new page, by taking the content .\" specific to the _syscall() macros from intro(2). .\" -.TH _SYSCALL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH _SYSCALL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME _syscall \- invoking a system call without library support (OBSOLETE) .SH SYNOPSIS diff --git a/man2/accept.2 b/man2/accept.2 index 42ce73eef2..002cc074fe 100644 --- a/man2/accept.2 +++ b/man2/accept.2 @@ -10,7 +10,7 @@ .\" Modified 2004-06-17 by Michael Kerrisk .\" 2008-12-04, mtk, Add documentation of accept4() .\" -.TH ACCEPT 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ACCEPT 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME accept, accept4 \- accept a connection on a socket .SH LIBRARY diff --git a/man2/access.2 b/man2/access.2 index e922433c66..14d9507508 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -20,7 +20,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk .\" 2007-06-10, mtk, various parts rewritten, and added BUGS section. .\" -.TH ACCESS 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ACCESS 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME access, faccessat, faccessat2 \- check user's permissions for a file .SH LIBRARY diff --git a/man2/acct.2 b/man2/acct.2 index 549c54365e..4864fc8e9a 100644 --- a/man2/acct.2 +++ b/man2/acct.2 @@ -9,7 +9,7 @@ .\" Modified 1998-11-04 by Tigran Aivazian .\" Modified 2004-05-27, 2004-06-17, 2004-06-23 by Michael Kerrisk .\" -.TH ACCT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ACCT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME acct \- switch process accounting on or off .SH LIBRARY diff --git a/man2/add_key.2 b/man2/add_key.2 index 8c5d3add31..9bb7d733ae 100644 --- a/man2/add_key.2 +++ b/man2/add_key.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ADD_KEY 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Key Management Calls" +.TH ADD_KEY 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME add_key \- add a key to the kernel's key management facility .SH LIBRARY diff --git a/man2/adjtimex.2 b/man2/adjtimex.2 index def79e8756..1f56c3bde0 100644 --- a/man2/adjtimex.2 +++ b/man2/adjtimex.2 @@ -7,7 +7,7 @@ .\" Modified 1997-07-30 by Paul Slootman .\" Modified 2004-05-27 by Michael Kerrisk .\" -.TH ADJTIMEX 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ADJTIMEX 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME adjtimex, clock_adjtime, ntp_adjtime \- tune kernel clock .SH LIBRARY diff --git a/man2/alarm.2 b/man2/alarm.2 index c0147478aa..977e7dd8e0 100644 --- a/man2/alarm.2 +++ b/man2/alarm.2 @@ -7,7 +7,7 @@ .\" Modified Sun Jul 21 21:25:26 1996 by Andries Brouwer .\" Modified Wed Nov 6 03:46:05 1996 by Eric S. Raymond .\" -.TH ALARM 2 2017-05-03 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ALARM 2 2017-05-03 "Linux man-pages (unreleased)" .SH NAME alarm \- set an alarm clock for delivery of a signal .SH LIBRARY diff --git a/man2/alloc_hugepages.2 b/man2/alloc_hugepages.2 index 7393258fd4..bae8b1ede3 100644 --- a/man2/alloc_hugepages.2 +++ b/man2/alloc_hugepages.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ALLOC_HUGEPAGES 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ALLOC_HUGEPAGES 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME alloc_hugepages, free_hugepages \- allocate or free huge pages .SH SYNOPSIS diff --git a/man2/arch_prctl.2 b/man2/arch_prctl.2 index bb833985e4..0b0643ee3f 100644 --- a/man2/arch_prctl.2 +++ b/man2/arch_prctl.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ARCH_PRCTL 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ARCH_PRCTL 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME arch_prctl \- set architecture-specific thread state .SH LIBRARY diff --git a/man2/bdflush.2 b/man2/bdflush.2 index f3029a5456..7a2f5cc386 100644 --- a/man2/bdflush.2 +++ b/man2/bdflush.2 @@ -5,7 +5,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond .\" Modified 2004-06-17 by Michael Kerrisk .\" -.TH BDFLUSH 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BDFLUSH 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME bdflush \- start, flush, or tune buffer-dirty-flush daemon .SH SYNOPSIS diff --git a/man2/bind.2 b/man2/bind.2 index c65b8bcaf6..ce42aed738 100644 --- a/man2/bind.2 +++ b/man2/bind.2 @@ -18,7 +18,7 @@ .\" $Id: bind.2,v 1.3 1999/04/23 19:56:07 freitag Exp $ .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH BIND 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BIND 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME bind \- bind a name to a socket .SH LIBRARY diff --git a/man2/bpf.2 b/man2/bpf.2 index a7b4efb29e..d05b73ec2b 100644 --- a/man2/bpf.2 +++ b/man2/bpf.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH BPF 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BPF 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME bpf \- perform a command on an extended BPF map or program .SH SYNOPSIS diff --git a/man2/brk.2 b/man2/brk.2 index 66ffc02099..2b6b1476fb 100644 --- a/man2/brk.2 +++ b/man2/brk.2 @@ -7,7 +7,7 @@ .\" Modified Wed Jul 21 19:52:58 1993 by Rik Faith .\" Modified Sun Aug 21 17:40:38 1994 by Rik Faith .\" -.TH BRK 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BRK 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME brk, sbrk \- change data segment size .SH LIBRARY diff --git a/man2/cacheflush.2 b/man2/cacheflush.2 index d3694f0ebb..1f081caa44 100644 --- a/man2/cacheflush.2 +++ b/man2/cacheflush.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH CACHEFLUSH 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CACHEFLUSH 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cacheflush \- flush contents of instruction and/or data cache .SH LIBRARY diff --git a/man2/capget.2 b/man2/capget.2 index 294e3aae71..5820c29f14 100644 --- a/man2/capget.2 +++ b/man2/capget.2 @@ -11,7 +11,7 @@ .\" 64-bit capability sets in kernel 2.6.2[45]. .\" Modified 2009-01-26, andi kleen .\" -.TH CAPGET 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CAPGET 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME capget, capset \- set/get capabilities of thread(s) .SH LIBRARY diff --git a/man2/chdir.2 b/man2/chdir.2 index 2ac5b8146e..2b78ffff76 100644 --- a/man2/chdir.2 +++ b/man2/chdir.2 @@ -10,7 +10,7 @@ .\" Modified 1997-08-21 by Joseph S. Myers .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH CHDIR 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CHDIR 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME chdir, fchdir \- change working directory .SH LIBRARY diff --git a/man2/chmod.2 b/man2/chmod.2 index e2277f9b53..ca71b8ef22 100644 --- a/man2/chmod.2 +++ b/man2/chmod.2 @@ -9,7 +9,7 @@ .\" : NFS details .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH CHMOD 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CHMOD 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME chmod, fchmod, fchmodat \- change permissions of a file .SH LIBRARY diff --git a/man2/chown.2 b/man2/chown.2 index 42f75fb5b4..badd3f6bc3 100644 --- a/man2/chown.2 +++ b/man2/chown.2 @@ -15,7 +15,7 @@ .\" (bsdgroups versus sysvgroups, and the effect of the parent .\" directory's set-group-ID mode bit). .\" -.TH CHOWN 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CHOWN 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME chown, fchown, lchown, fchownat \- change ownership of a file .SH LIBRARY diff --git a/man2/chroot.2 b/man2/chroot.2 index 3c4290889d..fd21695290 100644 --- a/man2/chroot.2 +++ b/man2/chroot.2 @@ -10,7 +10,7 @@ .\" Modified 1997-08-21 by Joseph S. Myers .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH CHROOT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CHROOT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME chroot \- change root directory .SH LIBRARY diff --git a/man2/clock_getres.2 b/man2/clock_getres.2 index 054b229d06..e994d6dcb9 100644 --- a/man2/clock_getres.2 +++ b/man2/clock_getres.2 @@ -8,7 +8,7 @@ .\" 2003-08-24 aeb, large parts rewritten .\" 2004-08-06 Christoph Lameter , SMP note .\" -.TH CLOCK_GETRES 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOCK_GETRES 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME clock_getres, clock_gettime, clock_settime \- clock and time functions .SH LIBRARY diff --git a/man2/clock_nanosleep.2 b/man2/clock_nanosleep.2 index 9019fac2e3..47b93345da 100644 --- a/man2/clock_nanosleep.2 +++ b/man2/clock_nanosleep.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH CLOCK_NANOSLEEP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOCK_NANOSLEEP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME clock_nanosleep \- high-resolution sleep with specifiable clock .SH LIBRARY diff --git a/man2/clone.2 b/man2/clone.2 index f514f2d1dc..e3f8e69047 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -37,7 +37,7 @@ .\" 2008-11-19, mtk, document CLONE_NEWIPC .\" 2008-11-19, Jens Axboe, mtk, document CLONE_IO .\" -.TH CLONE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLONE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME clone, __clone2, clone3 \- create a child process .SH LIBRARY diff --git a/man2/close.2 b/man2/close.2 index 2ffa5811e0..4db8440911 100644 --- a/man2/close.2 +++ b/man2/close.2 @@ -13,7 +13,7 @@ .\" Modified 2000-07-22 by Nicolás Lichtmaier .\" added note about close(2) not guaranteeing that data is safe on close. .\" -.TH CLOSE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOSE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME close \- close a file descriptor .SH LIBRARY diff --git a/man2/close_range.2 b/man2/close_range.2 index 8b837e4fa0..386f829c95 100644 --- a/man2/close_range.2 +++ b/man2/close_range.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH CLOSE_RANGE 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOSE_RANGE 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME close_range \- close all file descriptors in a given range .SH LIBRARY diff --git a/man2/connect.2 b/man2/connect.2 index 0a1ed1c512..802a33402d 100644 --- a/man2/connect.2 +++ b/man2/connect.2 @@ -16,7 +16,7 @@ .\" Modified 1998, 1999 by Andi Kleen .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH CONNECT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CONNECT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME connect \- initiate a connection on a socket .SH LIBRARY diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2 index ca60e5f4f1..17c0fffb98 100644 --- a/man2/copy_file_range.2 +++ b/man2/copy_file_range.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH COPY_FILE_RANGE 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH COPY_FILE_RANGE 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME copy_file_range \- Copy a range of data from one file to another .SH LIBRARY diff --git a/man2/create_module.2 b/man2/create_module.2 index 758c12ff5c..8460f24f2d 100644 --- a/man2/create_module.2 +++ b/man2/create_module.2 @@ -5,7 +5,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk .\" -.TH CREATE_MODULE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CREATE_MODULE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME create_module \- create a loadable module entry .SH SYNOPSIS diff --git a/man2/delete_module.2 b/man2/delete_module.2 index 1001b3d41d..bc6775bd58 100644 --- a/man2/delete_module.2 +++ b/man2/delete_module.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH DELETE_MODULE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DELETE_MODULE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME delete_module \- unload a kernel module .SH LIBRARY diff --git a/man2/dup.2 b/man2/dup.2 index 9ef7970000..75f64adcb5 100644 --- a/man2/dup.2 +++ b/man2/dup.2 @@ -14,7 +14,7 @@ .\" details for dup2(). .\" 2008-10-09, mtk: add description of dup3() .\" -.TH DUP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DUP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME dup, dup2, dup3 \- duplicate a file descriptor .SH LIBRARY diff --git a/man2/epoll_create.2 b/man2/epoll_create.2 index a83e169d81..09ce481fa0 100644 --- a/man2/epoll_create.2 +++ b/man2/epoll_create.2 @@ -8,7 +8,7 @@ .\" Modified 2005-04-04 by Marko Kohtala .\" 2008-10-10, mtk: add description of epoll_create1() .\" -.TH EPOLL_CREATE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EPOLL_CREATE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME epoll_create, epoll_create1 \- open an epoll file descriptor .SH LIBRARY diff --git a/man2/epoll_ctl.2 b/man2/epoll_ctl.2 index 93ced39255..cd050b1ae5 100644 --- a/man2/epoll_ctl.2 +++ b/man2/epoll_ctl.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH EPOLL_CTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EPOLL_CTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME epoll_ctl \- control interface for an epoll file descriptor .SH LIBRARY diff --git a/man2/epoll_wait.2 b/man2/epoll_wait.2 index 43f8c1d3ea..39f8e54ce0 100644 --- a/man2/epoll_wait.2 +++ b/man2/epoll_wait.2 @@ -6,7 +6,7 @@ .\" .\" 2007-04-30: mtk, Added description of epoll_pwait() .\" -.TH EPOLL_WAIT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EPOLL_WAIT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME epoll_wait, epoll_pwait, epoll_pwait2 \- wait for an I/O event on an epoll file descriptor diff --git a/man2/eventfd.2 b/man2/eventfd.2 index 4d258d91ea..ad388746af 100644 --- a/man2/eventfd.2 +++ b/man2/eventfd.2 @@ -5,7 +5,7 @@ .\" .\" 2008-10-10, mtk: describe eventfd2(), and EFD_NONBLOCK and EFD_CLOEXEC .\" -.TH EVENTFD 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EVENTFD 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME eventfd \- create a file descriptor for event notification .SH LIBRARY diff --git a/man2/execve.2 b/man2/execve.2 index 9bb672dd8e..744d06c273 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -14,7 +14,7 @@ .\" 2007-09-14 Ollie Wild , mtk .\" Add text describing limits on command-line arguments + environment .\" -.TH EXECVE 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EXECVE 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME execve \- execute program .SH LIBRARY diff --git a/man2/execveat.2 b/man2/execveat.2 index f096ad9dd8..c2673f6740 100644 --- a/man2/execveat.2 +++ b/man2/execveat.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH EXECVEAT 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EXECVEAT 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME execveat \- execute program relative to a directory file descriptor .SH LIBRARY diff --git a/man2/exit_group.2 b/man2/exit_group.2 index 365902602e..44fadf1486 100644 --- a/man2/exit_group.2 +++ b/man2/exit_group.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH EXIT_GROUP 2 2021-06-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EXIT_GROUP 2 2021-06-20 "Linux man-pages (unreleased)" .SH NAME exit_group \- exit all threads in a process .SH LIBRARY diff --git a/man2/fallocate.2 b/man2/fallocate.2 index 3a2aec878d..723a8bf9d3 100644 --- a/man2/fallocate.2 +++ b/man2/fallocate.2 @@ -6,7 +6,7 @@ .\" 2011-09-19: Added FALLOC_FL_PUNCH_HOLE .\" 2011-09-19: Substantial restructuring of the page .\" -.TH FALLOCATE 2 2019-11-19 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FALLOCATE 2 2019-11-19 "Linux man-pages (unreleased)" .SH NAME fallocate \- manipulate file space .SH LIBRARY diff --git a/man2/fanotify_init.2 b/man2/fanotify_init.2 index 320284a977..09b69722c2 100644 --- a/man2/fanotify_init.2 +++ b/man2/fanotify_init.2 @@ -1,7 +1,7 @@ \" Copyright (C) 2013, Heinrich Schuchardt .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft -.TH FANOTIFY_INIT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FANOTIFY_INIT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fanotify_init \- create and initialize fanotify group .SH LIBRARY diff --git a/man2/fanotify_mark.2 b/man2/fanotify_mark.2 index 45e38de023..2696a803a1 100644 --- a/man2/fanotify_mark.2 +++ b/man2/fanotify_mark.2 @@ -1,7 +1,7 @@ .\" Copyright (C) 2013, Heinrich Schuchardt .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft -.TH FANOTIFY_MARK 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FANOTIFY_MARK 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME fanotify_mark \- add, remove, or modify an fanotify mark on a filesystem object diff --git a/man2/fcntl.2 b/man2/fcntl.2 index 228968c222..8c2e2f5a06 100644 --- a/man2/fcntl.2 +++ b/man2/fcntl.2 @@ -44,7 +44,7 @@ .\" 2017-06-26, Jens Axboe .\" Document F_{GET,SET}_RW_HINT and F_{GET,SET}_FILE_RW_HINT .\" -.TH FCNTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FCNTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fcntl \- manipulate file descriptor .SH LIBRARY diff --git a/man2/flock.2 b/man2/flock.2 index ef43b9de8a..73ed936e27 100644 --- a/man2/flock.2 +++ b/man2/flock.2 @@ -12,7 +12,7 @@ .\" FIXME Maybe document LOCK_MAND, LOCK_RW, LOCK_READ, LOCK_WRITE .\" which only have effect for SAMBA. .\" -.TH FLOCK 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FLOCK 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME flock \- apply or remove an advisory lock on an open file .SH LIBRARY diff --git a/man2/fork.2 b/man2/fork.2 index 226bb96183..4ac62f8519 100644 --- a/man2/fork.2 +++ b/man2/fork.2 @@ -16,7 +16,7 @@ .\" Greatly expanded, to describe all attributes that differ .\" parent and child. .\" -.TH FORK 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FORK 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fork \- create a child process .SH LIBRARY diff --git a/man2/fsync.2 b/man2/fsync.2 index 101eccb5f7..2fbd0a678c 100644 --- a/man2/fsync.2 +++ b/man2/fsync.2 @@ -15,7 +15,7 @@ .\" 2006-04-28, mtk, substantial rewrite of various parts. .\" 2012-02-27 Various changes by Christoph Hellwig .\" -.TH FSYNC 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FSYNC 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fsync, fdatasync \- synchronize a file's in-core state with storage device .SH LIBRARY diff --git a/man2/futex.2 b/man2/futex.2 index f8e9aeae00..ff75fce5cc 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -19,7 +19,7 @@ .\" FIXME Do we need to add some text regarding Torvald Riegel's 2015-01-24 mail .\" http://thread.gmane.org/gmane.linux.kernel/1703405/focus=1873242 .\" -.TH FUTEX 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FUTEX 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME futex \- fast user-space locking .SH LIBRARY diff --git a/man2/futimesat.2 b/man2/futimesat.2 index bf227f2910..e179dc777a 100644 --- a/man2/futimesat.2 +++ b/man2/futimesat.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FUTIMESAT 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FUTIMESAT 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME futimesat \- change timestamps of a file relative to a \ directory file descriptor diff --git a/man2/get_kernel_syms.2 b/man2/get_kernel_syms.2 index d2641d894e..38a3660ae8 100644 --- a/man2/get_kernel_syms.2 +++ b/man2/get_kernel_syms.2 @@ -5,7 +5,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk .\" -.TH GET_KERNEL_SYMS 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GET_KERNEL_SYMS 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME get_kernel_syms \- retrieve exported kernel and module symbols .SH SYNOPSIS diff --git a/man2/get_mempolicy.2 b/man2/get_mempolicy.2 index d0f57e0c6a..4dae70a255 100644 --- a/man2/get_mempolicy.2 +++ b/man2/get_mempolicy.2 @@ -24,7 +24,7 @@ .\" 2007-08-27, Lee Schermerhorn .\" more precise specification of behavior. .\" -.TH GET_MEMPOLICY 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GET_MEMPOLICY 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME get_mempolicy \- retrieve NUMA memory policy for a thread .SH LIBRARY diff --git a/man2/get_robust_list.2 b/man2/get_robust_list.2 index 5fcb757e80..746034d022 100644 --- a/man2/get_robust_list.2 +++ b/man2/get_robust_list.2 @@ -7,7 +7,7 @@ .\" FIXME Something could be added to this page (or exit(2)) .\" about exit_robust_list processing .\" -.TH GET_ROBUST_LIST 2 2021-03-22 "Linux man-pages (unreleased)" "Linux System Calls" +.TH GET_ROBUST_LIST 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME get_robust_list, set_robust_list \- get/set list of robust futexes .SH LIBRARY diff --git a/man2/getcpu.2 b/man2/getcpu.2 index ec58e0b7a9..6a36a4a72d 100644 --- a/man2/getcpu.2 +++ b/man2/getcpu.2 @@ -9,7 +9,7 @@ .\" .\" 2008, mtk, various edits .\" -.TH GETCPU 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETCPU 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getcpu \- determine CPU and NUMA node on which the calling thread is running .SH LIBRARY diff --git a/man2/getdents.2 b/man2/getdents.2 index 013b3d931c..ae815ae155 100644 --- a/man2/getdents.2 +++ b/man2/getdents.2 @@ -8,7 +8,7 @@ .\" Derived from 'readdir.2'. .\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond .\" -.TH GETDENTS 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETDENTS 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getdents, getdents64 \- get directory entries .SH LIBRARY diff --git a/man2/getdomainname.2 b/man2/getdomainname.2 index 352b65af24..8c8f074f65 100644 --- a/man2/getdomainname.2 +++ b/man2/getdomainname.2 @@ -6,7 +6,7 @@ .\" Modified 2004-06-17 by Michael Kerrisk .\" Modified 2008-11-27 by mtk .\" -.TH GETDOMAINNAME 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETDOMAINNAME 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getdomainname, setdomainname \- get/set NIS domain name .SH LIBRARY diff --git a/man2/getgid.2 b/man2/getgid.2 index dd8215c1f8..ca4e454c89 100644 --- a/man2/getgid.2 +++ b/man2/getgid.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETGID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETGID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getgid, getegid \- get group identity .SH LIBRARY diff --git a/man2/getgroups.2 b/man2/getgroups.2 index 4c1287a86c..4318bebf44 100644 --- a/man2/getgroups.2 +++ b/man2/getgroups.2 @@ -9,7 +9,7 @@ .\" 2008-05-03, mtk, expanded and rewrote parts of DESCRIPTION and RETURN .\" VALUE, made style of page more consistent with man-pages style. .\" -.TH GETGROUPS 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETGROUPS 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getgroups, setgroups \- get/set list of supplementary group IDs .SH LIBRARY diff --git a/man2/gethostname.2 b/man2/gethostname.2 index 30f0dd180a..e2effccfce 100644 --- a/man2/gethostname.2 +++ b/man2/gethostname.2 @@ -9,7 +9,7 @@ .\" Modified 2004-06-17 by mtk .\" Modified 2008-11-27 by mtk .\" -.TH GETHOSTNAME 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETHOSTNAME 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME gethostname, sethostname \- get/set hostname .SH LIBRARY diff --git a/man2/getitimer.2 b/man2/getitimer.2 index 661459f3eb..c3d3d40d22 100644 --- a/man2/getitimer.2 +++ b/man2/getitimer.2 @@ -10,7 +10,7 @@ .\" 2005-04-06 mtk, Matthias Lang .\" Noted MAX_SEC_IN_JIFFIES ceiling .\" -.TH GETITIMER 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETITIMER 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getitimer, setitimer \- get or set value of an interval timer .SH LIBRARY diff --git a/man2/getpagesize.2 b/man2/getpagesize.2 index 1ce3428e8c..5c834b1467 100644 --- a/man2/getpagesize.2 +++ b/man2/getpagesize.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETPAGESIZE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPAGESIZE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getpagesize \- get memory page size .SH LIBRARY diff --git a/man2/getpeername.2 b/man2/getpeername.2 index bad5d272c4..361fd1de5a 100644 --- a/man2/getpeername.2 +++ b/man2/getpeername.2 @@ -11,7 +11,7 @@ .\" Modified 17 Jul 2002, Michael Kerrisk .\" Added 'socket' to NAME, so that "man -k socket" will show this page. .\" -.TH GETPEERNAME 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPEERNAME 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getpeername \- get name of connected peer socket .SH LIBRARY diff --git a/man2/getpid.2 b/man2/getpid.2 index 1cb06147a2..84631e7005 100644 --- a/man2/getpid.2 +++ b/man2/getpid.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETPID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getpid, getppid \- get process identification .SH LIBRARY diff --git a/man2/getpriority.2 b/man2/getpriority.2 index 5443df40ab..f018c06730 100644 --- a/man2/getpriority.2 +++ b/man2/getpriority.2 @@ -14,7 +14,7 @@ .\" Clarified meaning of 0 value for 'who' argument .\" Modified 2004-05-27 by Michael Kerrisk .\" -.TH GETPRIORITY 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPRIORITY 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME getpriority, setpriority \- get/set program scheduling priority .SH LIBRARY diff --git a/man2/getrandom.2 b/man2/getrandom.2 index e78f1cc818..6b45e7969b 100644 --- a/man2/getrandom.2 +++ b/man2/getrandom.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETRANDOM 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETRANDOM 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getrandom \- obtain a series of random bytes .SH LIBRARY diff --git a/man2/getresuid.2 b/man2/getresuid.2 index 813e120a73..0c6d26801e 100644 --- a/man2/getresuid.2 +++ b/man2/getresuid.2 @@ -5,7 +5,7 @@ .\" .\" Modified, 2003-05-26, Michael Kerrisk, .\" -.TH GETRESUID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETRESUID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getresuid, getresgid \- get real, effective, and saved user/group IDs .SH LIBRARY diff --git a/man2/getrlimit.2 b/man2/getrlimit.2 index a377c29993..33175ce618 100644 --- a/man2/getrlimit.2 +++ b/man2/getrlimit.2 @@ -41,7 +41,7 @@ .\" 2008-05-07, mtk / Peter Zijlstra, Added description of RLIMIT_RTTIME .\" 2010-11-06, mtk: Added documentation of prlimit() .\" -.TH GETRLIMIT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETRLIMIT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getrlimit, setrlimit, prlimit \- get/set resource limits .SH LIBRARY diff --git a/man2/getrusage.2 b/man2/getrusage.2 index 2ae49c56cb..df83fafdb0 100644 --- a/man2/getrusage.2 +++ b/man2/getrusage.2 @@ -16,7 +16,7 @@ .\" document ru_maxrss .\" 2010-05-24, mtk, enhanced description of various fields .\" -.TH GETRUSAGE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETRUSAGE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getrusage \- get resource usage .SH LIBRARY diff --git a/man2/getsid.2 b/man2/getsid.2 index 1206e5327d..7f8bdfb43a 100644 --- a/man2/getsid.2 +++ b/man2/getsid.2 @@ -5,7 +5,7 @@ .\" .\" Modified Thu Oct 31 14:18:40 1996 by Eric S. Raymond .\" Modified 2001-12-17, aeb -.TH GETSID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETSID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getsid \- get session ID .SH LIBRARY diff --git a/man2/getsockname.2 b/man2/getsockname.2 index 1704692536..49c0a54ad7 100644 --- a/man2/getsockname.2 +++ b/man2/getsockname.2 @@ -9,7 +9,7 @@ .\" Modified Tue Oct 22 00:22:35 EDT 1996 by Eric S. Raymond .\" Modified Sun Mar 28 21:26:46 1999 by Andries Brouwer .\" -.TH GETSOCKNAME 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETSOCKNAME 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getsockname \- get socket name .SH LIBRARY diff --git a/man2/getsockopt.2 b/man2/getsockopt.2 index 6b6e6e2770..ab2f270ee3 100644 --- a/man2/getsockopt.2 +++ b/man2/getsockopt.2 @@ -13,7 +13,7 @@ .\" Modified 1999 by Andi Kleen . .\" Removed most stuff because it is in socket.7 now. .\" -.TH GETSOCKOPT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETSOCKOPT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getsockopt, setsockopt \- get and set options on sockets .SH LIBRARY diff --git a/man2/gettid.2 b/man2/gettid.2 index 6e0a1b1e1b..fa6ed01f8a 100644 --- a/man2/gettid.2 +++ b/man2/gettid.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETTID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETTID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME gettid \- get thread identification .SH LIBRARY diff --git a/man2/gettimeofday.2 b/man2/gettimeofday.2 index 4a7162e05e..98259a077d 100644 --- a/man2/gettimeofday.2 +++ b/man2/gettimeofday.2 @@ -17,7 +17,7 @@ .\" Modified, 2004-05-27 by Michael Kerrisk .\" Added notes on capability requirement. .\" -.TH GETTIMEOFDAY 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETTIMEOFDAY 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME gettimeofday, settimeofday \- get / set time .SH LIBRARY diff --git a/man2/getuid.2 b/man2/getuid.2 index 358e6d5b23..9e2aabfc22 100644 --- a/man2/getuid.2 +++ b/man2/getuid.2 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Historical remark, aeb, 2004-06-05 -.TH GETUID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETUID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getuid, geteuid \- get user identity .SH LIBRARY diff --git a/man2/getunwind.2 b/man2/getunwind.2 index bd7143c27c..94935ba023 100644 --- a/man2/getunwind.2 +++ b/man2/getunwind.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETUNWIND 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETUNWIND 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getunwind \- copy the unwind data to caller's buffer .SH LIBRARY diff --git a/man2/getxattr.2 b/man2/getxattr.2 index 0f1870ebb7..04937783f1 100644 --- a/man2/getxattr.2 +++ b/man2/getxattr.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH GETXATTR 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETXATTR 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getxattr, lgetxattr, fgetxattr \- retrieve an extended attribute value .SH LIBRARY diff --git a/man2/idle.2 b/man2/idle.2 index da8b1d7a35..38d4379be5 100644 --- a/man2/idle.2 +++ b/man2/idle.2 @@ -9,7 +9,7 @@ .\" N.B. calling "idle" from user process used to hang process! .\" Modified Thu Oct 31 14:41:15 1996 by Eric S. Raymond .\" " -.TH IDLE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IDLE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME idle \- make process 0 idle .SH SYNOPSIS diff --git a/man2/init_module.2 b/man2/init_module.2 index d130aba63a..63b4f8622e 100644 --- a/man2/init_module.2 +++ b/man2/init_module.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH INIT_MODULE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INIT_MODULE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME init_module, finit_module \- load a kernel module .SH LIBRARY diff --git a/man2/inotify_add_watch.2 b/man2/inotify_add_watch.2 index b67dd24a39..d56d66aa31 100644 --- a/man2/inotify_add_watch.2 +++ b/man2/inotify_add_watch.2 @@ -6,7 +6,7 @@ .\" 2005-07-19 Robert Love - initial version .\" 2006-02-07 mtk, various changes .\" -.TH INOTIFY_ADD_WATCH 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INOTIFY_ADD_WATCH 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME inotify_add_watch \- add a watch to an initialized inotify instance .SH LIBRARY diff --git a/man2/inotify_init.2 b/man2/inotify_init.2 index 0e94bac11a..aa210113f5 100644 --- a/man2/inotify_init.2 +++ b/man2/inotify_init.2 @@ -7,7 +7,7 @@ .\" 2006-02-07 mtk, minor changes .\" 2008-10-10 mtk: add description of inotify_init1() .\" -.TH INOTIFY_INIT 2 2020-04-11 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INOTIFY_INIT 2 2020-04-11 "Linux man-pages (unreleased)" .SH NAME inotify_init, inotify_init1 \- initialize an inotify instance .SH LIBRARY diff --git a/man2/inotify_rm_watch.2 b/man2/inotify_rm_watch.2 index 4c9393c017..b11bd37dea 100644 --- a/man2/inotify_rm_watch.2 +++ b/man2/inotify_rm_watch.2 @@ -5,7 +5,7 @@ .\" 2005-07-19 Robert Love - initial version .\" 2006-02-07 mtk, minor changes .\" -.TH INOTIFY_RM_WATCH 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INOTIFY_RM_WATCH 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME inotify_rm_watch \- remove an existing watch from an inotify instance .SH LIBRARY diff --git a/man2/intro.2 b/man2/intro.2 index 22fd17319f..570bdfc1de 100644 --- a/man2/intro.2 +++ b/man2/intro.2 @@ -6,7 +6,7 @@ .\" new _syscall(2) page, and substantially enhanced and rewrote .\" the remaining material on this page. .\" -.TH INTRO 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INTRO 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME intro \- introduction to system calls .SH DESCRIPTION diff --git a/man2/io_cancel.2 b/man2/io_cancel.2 index 9590b395cc..7236fecaea 100644 --- a/man2/io_cancel.2 +++ b/man2/io_cancel.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH IO_CANCEL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IO_CANCEL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME io_cancel \- cancel an outstanding asynchronous I/O operation .SH LIBRARY diff --git a/man2/io_destroy.2 b/man2/io_destroy.2 index b3ebef28ad..3fee3f42f2 100644 --- a/man2/io_destroy.2 +++ b/man2/io_destroy.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH IO_DESTROY 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IO_DESTROY 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME io_destroy \- destroy an asynchronous I/O context .SH LIBRARY diff --git a/man2/io_getevents.2 b/man2/io_getevents.2 index b4668ae32c..0f884be4c5 100644 --- a/man2/io_getevents.2 +++ b/man2/io_getevents.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH IO_GETEVENTS 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IO_GETEVENTS 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME io_getevents \- read asynchronous I/O events from the completion queue .SH LIBRARY diff --git a/man2/io_setup.2 b/man2/io_setup.2 index 43a0b953b3..13dc62aa1b 100644 --- a/man2/io_setup.2 +++ b/man2/io_setup.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH IO_SETUP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IO_SETUP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME io_setup \- create an asynchronous I/O context .SH LIBRARY diff --git a/man2/io_submit.2 b/man2/io_submit.2 index 82d7a09127..308d905757 100644 --- a/man2/io_submit.2 +++ b/man2/io_submit.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH IO_SUBMIT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IO_SUBMIT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME io_submit \- submit asynchronous I/O blocks for processing .SH LIBRARY diff --git a/man2/ioctl.2 b/man2/ioctl.2 index 41f6623898..5d46ea36f7 100644 --- a/man2/ioctl.2 +++ b/man2/ioctl.2 @@ -10,7 +10,7 @@ .\" Modified 1999-06-25 by Rachael Munns .\" Modified 2000-09-21 by Andries Brouwer .\" -.TH IOCTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ioctl \- control device .SH LIBRARY diff --git a/man2/ioctl_console.2 b/man2/ioctl_console.2 index 5bcc488663..28eaade83d 100644 --- a/man2/ioctl_console.2 +++ b/man2/ioctl_console.2 @@ -18,7 +18,7 @@ .\" VT_UNLOCKSWITCH (since 1.3.47, needs CAP_SYS_TTY_CONFIG) .\" VT_GETHIFONTMASK (since 2.6.18) .\" -.TH IOCTL_CONSOLE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL_CONSOLE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ioctl_console \- ioctls for console terminal and virtual consoles .SH DESCRIPTION diff --git a/man2/ioctl_fat.2 b/man2/ioctl_fat.2 index b79a61f98c..fc657ffa99 100644 --- a/man2/ioctl_fat.2 +++ b/man2/ioctl_fat.2 @@ -1,7 +1,7 @@ .\" Copyright (C) 2014, Heinrich Schuchardt .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft -.TH IOCTL_FAT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL_FAT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ioctl_fat \- manipulating the FAT filesystem .SH LIBRARY diff --git a/man2/ioctl_ficlonerange.2 b/man2/ioctl_ficlonerange.2 index 1c945ff94b..c16d14b8b8 100644 --- a/man2/ioctl_ficlonerange.2 +++ b/man2/ioctl_ficlonerange.2 @@ -1,7 +1,7 @@ .\" Copyright (c) 2016, Oracle. All rights reserved. .\" .\" SPDX-License-Identifier: GPL-2.0-or-later -.TH IOCTL_FICLONERANGE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL_FICLONERANGE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ioctl_ficlonerange, ioctl_ficlone \- share some the data of one file with another file diff --git a/man2/ioctl_fideduperange.2 b/man2/ioctl_fideduperange.2 index 78585d128e..573022aac9 100644 --- a/man2/ioctl_fideduperange.2 +++ b/man2/ioctl_fideduperange.2 @@ -1,7 +1,7 @@ .\" Copyright (c) 2016, Oracle. All rights reserved. .\" .\" SPDX-License-Identifier: GPL-2.0-or-later -.TH IOCTL_FIDEDUPERANGE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL_FIDEDUPERANGE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ioctl_fideduperange \- share some the data of one file with another file .SH LIBRARY diff --git a/man2/ioctl_fslabel.2 b/man2/ioctl_fslabel.2 index 3aded8bccf..90f2370206 100644 --- a/man2/ioctl_fslabel.2 +++ b/man2/ioctl_fslabel.2 @@ -1,7 +1,7 @@ .\" Copyright (c) 2018, Red Hat, Inc. All rights reserved. .\" .\" SPDX-License-Identifier: GPL-2.0-or-later -.TH IOCTL_FSLABEL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL_FSLABEL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ioctl_fslabel \- get or set a filesystem label .SH LIBRARY diff --git a/man2/ioctl_getfsmap.2 b/man2/ioctl_getfsmap.2 index 027bb02ace..0cc41cef58 100644 --- a/man2/ioctl_getfsmap.2 +++ b/man2/ioctl_getfsmap.2 @@ -1,7 +1,7 @@ .\" Copyright (c) 2017, Oracle. All rights reserved. .\" .\" SPDX-License-Identifier: GPL-2.0-or-later -.TH IOCTL_GETFSMAP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL_GETFSMAP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ioctl_getfsmap \- retrieve the physical layout of the filesystem .SH LIBRARY diff --git a/man2/ioctl_iflags.2 b/man2/ioctl_iflags.2 index a7f12637ef..e17319ed77 100644 --- a/man2/ioctl_iflags.2 +++ b/man2/ioctl_iflags.2 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH IOCTL_IFLAGS 2 2019-11-19 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL_IFLAGS 2 2019-11-19 "Linux man-pages (unreleased)" .SH NAME ioctl_iflags \- ioctl() operations for inode flags .SH DESCRIPTION diff --git a/man2/ioctl_ns.2 b/man2/ioctl_ns.2 index caedb63de7..95b39ccac4 100644 --- a/man2/ioctl_ns.2 +++ b/man2/ioctl_ns.2 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH IOCTL_NS 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL_NS 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ioctl_ns \- ioctl() operations for Linux namespaces .SH DESCRIPTION diff --git a/man2/ioctl_tty.2 b/man2/ioctl_tty.2 index 40f401fbdf..c6a3741046 100644 --- a/man2/ioctl_tty.2 +++ b/man2/ioctl_tty.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH IOCTL_TTY 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL_TTY 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME ioctl_tty \- ioctls for terminals and serial lines .SH LIBRARY diff --git a/man2/ioctl_userfaultfd.2 b/man2/ioctl_userfaultfd.2 index 604d1c1a8d..88876ce4e5 100644 --- a/man2/ioctl_userfaultfd.2 +++ b/man2/ioctl_userfaultfd.2 @@ -5,7 +5,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH IOCTL_USERFAULTFD 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOCTL_USERFAULTFD 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ioctl_userfaultfd \- create a file descriptor for handling page faults in user space diff --git a/man2/ioperm.2 b/man2/ioperm.2 index 30fac16705..5a5c7b49ce 100644 --- a/man2/ioperm.2 +++ b/man2/ioperm.2 @@ -12,7 +12,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements .\" -.TH IOPERM 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOPERM 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ioperm \- set port input/output permissions .SH LIBRARY diff --git a/man2/iopl.2 b/man2/iopl.2 index a94302d8a2..968626fc38 100644 --- a/man2/iopl.2 +++ b/man2/iopl.2 @@ -10,7 +10,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements .\" -.TH IOPL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOPL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iopl \- change I/O privilege level .SH LIBRARY diff --git a/man2/ioprio_set.2 b/man2/ioprio_set.2 index 1e553a87ef..1c5ca7855b 100644 --- a/man2/ioprio_set.2 +++ b/man2/ioprio_set.2 @@ -7,7 +7,7 @@ .\" with various additions by Michael Kerrisk .\" .\" -.TH IOPRIO_SET 2 2021-06-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOPRIO_SET 2 2021-06-20 "Linux man-pages (unreleased)" .SH NAME ioprio_get, ioprio_set \- get/set I/O scheduling class and priority .SH LIBRARY diff --git a/man2/ipc.2 b/man2/ipc.2 index a4e3d77832..2bf30fae76 100644 --- a/man2/ipc.2 +++ b/man2/ipc.2 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond -.TH IPC 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IPC 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ipc \- System V IPC system calls .SH LIBRARY diff --git a/man2/kcmp.2 b/man2/kcmp.2 index 0f26511c39..886d5d66c7 100644 --- a/man2/kcmp.2 +++ b/man2/kcmp.2 @@ -5,7 +5,7 @@ .\" .\" Kernel commit d97b46a64674a267bc41c9e16132ee2a98c3347d .\" -.TH KCMP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH KCMP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME kcmp \- compare two processes to determine if they share a kernel resource .SH LIBRARY diff --git a/man2/kexec_load.2 b/man2/kexec_load.2 index e586c7875e..99bfca7ba6 100644 --- a/man2/kexec_load.2 +++ b/man2/kexec_load.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH KEXEC_LOAD 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH KEXEC_LOAD 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME kexec_load, kexec_file_load \- load a new kernel for later execution .SH LIBRARY diff --git a/man2/keyctl.2 b/man2/keyctl.2 index 227bea72e7..2b57b5e12f 100644 --- a/man2/keyctl.2 +++ b/man2/keyctl.2 @@ -5,7 +5,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH KEYCTL 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Key Management Calls" +.TH KEYCTL 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME keyctl \- manipulate the kernel's key management facility .SH LIBRARY diff --git a/man2/kill.2 b/man2/kill.2 index 4060b06d40..663b0ac4dd 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -21,7 +21,7 @@ .\" Modified 2004-06-24 by aeb .\" Modified, 2004-11-30, after idea from emmanuel.colbus@ensimag.imag.fr .\" -.TH KILL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH KILL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME kill \- send signal to a process .SH LIBRARY diff --git a/man2/landlock_add_rule.2 b/man2/landlock_add_rule.2 index 30546950e0..61a39f702e 100644 --- a/man2/landlock_add_rule.2 +++ b/man2/landlock_add_rule.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH LANDLOCK_ADD_RULE 2 2021-06-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LANDLOCK_ADD_RULE 2 2021-06-27 "Linux man-pages (unreleased)" .SH NAME landlock_add_rule \- add a new Landlock rule to a ruleset .SH LIBRARY diff --git a/man2/landlock_create_ruleset.2 b/man2/landlock_create_ruleset.2 index 1fd7a80857..92a640e7eb 100644 --- a/man2/landlock_create_ruleset.2 +++ b/man2/landlock_create_ruleset.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH LANDLOCK_CREATE_RULESET 2 2021-06-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LANDLOCK_CREATE_RULESET 2 2021-06-27 "Linux man-pages (unreleased)" .SH NAME landlock_create_ruleset \- create a new Landlock ruleset .SH LIBRARY diff --git a/man2/landlock_restrict_self.2 b/man2/landlock_restrict_self.2 index 27b0fb5df2..f74debf90c 100644 --- a/man2/landlock_restrict_self.2 +++ b/man2/landlock_restrict_self.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH LANDLOCK_RESTRICT_SELF 2 2021-06-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LANDLOCK_RESTRICT_SELF 2 2021-06-27 "Linux man-pages (unreleased)" .SH NAME landlock_restrict_self \- enforce a Landlock ruleset .SH LIBRARY diff --git a/man2/link.2 b/man2/link.2 index 56a1192026..146585ff30 100644 --- a/man2/link.2 +++ b/man2/link.2 @@ -9,7 +9,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk .\" Modified 2005-04-04, as per suggestion by Michael Hardt for rename.2 .\" -.TH LINK 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LINK 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME link, linkat \- make a new name for a file .SH LIBRARY diff --git a/man2/listen.2 b/man2/listen.2 index 686ae7ed6b..b458d47e46 100644 --- a/man2/listen.2 +++ b/man2/listen.2 @@ -14,7 +14,7 @@ .\" Modified 11 May 2001 by Sam Varshavchik .\" .\" -.TH LISTEN 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LISTEN 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME listen \- listen for connections on a socket .SH LIBRARY diff --git a/man2/listxattr.2 b/man2/listxattr.2 index 5be3c294e5..3fd7273594 100644 --- a/man2/listxattr.2 +++ b/man2/listxattr.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH LISTXATTR 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LISTXATTR 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME listxattr, llistxattr, flistxattr \- list extended attribute names .SH LIBRARY diff --git a/man2/llseek.2 b/man2/llseek.2 index 8164cbf4b4..52eafb130b 100644 --- a/man2/llseek.2 +++ b/man2/llseek.2 @@ -6,7 +6,7 @@ .\" .\" Modified Thu Oct 31 15:16:23 1996 by Eric S. Raymond .\" -.TH LLSEEK 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LLSEEK 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME _llseek \- reposition read/write file offset .SH LIBRARY diff --git a/man2/lookup_dcookie.2 b/man2/lookup_dcookie.2 index 87297e7d0e..0e8e893ded 100644 --- a/man2/lookup_dcookie.2 +++ b/man2/lookup_dcookie.2 @@ -4,7 +4,7 @@ .\" .\" Modified 2004-06-17 Michael Kerrisk .\" -.TH LOOKUP_DCOOKIE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOOKUP_DCOOKIE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME lookup_dcookie \- return a directory entry's path .SH LIBRARY diff --git a/man2/lseek.2 b/man2/lseek.2 index d7e4825c7b..29d7b43efa 100644 --- a/man2/lseek.2 +++ b/man2/lseek.2 @@ -15,7 +15,7 @@ .\" Modified 2003-08-21 by Andries Brouwer .\" 2011-09-18, mtk, Added SEEK_DATA + SEEK_HOLE .\" -.TH LSEEK 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LSEEK 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME lseek \- reposition read/write file offset .SH LIBRARY diff --git a/man2/madvise.2 b/man2/madvise.2 index 5943f2984c..ff009405d7 100644 --- a/man2/madvise.2 +++ b/man2/madvise.2 @@ -12,7 +12,7 @@ .\" 2011-09-18, Doug Goldstein .\" Document MADV_HUGEPAGE and MADV_NOHUGEPAGE .\" -.TH MADVISE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MADVISE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME madvise \- give advice about use of memory .SH LIBRARY diff --git a/man2/mbind.2 b/man2/mbind.2 index 5e11d93a7b..db906507ca 100644 --- a/man2/mbind.2 +++ b/man2/mbind.2 @@ -32,7 +32,7 @@ .\" Author: Lee Schermerhorn .\" Date: Thu Oct 25 14:16:32 2012 +0200 .\" -.TH MBIND 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MBIND 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mbind \- set memory policy for a memory range .SH LIBRARY diff --git a/man2/membarrier.2 b/man2/membarrier.2 index f63925a16e..59b702da8b 100644 --- a/man2/membarrier.2 +++ b/man2/membarrier.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MEMBARRIER 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMBARRIER 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME membarrier \- issue memory barriers on a set of threads .SH LIBRARY diff --git a/man2/memfd_create.2 b/man2/memfd_create.2 index 15f819fb3e..26129c18c1 100644 --- a/man2/memfd_create.2 +++ b/man2/memfd_create.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH MEMFD_CREATE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMFD_CREATE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memfd_create \- create an anonymous file .SH LIBRARY diff --git a/man2/memfd_secret.2 b/man2/memfd_secret.2 index 857f3a0c3f..07d0377fae 100644 --- a/man2/memfd_secret.2 +++ b/man2/memfd_secret.2 @@ -7,7 +7,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH MEMFD_SECRET 2 2020-08-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMFD_SECRET 2 2020-08-02 "Linux man-pages (unreleased)" .SH NAME memfd_secret \- create an anonymous RAM-based file to access secret memory regions diff --git a/man2/migrate_pages.2 b/man2/migrate_pages.2 index e583b1351c..a10a1e131b 100644 --- a/man2/migrate_pages.2 +++ b/man2/migrate_pages.2 @@ -15,7 +15,7 @@ .\" permission notice identical to this one. .\" %%%LICENSE_END .\" -.TH MIGRATE_PAGES 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MIGRATE_PAGES 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME migrate_pages \- move all pages in a process to another set of nodes .SH LIBRARY diff --git a/man2/mincore.2 b/man2/mincore.2 index b8af0e9090..b65fbee654 100644 --- a/man2/mincore.2 +++ b/man2/mincore.2 @@ -11,7 +11,7 @@ .\" after message from .\" 2007-01-08 mtk, rewrote various parts .\" -.TH MINCORE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MINCORE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mincore \- determine whether pages are resident in memory .SH LIBRARY diff --git a/man2/mkdir.2 b/man2/mkdir.2 index f8847b6eb5..35466dbf01 100644 --- a/man2/mkdir.2 +++ b/man2/mkdir.2 @@ -5,7 +5,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH MKDIR 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MKDIR 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME mkdir, mkdirat \- create a directory .SH LIBRARY diff --git a/man2/mknod.2 b/man2/mknod.2 index 7c9a8280c6..b96662849a 100644 --- a/man2/mknod.2 +++ b/man2/mknod.2 @@ -9,7 +9,7 @@ .\" Modified 2003-04-23 by Michael Kerrisk .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH MKNOD 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MKNOD 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME mknod, mknodat \- create a special or ordinary file .SH LIBRARY diff --git a/man2/mlock.2 b/man2/mlock.2 index 8005f55d6c..fc138f6fdf 100644 --- a/man2/mlock.2 +++ b/man2/mlock.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH MLOCK 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MLOCK 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME mlock, mlock2, munlock, mlockall, munlockall \- lock and unlock memory .SH LIBRARY diff --git a/man2/mmap.2 b/man2/mmap.2 index 4ead07c4f7..afe573d76e 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -17,7 +17,7 @@ .\" 2007-07-10, mtk, Added an example program. .\" 2008-11-18, mtk, document MAP_STACK .\" -.TH MMAP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MMAP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mmap, munmap \- map or unmap files or devices into memory .SH LIBRARY diff --git a/man2/mmap2.2 b/man2/mmap2.2 index 19fc80ff12..506d9ffa1b 100644 --- a/man2/mmap2.2 +++ b/man2/mmap2.2 @@ -6,7 +6,7 @@ .\" Added description of mmap2 .\" Modified, 2004-11-25, mtk -- removed stray #endif in prototype .\" -.TH MMAP2 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MMAP2 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mmap2 \- map files or devices into memory .SH LIBRARY diff --git a/man2/modify_ldt.2 b/man2/modify_ldt.2 index fbec50982a..039527a0b0 100644 --- a/man2/modify_ldt.2 +++ b/man2/modify_ldt.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH MODIFY_LDT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MODIFY_LDT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME modify_ldt \- get or set a per-process LDT entry .SH LIBRARY diff --git a/man2/mount.2 b/man2/mount.2 index acd7fce3f1..66d525af37 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -17,7 +17,7 @@ .\" 2008-10-06, mtk: move umount*() material into separate umount.2 page. .\" 2008-10-06, mtk: Add discussion of namespaces. .\" -.TH MOUNT 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MOUNT 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME mount \- mount filesystem .SH LIBRARY diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2 index acb61ac23d..160fd25261 100644 --- a/man2/mount_setattr.2 +++ b/man2/mount_setattr.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MOUNT_SETATTR 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MOUNT_SETATTR 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME mount_setattr \- change properties of a mount or mount tree .SH LIBRARY diff --git a/man2/move_pages.2 b/man2/move_pages.2 index 321381190c..fe5686b68c 100644 --- a/man2/move_pages.2 +++ b/man2/move_pages.2 @@ -17,7 +17,7 @@ .\" (e.g., compare with recommendation in mbind(2)). .\" Does this page need to give advice on this topic? .\" -.TH MOVE_PAGES 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MOVE_PAGES 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME move_pages \- move individual pages of a process to another node .SH LIBRARY diff --git a/man2/mprotect.2 b/man2/mprotect.2 index f0fe9c04a9..f99c5b45cd 100644 --- a/man2/mprotect.2 +++ b/man2/mprotect.2 @@ -10,7 +10,7 @@ .\" 2007-06-02, mtk: Fairly substantial rewrites and additions, and .\" a much improved example program. .\" -.TH MPROTECT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MPROTECT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mprotect, pkey_mprotect \- set protection on a region of memory .SH LIBRARY diff --git a/man2/mq_getsetattr.2 b/man2/mq_getsetattr.2 index f5d0993c4c..49b1bdfbe8 100644 --- a/man2/mq_getsetattr.2 +++ b/man2/mq_getsetattr.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MQ_GETSETATTR 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MQ_GETSETATTR 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mq_getsetattr \- get/set message queue attributes .SH SYNOPSIS diff --git a/man2/mremap.2 b/man2/mremap.2 index 467e74f4df..ae6d51321c 100644 --- a/man2/mremap.2 +++ b/man2/mremap.2 @@ -8,7 +8,7 @@ .\" Update for Linux 1.3.87 and later .\" 2005-10-11 mtk: Added NOTES for MREMAP_FIXED; revised EINVAL text. .\" -.TH MREMAP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MREMAP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mremap \- remap a virtual memory address .SH LIBRARY diff --git a/man2/msgctl.2 b/man2/msgctl.2 index c8c97fd1d4..f7d57a6415 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -15,7 +15,7 @@ .\" 2005-08-02, mtk: Added IPC_INFO, MSG_INFO, MSG_STAT descriptions .\" 2018-03-20, dbueso: Added MSG_STAT_ANY description. .\" -.TH MSGCTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MSGCTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME msgctl \- System V message control operations .SH LIBRARY diff --git a/man2/msgget.2 b/man2/msgget.2 index 3269be892b..ba6388fecf 100644 --- a/man2/msgget.2 +++ b/man2/msgget.2 @@ -12,7 +12,7 @@ .\" Language and formatting clean-ups .\" Added notes on /proc files .\" -.TH MSGGET 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MSGGET 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME msgget \- get a System V message queue identifier .SH LIBRARY diff --git a/man2/msgop.2 b/man2/msgop.2 index 87bc847941..b9b0321c42 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -17,7 +17,7 @@ .\" Language and formatting clean-ups .\" Added notes on /proc files .\" -.TH MSGOP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MSGOP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME msgrcv, msgsnd \- System V message queue operations .SH LIBRARY diff --git a/man2/msync.2 b/man2/msync.2 index 121755c79b..42ccd36ae6 100644 --- a/man2/msync.2 +++ b/man2/msync.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MSYNC 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MSYNC 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME msync \- synchronize a file with a memory map .SH LIBRARY diff --git a/man2/nanosleep.2 b/man2/nanosleep.2 index 50b6974060..c3ed27b733 100644 --- a/man2/nanosleep.2 +++ b/man2/nanosleep.2 @@ -12,7 +12,7 @@ .\" NOTES: describe case where clock_nanosleep() can be preferable. .\" NOTES: describe CLOCK_REALTIME versus CLOCK_NANOSLEEP .\" Replace crufty discussion of HZ with a pointer to time(7). -.TH NANOSLEEP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NANOSLEEP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME nanosleep \- high-resolution sleep .SH LIBRARY diff --git a/man2/nfsservctl.2 b/man2/nfsservctl.2 index 2d8e05660b..04b0793f8a 100644 --- a/man2/nfsservctl.2 +++ b/man2/nfsservctl.2 @@ -2,7 +2,7 @@ .\" This text is in the public domain. .\" %%%LICENSE_END .\" -.TH NFSSERVCTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NFSSERVCTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME nfsservctl \- syscall interface to kernel nfs daemon .SH LIBRARY diff --git a/man2/nice.2 b/man2/nice.2 index b6da8b9810..726ae1ef3e 100644 --- a/man2/nice.2 +++ b/man2/nice.2 @@ -8,7 +8,7 @@ .\" Modified 2001-06-04 by aeb .\" Modified 2004-05-27 by Michael Kerrisk .\" -.TH NICE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NICE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME nice \- change process priority .SH LIBRARY diff --git a/man2/open.2 b/man2/open.2 index 888a02ddd0..deba7e4ea8 100644 --- a/man2/open.2 +++ b/man2/open.2 @@ -28,7 +28,7 @@ .\" FIXME . Apr 08: The next POSIX revision has O_EXEC, O_SEARCH, and .\" O_TTYINIT. Eventually these may need to be documented. --mtk .\" -.TH OPEN 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OPEN 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME open, openat, creat \- open and possibly create a file .SH LIBRARY diff --git a/man2/open_by_handle_at.2 b/man2/open_by_handle_at.2 index 5ca696f9e2..351fda93f9 100644 --- a/man2/open_by_handle_at.2 +++ b/man2/open_by_handle_at.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH OPEN_BY_HANDLE_AT 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OPEN_BY_HANDLE_AT 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME name_to_handle_at, open_by_handle_at \- obtain handle for a pathname and open file via a handle diff --git a/man2/openat2.2 b/man2/openat2.2 index fa8c283379..13431959c2 100644 --- a/man2/openat2.2 +++ b/man2/openat2.2 @@ -1,7 +1,7 @@ .\" Copyright (C) 2019 Aleksa Sarai .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft -.TH OPENAT2 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OPENAT2 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME openat2 \- open and possibly create a file (extended) .SH LIBRARY diff --git a/man2/outb.2 b/man2/outb.2 index 71b2c50bcc..a5c6baeeb5 100644 --- a/man2/outb.2 +++ b/man2/outb.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH OUTB 2 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OUTB 2 2020-11-01 "Linux man-pages (unreleased)" .SH NAME outb, outw, outl, outsb, outsw, outsl, inb, inw, inl, insb, insw, insl, diff --git a/man2/pause.2 b/man2/pause.2 index 54fe5a40a2..67d988360f 100644 --- a/man2/pause.2 +++ b/man2/pause.2 @@ -7,7 +7,7 @@ .\" Modified 1995 by Mike Battersby (mib@deakin.edu.au) .\" Modified 2000 by aeb, following Michael Kerrisk .\" -.TH PAUSE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PAUSE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pause \- wait for signal .SH LIBRARY diff --git a/man2/pciconfig_read.2 b/man2/pciconfig_read.2 index ce12488257..f980bc1d02 100644 --- a/man2/pciconfig_read.2 +++ b/man2/pciconfig_read.2 @@ -5,7 +5,7 @@ .\" May be freely distributed and modified. .\" %%%LICENSE_END .\" -.TH PCICONFIG_READ 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PCICONFIG_READ 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pciconfig_read, pciconfig_write, pciconfig_iobase \- pci device information handling diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 2e54f311a0..8186c21c7f 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -5,7 +5,7 @@ .\" This document is based on the perf_event.h header file, the .\" tools/perf/design.txt file, and a lot of bitter experience. .\" -.TH PERF_EVENT_OPEN 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PERF_EVENT_OPEN 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME perf_event_open \- set up performance monitoring .SH LIBRARY diff --git a/man2/perfmonctl.2 b/man2/perfmonctl.2 index 013ed91e7a..96e6c0e237 100644 --- a/man2/perfmonctl.2 +++ b/man2/perfmonctl.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PERFMONCTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PERFMONCTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME perfmonctl \- interface to IA-64 performance monitoring unit .SH SYNOPSIS diff --git a/man2/personality.2 b/man2/personality.2 index a487151da5..53eb69a438 100644 --- a/man2/personality.2 +++ b/man2/personality.2 @@ -10,7 +10,7 @@ .\" changed prototype, documented 0xffffffff, aeb, 030101 .\" Modified 2004-11-03 patch from Martin Schulze .\" -.TH PERSONALITY 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PERSONALITY 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME personality \- set the process execution domain .SH LIBRARY diff --git a/man2/pidfd_getfd.2 b/man2/pidfd_getfd.2 index f082fa0038..7371bc011d 100644 --- a/man2/pidfd_getfd.2 +++ b/man2/pidfd_getfd.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PIDFD_GETFD 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PIDFD_GETFD 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pidfd_getfd \- obtain a duplicate of another process's file descriptor .SH LIBRARY diff --git a/man2/pidfd_open.2 b/man2/pidfd_open.2 index 2abea8dd50..fd7749cf8e 100644 --- a/man2/pidfd_open.2 +++ b/man2/pidfd_open.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PIDFD_OPEN 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PIDFD_OPEN 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME pidfd_open \- obtain a file descriptor that refers to a process .SH LIBRARY diff --git a/man2/pidfd_send_signal.2 b/man2/pidfd_send_signal.2 index 142f8cb82d..75126d9b13 100644 --- a/man2/pidfd_send_signal.2 +++ b/man2/pidfd_send_signal.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PIDFD_SEND_SIGNAL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PIDFD_SEND_SIGNAL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pidfd_send_signal \- send a signal to a process specified by a file descriptor .SH LIBRARY diff --git a/man2/pipe.2 b/man2/pipe.2 index 55b9bec755..3fc2f95fe5 100644 --- a/man2/pipe.2 +++ b/man2/pipe.2 @@ -13,7 +13,7 @@ .\" to EXAMPLE text. .\" 2008-10-10, mtk: add description of pipe2() .\" -.TH PIPE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PIPE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pipe, pipe2 \- create pipe .SH LIBRARY diff --git a/man2/pivot_root.2 b/man2/pivot_root.2 index 62cf279687..ddd8ce547a 100644 --- a/man2/pivot_root.2 +++ b/man2/pivot_root.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PIVOT_ROOT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PIVOT_ROOT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pivot_root \- change the root mount .SH LIBRARY diff --git a/man2/pkey_alloc.2 b/man2/pkey_alloc.2 index c0d9305a03..ea381e7a97 100644 --- a/man2/pkey_alloc.2 +++ b/man2/pkey_alloc.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PKEY_ALLOC 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PKEY_ALLOC 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pkey_alloc, pkey_free \- allocate or free a protection key .SH LIBRARY diff --git a/man2/poll.2 b/man2/poll.2 index 9efcef3236..e8be13543c 100644 --- a/man2/poll.2 +++ b/man2/poll.2 @@ -7,7 +7,7 @@ .\" 2006-07-01, mtk, Added POLLRDHUP + various other wording and .\" formatting changes. .\" -.TH POLL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POLL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME poll, ppoll \- wait for some event on a file descriptor .SH LIBRARY diff --git a/man2/posix_fadvise.2 b/man2/posix_fadvise.2 index 54d992d748..17db9ef59d 100644 --- a/man2/posix_fadvise.2 +++ b/man2/posix_fadvise.2 @@ -6,7 +6,7 @@ .\" 2005-04-08 mtk, noted kernel version and added BUGS .\" 2010-10-09, mtk, document arm_fadvise64_64() .\" -.TH POSIX_FADVISE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POSIX_FADVISE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME posix_fadvise \- predeclare an access pattern for file data .SH LIBRARY diff --git a/man2/prctl.2 b/man2/prctl.2 index 0de0eba87a..ae14d705f6 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -36,7 +36,7 @@ .\" 2014-11-10 Dave Hansen, document PR_MPX_{EN,DIS}ABLE_MANAGEMENT .\" .\" -.TH PRCTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PRCTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME prctl \- operations on a process or thread .SH LIBRARY diff --git a/man2/pread.2 b/man2/pread.2 index f64bb466da..dc02421f5e 100644 --- a/man2/pread.2 +++ b/man2/pread.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PREAD 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PREAD 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pread, pwrite \- read from or write to a file descriptor at a given offset .SH LIBRARY diff --git a/man2/process_madvise.2 b/man2/process_madvise.2 index 0dd0b38e59..37f059e88d 100644 --- a/man2/process_madvise.2 +++ b/man2/process_madvise.2 @@ -5,7 +5,7 @@ .\" .\" Commit ecb8ac8b1f146915aa6b96449b66dd48984caacc .\" -.TH PROCESS_MADVISE 2 2021-06-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PROCESS_MADVISE 2 2021-06-20 "Linux man-pages (unreleased)" .SH NAME process_madvise \- give advice about use of memory to a process .SH LIBRARY diff --git a/man2/process_vm_readv.2 b/man2/process_vm_readv.2 index ea8056f021..8a28af755a 100644 --- a/man2/process_vm_readv.2 +++ b/man2/process_vm_readv.2 @@ -6,7 +6,7 @@ .\" .\" Commit fcf634098c00dd9cd247447368495f0b79be12d1 .\" -.TH PROCESS_VM_READV 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PROCESS_VM_READV 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME process_vm_readv, process_vm_writev \- transfer data between process address spaces diff --git a/man2/ptrace.2 b/man2/ptrace.2 index 8b62d67521..734645d291 100644 --- a/man2/ptrace.2 +++ b/man2/ptrace.2 @@ -83,7 +83,7 @@ .\" .\" and others that can be found in the arch/*/include/uapi/asm/ptrace files .\" -.TH PTRACE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTRACE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ptrace \- process trace .SH LIBRARY diff --git a/man2/query_module.2 b/man2/query_module.2 index 6e72153df3..c572ea8d87 100644 --- a/man2/query_module.2 +++ b/man2/query_module.2 @@ -5,7 +5,7 @@ .\" 2006-02-09, some reformatting by Luc Van Oostenryck; some .\" reformatting and rewordings by mtk .\" -.TH QUERY_MODULE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH QUERY_MODULE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME query_module \- query the kernel for various bits pertaining to modules .SH SYNOPSIS diff --git a/man2/quotactl.2 b/man2/quotactl.2 index 2288ca8eef..ce84f8cca7 100644 --- a/man2/quotactl.2 +++ b/man2/quotactl.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH QUOTACTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH QUOTACTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME quotactl \- manipulate disk quotas .SH LIBRARY diff --git a/man2/read.2 b/man2/read.2 index ff4015b1f5..809dc21dcc 100644 --- a/man2/read.2 +++ b/man2/read.2 @@ -13,7 +13,7 @@ .\" Modified Sat Jul 12 20:45:39 1997 by Michael Haardt .\" .\" -.TH READ 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH READ 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME read \- read from a file descriptor .SH LIBRARY diff --git a/man2/readahead.2 b/man2/readahead.2 index 2baefa3fc7..318bcb60fd 100644 --- a/man2/readahead.2 +++ b/man2/readahead.2 @@ -5,7 +5,7 @@ .\" 2004-05-40 Created by Michael Kerrisk .\" 2004-10-05 aeb, minor correction .\" -.TH READAHEAD 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH READAHEAD 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME readahead \- initiate file readahead into page cache .SH LIBRARY diff --git a/man2/readdir.2 b/man2/readdir.2 index 8dd8a816a9..49ab34d716 100644 --- a/man2/readdir.2 +++ b/man2/readdir.2 @@ -7,7 +7,7 @@ .\" In 1.3.X, returns only one entry each time; return value is different. .\" Modified 2004-12-01, mtk, fixed headers listed in SYNOPSIS .\" -.TH READDIR 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH READDIR 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME readdir \- read directory entry .SH LIBRARY diff --git a/man2/readlink.2 b/man2/readlink.2 index b6657c7ec5..9600510bc5 100644 --- a/man2/readlink.2 +++ b/man2/readlink.2 @@ -13,7 +13,7 @@ .\" 2011-09-20, Guillem Jover : .\" Added text on dynamically allocating buffer + example program .\" -.TH READLINK 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH READLINK 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME readlink, readlinkat \- read value of a symbolic link .SH LIBRARY diff --git a/man2/readv.2 b/man2/readv.2 index 96e8262d74..1d863b3f95 100644 --- a/man2/readv.2 +++ b/man2/readv.2 @@ -9,7 +9,7 @@ .\" add more details. .\" 2010-11-16, mtk, Added documentation of preadv() and pwritev() .\" -.TH READV 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH READV 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME readv, writev, preadv, pwritev, preadv2, pwritev2 \- read or write data into multiple buffers diff --git a/man2/reboot.2 b/man2/reboot.2 index 57a4c26513..e7ab7e63d6 100644 --- a/man2/reboot.2 +++ b/man2/reboot.2 @@ -5,7 +5,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements .\" -.TH REBOOT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH REBOOT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME reboot \- reboot or enable/disable Ctrl-Alt-Del .SH LIBRARY diff --git a/man2/recv.2 b/man2/recv.2 index 334f1dae42..11e7a9ce38 100644 --- a/man2/recv.2 +++ b/man2/recv.2 @@ -10,7 +10,7 @@ .\" Modified 1998,1999 by Andi Kleen .\" 2001-06-19 corrected SO_EE_OFFENDER, bug report by James Hawtin .\" -.TH RECV 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RECV 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME recv, recvfrom, recvmsg \- receive a message from a socket .SH LIBRARY diff --git a/man2/recvmmsg.2 b/man2/recvmmsg.2 index 0a0fddcf24..4a76273a10 100644 --- a/man2/recvmmsg.2 +++ b/man2/recvmmsg.2 @@ -8,7 +8,7 @@ .\" Author: Arnaldo Carvalho de Melo .\" Date: Mon Oct 12 23:40:10 2009 -0700 .\" -.TH RECVMMSG 2 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RECVMMSG 2 2020-11-01 "Linux man-pages (unreleased)" .SH NAME recvmmsg \- receive multiple messages on a socket .SH LIBRARY diff --git a/man2/remap_file_pages.2 b/man2/remap_file_pages.2 index 1da96c91e1..7093582063 100644 --- a/man2/remap_file_pages.2 +++ b/man2/remap_file_pages.2 @@ -5,7 +5,7 @@ .\" 2003-12-10 Initial creation, Michael Kerrisk .\" 2004-10-28 aeb, corrected prototype, prot must be 0 .\" -.TH REMAP_FILE_PAGES 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH REMAP_FILE_PAGES 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME remap_file_pages \- create a nonlinear file mapping .SH LIBRARY diff --git a/man2/removexattr.2 b/man2/removexattr.2 index 9163e4437c..da104be907 100644 --- a/man2/removexattr.2 +++ b/man2/removexattr.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH REMOVEXATTR 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH REMOVEXATTR 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME removexattr, lremovexattr, fremovexattr \- remove an extended attribute .SH LIBRARY diff --git a/man2/rename.2 b/man2/rename.2 index 1d6084bafb..c43d9fab9f 100644 --- a/man2/rename.2 +++ b/man2/rename.2 @@ -10,7 +10,7 @@ .\" Modified Thu Mar 3 09:49:35 2005 by Michael Haardt .\" 2007-03-25, mtk, added various text to DESCRIPTION. .\" -.TH RENAME 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RENAME 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME rename, renameat, renameat2 \- change the name or location of a file .SH LIBRARY diff --git a/man2/request_key.2 b/man2/request_key.2 index bf7716b648..7758d1af9a 100644 --- a/man2/request_key.2 +++ b/man2/request_key.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH REQUEST_KEY 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Key Management Calls" +.TH REQUEST_KEY 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME request_key \- request a key from the kernel's key management facility .SH LIBRARY diff --git a/man2/restart_syscall.2 b/man2/restart_syscall.2 index deb159e04f..3e6e9fe664 100644 --- a/man2/restart_syscall.2 +++ b/man2/restart_syscall.2 @@ -10,7 +10,7 @@ .\" .\" See also Section 11.3.3 of Understanding the Linux Kernel, 3rd edition .\" -.TH RESTART_SYSCALL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RESTART_SYSCALL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME restart_syscall \- restart a system call after interruption by a stop signal .SH SYNOPSIS diff --git a/man2/rmdir.2 b/man2/rmdir.2 index 51593231ea..e57f2a4d4f 100644 --- a/man2/rmdir.2 +++ b/man2/rmdir.2 @@ -7,7 +7,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH RMDIR 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RMDIR 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rmdir \- delete a directory .SH LIBRARY diff --git a/man2/rt_sigqueueinfo.2 b/man2/rt_sigqueueinfo.2 index be2de2c23e..ad05eb0a2b 100644 --- a/man2/rt_sigqueueinfo.2 +++ b/man2/rt_sigqueueinfo.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH RT_SIGQUEUEINFO 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RT_SIGQUEUEINFO 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rt_sigqueueinfo, rt_tgsigqueueinfo \- queue a signal and data .SH LIBRARY diff --git a/man2/sched_get_priority_max.2 b/man2/sched_get_priority_max.2 index 5791025e24..359379bb5a 100644 --- a/man2/sched_get_priority_max.2 +++ b/man2/sched_get_priority_max.2 @@ -7,7 +7,7 @@ .\" 1996-04-10 Markus Kuhn .\" revision .\" -.TH SCHED_GET_PRIORITY_MAX 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCHED_GET_PRIORITY_MAX 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sched_get_priority_max, sched_get_priority_min \- get static priority range .SH LIBRARY diff --git a/man2/sched_rr_get_interval.2 b/man2/sched_rr_get_interval.2 index c035cf98bc..8c83d6a01d 100644 --- a/man2/sched_rr_get_interval.2 +++ b/man2/sched_rr_get_interval.2 @@ -7,7 +7,7 @@ .\" 1996-04-10 Markus Kuhn .\" revision .\" -.TH SCHED_RR_GET_INTERVAL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCHED_RR_GET_INTERVAL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sched_rr_get_interval \- get the SCHED_RR interval for the named process .SH LIBRARY diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2 index cc014ee5bd..cc7c4d2b5f 100644 --- a/man2/sched_setaffinity.2 +++ b/man2/sched_setaffinity.2 @@ -12,7 +12,7 @@ .\" 2008-11-12, mtk, removed CPU_*() macro descriptions to a .\" separate CPU_SET(3) page. .\" -.TH SCHED_SETAFFINITY 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCHED_SETAFFINITY 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sched_setaffinity, sched_getaffinity \- \ set and get a thread's CPU affinity mask diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2 index d4b8bb6756..7019703699 100644 --- a/man2/sched_setattr.2 +++ b/man2/sched_setattr.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SCHED_SETATTR 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCHED_SETATTR 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sched_setattr, sched_getattr \- set and get scheduling policy and attributes diff --git a/man2/sched_setparam.2 b/man2/sched_setparam.2 index 2c931fe270..4593edaed0 100644 --- a/man2/sched_setparam.2 +++ b/man2/sched_setparam.2 @@ -8,7 +8,7 @@ .\" revision .\" Modified 2004-05-27 by Michael Kerrisk .\" -.TH SCHED_SETPARAM 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCHED_SETPARAM 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sched_setparam, sched_getparam \- set and get scheduling parameters .SH LIBRARY diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index 18add9be1c..31bd699f6c 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH SCHED_SETSCHEDULER 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCHED_SETSCHEDULER 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sched_setscheduler, sched_getscheduler \- set and get scheduling policy/parameters diff --git a/man2/sched_yield.2 b/man2/sched_yield.2 index 0f7ec7e66a..f6618d8815 100644 --- a/man2/sched_yield.2 +++ b/man2/sched_yield.2 @@ -7,7 +7,7 @@ .\" 1996-04-10 Markus Kuhn .\" revision .\" -.TH SCHED_YIELD 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCHED_YIELD 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sched_yield \- yield the processor .SH LIBRARY diff --git a/man2/seccomp.2 b/man2/seccomp.2 index aa045ee871..c49076ea38 100644 --- a/man2/seccomp.2 +++ b/man2/seccomp.2 @@ -6,7 +6,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SECCOMP 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SECCOMP 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME seccomp \- operate on Secure Computing state of the process .SH LIBRARY diff --git a/man2/seccomp_unotify.2 b/man2/seccomp_unotify.2 index 9cd7a6d93f..bfb9680140 100644 --- a/man2/seccomp_unotify.2 +++ b/man2/seccomp_unotify.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SECCOMP_UNOTIFY 2 2021-06-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SECCOMP_UNOTIFY 2 2021-06-20 "Linux man-pages (unreleased)" .SH NAME seccomp_unotify \- Seccomp user-space notification mechanism .SH LIBRARY diff --git a/man2/select.2 b/man2/select.2 index 9f0f8ff529..648b0ad356 100644 --- a/man2/select.2 +++ b/man2/select.2 @@ -17,7 +17,7 @@ .\" 2005-03-11, mtk, modified pselect() text (it is now a system .\" call in 2.6.16. .\" -.TH SELECT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SELECT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME select, pselect, FD_CLR, FD_ISSET, FD_SET, FD_ZERO, fd_set \- synchronous I/O multiplexing diff --git a/man2/select_tut.2 b/man2/select_tut.2 index d41bbec0b5..b113996b25 100644 --- a/man2/select_tut.2 +++ b/man2/select_tut.2 @@ -9,7 +9,7 @@ .\" various other changes .\" 2008-01-26, mtk, substantial changes and rewrites .\" -.TH SELECT_TUT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SELECT_TUT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME select, pselect \- synchronous I/O multiplexing .SH LIBRARY diff --git a/man2/semctl.2 b/man2/semctl.2 index 3ebcb93b37..8bd535fccb 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -19,7 +19,7 @@ .\" 2005-08-02, mtk: Added IPC_INFO, SEM_INFO, SEM_STAT descriptions. .\" 2018-03-20, dbueso: Added SEM_STAT_ANY description. .\" -.TH SEMCTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEMCTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME semctl \- System V semaphore control operations .SH LIBRARY diff --git a/man2/semget.2 b/man2/semget.2 index b49d5e2dc6..47bca9ec20 100644 --- a/man2/semget.2 +++ b/man2/semget.2 @@ -14,7 +14,7 @@ .\" Rewrote BUGS note about semget()'s failure to initialize .\" semaphore values .\" -.TH SEMGET 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEMGET 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME semget \- get a System V semaphore set identifier .SH LIBRARY diff --git a/man2/semop.2 b/man2/semop.2 index 6c1624e250..7a301f453c 100644 --- a/man2/semop.2 +++ b/man2/semop.2 @@ -12,7 +12,7 @@ .\" 2005-04-08, mtk, Noted kernel version numbers for semtimedop() .\" 2007-07-09, mtk, Added an EXAMPLE code segment. .\" -.TH SEMOP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEMOP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME semop, semtimedop \- System V semaphore operations .SH LIBRARY diff --git a/man2/send.2 b/man2/send.2 index f7012d51c8..e4dcab25a7 100644 --- a/man2/send.2 +++ b/man2/send.2 @@ -9,7 +9,7 @@ .\" Modified Oct 2003 by aeb .\" Modified 2004-07-01 by mtk .\" -.TH SEND 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEND 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME send, sendto, sendmsg \- send a message on a socket .SH LIBRARY diff --git a/man2/sendfile.2 b/man2/sendfile.2 index 8597b40bbd..b0cb38c259 100644 --- a/man2/sendfile.2 +++ b/man2/sendfile.2 @@ -16,7 +16,7 @@ .\" .\" 2005-03-31 Martin Pool mmap() improvements .\" -.TH SENDFILE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SENDFILE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sendfile \- transfer data between file descriptors .SH LIBRARY diff --git a/man2/sendmmsg.2 b/man2/sendmmsg.2 index 3cd883701f..a2e84dcfff 100644 --- a/man2/sendmmsg.2 +++ b/man2/sendmmsg.2 @@ -5,7 +5,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SENDMMSG 2 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SENDMMSG 2 2020-06-09 "Linux man-pages (unreleased)" .SH NAME sendmmsg \- send multiple messages on a socket .SH LIBRARY diff --git a/man2/set_mempolicy.2 b/man2/set_mempolicy.2 index 9a72b5c1c3..833abe5757 100644 --- a/man2/set_mempolicy.2 +++ b/man2/set_mempolicy.2 @@ -24,7 +24,7 @@ .\" 2007-08-27, Lee Schermerhorn .\" more precise specification of behavior. .\" -.TH SET_MEMPOLICY 2 2021-06-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SET_MEMPOLICY 2 2021-06-20 "Linux man-pages (unreleased)" .SH NAME set_mempolicy \- set default NUMA memory policy for a thread and its children .SH LIBRARY diff --git a/man2/set_thread_area.2 b/man2/set_thread_area.2 index ae5b3793b4..1be6979634 100644 --- a/man2/set_thread_area.2 +++ b/man2/set_thread_area.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH SET_THREAD_AREA 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SET_THREAD_AREA 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME get_thread_area, set_thread_area \- manipulate thread-local storage information .SH LIBRARY diff --git a/man2/set_tid_address.2 b/man2/set_tid_address.2 index bf7d87b6e7..cc5dba1808 100644 --- a/man2/set_tid_address.2 +++ b/man2/set_tid_address.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SET_TID_ADDRESS 2 2021-06-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SET_TID_ADDRESS 2 2021-06-20 "Linux man-pages (unreleased)" .SH NAME set_tid_address \- set pointer to thread ID .SH LIBRARY diff --git a/man2/seteuid.2 b/man2/seteuid.2 index 466ee63004..ab85798037 100644 --- a/man2/seteuid.2 +++ b/man2/seteuid.2 @@ -6,7 +6,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements .\" -.TH SETEUID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETEUID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME seteuid, setegid \- set effective user or group ID .SH LIBRARY diff --git a/man2/setfsgid.2 b/man2/setfsgid.2 index 2f83b4251b..4c8ecbe203 100644 --- a/man2/setfsgid.2 +++ b/man2/setfsgid.2 @@ -9,7 +9,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements .\" -.TH SETFSGID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETFSGID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setfsgid \- set group identity used for filesystem checks .SH LIBRARY diff --git a/man2/setfsuid.2 b/man2/setfsuid.2 index 6e4a6f1274..b5a8fe1c18 100644 --- a/man2/setfsuid.2 +++ b/man2/setfsuid.2 @@ -9,7 +9,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements .\" -.TH SETFSUID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETFSUID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setfsuid \- set user identity used for filesystem checks .SH LIBRARY diff --git a/man2/setgid.2 b/man2/setgid.2 index 173bf583a0..89d9dd735b 100644 --- a/man2/setgid.2 +++ b/man2/setgid.2 @@ -7,7 +7,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond .\" Modified 2002-03-09 by aeb .\" -.TH SETGID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETGID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setgid \- set group identity .SH LIBRARY diff --git a/man2/setns.2 b/man2/setns.2 index 1026b0754d..3af43dd6ab 100644 --- a/man2/setns.2 +++ b/man2/setns.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-only .\" -.TH SETNS 2 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETNS 2 2020-08-13 "Linux man-pages (unreleased)" .SH NAME setns \- reassociate thread with a namespace .SH LIBRARY diff --git a/man2/setpgid.2 b/man2/setpgid.2 index 7ba810ada0..b932a54423 100644 --- a/man2/setpgid.2 +++ b/man2/setpgid.2 @@ -17,7 +17,7 @@ .\" 2007-07-25, mtk, fairly substantial rewrites and rearrangements .\" of text. .\" -.TH SETPGID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETPGID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setpgid, getpgid, setpgrp, getpgrp \- set/get process group .SH LIBRARY diff --git a/man2/setresuid.2 b/man2/setresuid.2 index 10c4a65c7a..9dff9cbb11 100644 --- a/man2/setresuid.2 +++ b/man2/setresuid.2 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Modified, 2003-05-26, Michael Kerrisk, -.TH SETRESUID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETRESUID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setresuid, setresgid \- set real, effective, and saved user or group ID .SH LIBRARY diff --git a/man2/setreuid.2 b/man2/setreuid.2 index b4d43f481e..8594a217e4 100644 --- a/man2/setreuid.2 +++ b/man2/setreuid.2 @@ -15,7 +15,7 @@ .\" 2004-07-04 by aeb .\" 2004-05-27 by Michael Kerrisk .\" -.TH SETREUID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETREUID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setreuid, setregid \- set real and/or effective user or group ID .SH LIBRARY diff --git a/man2/setsid.2 b/man2/setsid.2 index ffb34e7950..1eb5c6567f 100644 --- a/man2/setsid.2 +++ b/man2/setsid.2 @@ -9,7 +9,7 @@ .\" tiny changes from a man page by Charles Livingston). .\" Modified Sun Jul 21 14:45:46 1996 .\" -.TH SETSID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETSID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setsid \- creates a session and sets the process group ID .SH LIBRARY diff --git a/man2/setuid.2 b/man2/setuid.2 index 16900b8b79..22d59afb67 100644 --- a/man2/setuid.2 +++ b/man2/setuid.2 @@ -8,7 +8,7 @@ .\" , aeb 970616. .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements -.TH SETUID 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETUID 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setuid \- set user identity .SH LIBRARY diff --git a/man2/setup.2 b/man2/setup.2 index 5eeef84c76..4035dcf3a1 100644 --- a/man2/setup.2 +++ b/man2/setup.2 @@ -11,7 +11,7 @@ .\" Modified Wed Nov 6 04:05:28 1996 by Eric S. Raymond .\" Modified Sat Jan 29 01:08:23 2000 by aeb .\" -.TH SETUP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETUP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setup \- setup devices and filesystems, mount root filesystem .SH LIBRARY diff --git a/man2/setxattr.2 b/man2/setxattr.2 index 101a2df498..adde5e0b89 100644 --- a/man2/setxattr.2 +++ b/man2/setxattr.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH SETXATTR 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETXATTR 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setxattr, lsetxattr, fsetxattr \- set an extended attribute value .SH LIBRARY diff --git a/man2/sgetmask.2 b/man2/sgetmask.2 index 6b5459afe5..d6d0bba2b1 100644 --- a/man2/sgetmask.2 +++ b/man2/sgetmask.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SGETMASK 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SGETMASK 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sgetmask, ssetmask \- manipulation of signal mask (obsolete) .SH LIBRARY diff --git a/man2/shmctl.2 b/man2/shmctl.2 index 5bd225e1e4..a79edbab96 100644 --- a/man2/shmctl.2 +++ b/man2/shmctl.2 @@ -23,7 +23,7 @@ .\" 2005-08-02, mtk: Added IPC_INFO, SHM_INFO, SHM_STAT descriptions. .\" 2018-03-20, dbueso: Added SHM_STAT_ANY description. .\" -.TH SHMCTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SHMCTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME shmctl \- System V shared memory control .SH LIBRARY diff --git a/man2/shmget.2 b/man2/shmget.2 index e3d1e2ffbf..e869f4811b 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -15,7 +15,7 @@ .\" Language and formatting clean-ups .\" Added notes on /proc files .\" -.TH SHMGET 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SHMGET 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME shmget \- allocates a System V shared memory segment .SH LIBRARY diff --git a/man2/shmop.2 b/man2/shmop.2 index 9f12f19282..34c570bf20 100644 --- a/man2/shmop.2 +++ b/man2/shmop.2 @@ -17,7 +17,7 @@ .\" Changed wording and placement of sentence regarding attachment .\" of segments marked for destruction .\" -.TH SHMOP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SHMOP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME shmat, shmdt \- System V shared memory operations .SH LIBRARY diff --git a/man2/shutdown.2 b/man2/shutdown.2 index e7e0ff8eb6..d8efdc29ee 100644 --- a/man2/shutdown.2 +++ b/man2/shutdown.2 @@ -9,7 +9,7 @@ .\" Modified Tue Oct 22 22:04:51 1996 by Eric S. Raymond .\" Modified 1998 by Andi Kleen .\" -.TH SHUTDOWN 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SHUTDOWN 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME shutdown \- shut down part of a full-duplex connection .SH LIBRARY diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 30f506fbba..e9fb2ff728 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -25,7 +25,7 @@ .\" 2015-01-17, Kees Cook .\" Added notes on ptrace SIGTRAP and SYS_SECCOMP. .\" -.TH SIGACTION 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGACTION 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME sigaction, rt_sigaction \- examine and change a signal action .SH LIBRARY diff --git a/man2/sigaltstack.2 b/man2/sigaltstack.2 index ecafda1969..4fbde6ba96 100644 --- a/man2/sigaltstack.2 +++ b/man2/sigaltstack.2 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" aeb, various minor fixes -.TH SIGALTSTACK 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGALTSTACK 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigaltstack \- set and/or get signal stack context .SH LIBRARY diff --git a/man2/signal.2 b/man2/signal.2 index e3c8d46b35..384ee85f88 100644 --- a/man2/signal.2 +++ b/man2/signal.2 @@ -13,7 +13,7 @@ .\" various sections. .\" 2008-07-11, mtk: rewrote and expanded portability discussion. .\" -.TH SIGNAL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGNAL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME signal \- ANSI C signal handling .SH LIBRARY diff --git a/man2/signalfd.2 b/man2/signalfd.2 index c0bf77a5a2..bc7706fb8b 100644 --- a/man2/signalfd.2 +++ b/man2/signalfd.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH SIGNALFD 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGNALFD 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME signalfd \- create a file descriptor for accepting signals .SH LIBRARY diff --git a/man2/sigpending.2 b/man2/sigpending.2 index 7e6d98dd86..07179a9002 100644 --- a/man2/sigpending.2 +++ b/man2/sigpending.2 @@ -6,7 +6,7 @@ .\" .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" -.TH SIGPENDING 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGPENDING 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigpending, rt_sigpending \- examine pending signals .SH LIBRARY diff --git a/man2/sigprocmask.2 b/man2/sigprocmask.2 index 2c3509a7c7..c2d7bd8c8d 100644 --- a/man2/sigprocmask.2 +++ b/man2/sigprocmask.2 @@ -6,7 +6,7 @@ .\" .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" -.TH SIGPROCMASK 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGPROCMASK 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigprocmask, rt_sigprocmask \- examine and change blocked signals .SH LIBRARY diff --git a/man2/sigreturn.2 b/man2/sigreturn.2 index 9764825275..58b6bf59b5 100644 --- a/man2/sigreturn.2 +++ b/man2/sigreturn.2 @@ -7,7 +7,7 @@ .\" 2008-06-26, mtk, added some more detail on the work done by sigreturn() .\" 2014-12-05, mtk, rewrote all of the rest of the original page .\" -.TH SIGRETURN 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGRETURN 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigreturn, rt_sigreturn \- return from signal handler and cleanup stack frame .SH LIBRARY diff --git a/man2/sigsuspend.2 b/man2/sigsuspend.2 index 1cf417e192..ad9d4b93df 100644 --- a/man2/sigsuspend.2 +++ b/man2/sigsuspend.2 @@ -6,7 +6,7 @@ .\" .\" 2005-09-15, mtk, Created new page by splitting off from sigaction.2 .\" -.TH SIGSUSPEND 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGSUSPEND 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigsuspend, rt_sigsuspend \- wait for a signal .SH LIBRARY diff --git a/man2/sigwaitinfo.2 b/man2/sigwaitinfo.2 index 6b08b2d764..f0191193df 100644 --- a/man2/sigwaitinfo.2 +++ b/man2/sigwaitinfo.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SIGWAITINFO 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGWAITINFO 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigwaitinfo, sigtimedwait, rt_sigtimedwait \- synchronously wait for queued signals diff --git a/man2/socket.2 b/man2/socket.2 index 2c861c1683..37fa1000a1 100644 --- a/man2/socket.2 +++ b/man2/socket.2 @@ -11,7 +11,7 @@ .\" Modified 2002-07-17 by Michael Kerrisk .\" Modified 2004-06-17 by Michael Kerrisk .\" -.TH SOCKET 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SOCKET 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME socket \- create an endpoint for communication .SH LIBRARY diff --git a/man2/socketcall.2 b/man2/socketcall.2 index a8b9f2d9dc..8a0829a524 100644 --- a/man2/socketcall.2 +++ b/man2/socketcall.2 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified Tue Oct 22 22:11:53 1996 by Eric S. Raymond -.TH SOCKETCALL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SOCKETCALL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME socketcall \- socket system calls .SH LIBRARY diff --git a/man2/socketpair.2 b/man2/socketpair.2 index 52bc169dcb..8e57c92ec1 100644 --- a/man2/socketpair.2 +++ b/man2/socketpair.2 @@ -11,7 +11,7 @@ .\" Modified 2004-06-17 by Michael Kerrisk .\" 2008-10-11, mtk: Add description of SOCK_NONBLOCK and SOCK_CLOEXEC .\" -.TH SOCKETPAIR 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SOCKETPAIR 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME socketpair \- create a pair of connected sockets .SH LIBRARY diff --git a/man2/splice.2 b/man2/splice.2 index ecee0464ff..7b60753a4b 100644 --- a/man2/splice.2 +++ b/man2/splice.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SPLICE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SPLICE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME splice \- splice data to/from a pipe .SH LIBRARY diff --git a/man2/spu_create.2 b/man2/spu_create.2 index babbbffd12..7ed5275800 100644 --- a/man2/spu_create.2 +++ b/man2/spu_create.2 @@ -8,7 +8,7 @@ .\" 2007-07-10, some polishing by mtk .\" 2007-09-28, updates for newer kernels by Jeremy Kerr .\" -.TH SPU_CREATE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SPU_CREATE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME spu_create \- create a new spu context .SH LIBRARY diff --git a/man2/spu_run.2 b/man2/spu_run.2 index 0183a6d109..7af2c0ff8a 100644 --- a/man2/spu_run.2 +++ b/man2/spu_run.2 @@ -9,7 +9,7 @@ .\" 2007-09-28, updates for newer kernels, added example .\" by Jeremy Kerr .\" -.TH SPU_RUN 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SPU_RUN 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME spu_run \- execute an SPU context .SH LIBRARY diff --git a/man2/stat.2 b/man2/stat.2 index aff3075ebe..585a204841 100644 --- a/man2/stat.2 +++ b/man2/stat.2 @@ -16,7 +16,7 @@ .\" 2007-06-08 mtk: Added example program .\" 2007-07-05 mtk: Added details on underlying system call interfaces .\" -.TH STAT 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STAT 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME stat, fstat, lstat, fstatat \- get file status .SH LIBRARY diff --git a/man2/statfs.2 b/man2/statfs.2 index 414961a70d..a62dc8fbb6 100644 --- a/man2/statfs.2 +++ b/man2/statfs.2 @@ -5,7 +5,7 @@ .\" Modified 2003-08-17 by Walter Harms .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH STATFS 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STATFS 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME statfs, fstatfs \- get filesystem statistics .SH LIBRARY diff --git a/man2/statx.2 b/man2/statx.2 index 04e3dd1505..0d1b4591f7 100644 --- a/man2/statx.2 +++ b/man2/statx.2 @@ -7,7 +7,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH STATX 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STATX 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME statx \- get file status (extended) .SH LIBRARY diff --git a/man2/stime.2 b/man2/stime.2 index afcec14c9f..008d564a0c 100644 --- a/man2/stime.2 +++ b/man2/stime.2 @@ -7,7 +7,7 @@ .\" Modified 2001-03-16 by Andries Brouwer .\" Modified 2004-05-27 by Michael Kerrisk .\" -.TH STIME 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STIME 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME stime \- set time .SH SYNOPSIS diff --git a/man2/subpage_prot.2 b/man2/subpage_prot.2 index 9ee696aca0..138266f962 100644 --- a/man2/subpage_prot.2 +++ b/man2/subpage_prot.2 @@ -7,7 +7,7 @@ .\" in kernel commit fa28237cfcc5827553044cbd6ee52e33692b0faa .\" both written by Paul Mackerras .\" -.TH SUBPAGE_PROT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SUBPAGE_PROT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME subpage_prot \- define a subpage protection for an address range .SH LIBRARY diff --git a/man2/swapon.2 b/man2/swapon.2 index 764da9da2e..af0929cea4 100644 --- a/man2/swapon.2 +++ b/man2/swapon.2 @@ -22,7 +22,7 @@ .\" Author: Rafael Aquini .\" Date: Wed Jul 3 15:02:46 2013 -0700 .\" -.TH SWAPON 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SWAPON 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME swapon, swapoff \- start/stop swapping to file/device .SH LIBRARY diff --git a/man2/symlink.2 b/man2/symlink.2 index 1347918b5d..1e7823329b 100644 --- a/man2/symlink.2 +++ b/man2/symlink.2 @@ -10,7 +10,7 @@ .\" Modified 1997-01-31 by Eric S. Raymond .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH SYMLINK 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYMLINK 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME symlink, symlinkat \- make a new name for a file .SH LIBRARY diff --git a/man2/sync.2 b/man2/sync.2 index d4de4d905b..19cb8af11c 100644 --- a/man2/sync.2 +++ b/man2/sync.2 @@ -13,7 +13,7 @@ .\" Modified 2001-10-10 by aeb, following Michael Kerrisk. .\" 2011-09-07, mtk, Added syncfs() documentation, .\" -.TH SYNC 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYNC 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sync, syncfs \- commit filesystem caches to disk .SH LIBRARY diff --git a/man2/sync_file_range.2 b/man2/sync_file_range.2 index ee6c74ba67..c86e49b6fb 100644 --- a/man2/sync_file_range.2 +++ b/man2/sync_file_range.2 @@ -7,7 +7,7 @@ .\" Andrew Morton's comments in fs/sync.c .\" 2010-10-09, mtk, Document sync_file_range2() .\" -.TH SYNC_FILE_RANGE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYNC_FILE_RANGE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sync_file_range \- sync a file segment with disk .SH LIBRARY diff --git a/man2/syscall.2 b/man2/syscall.2 index 312fb3f46e..083141183b 100644 --- a/man2/syscall.2 +++ b/man2/syscall.2 @@ -11,7 +11,7 @@ .\" 2015-01-17, Kees Cook .\" Added mips and arm64. .\" -.TH SYSCALL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSCALL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME syscall \- indirect system call .SH LIBRARY diff --git a/man2/syscalls.2 b/man2/syscalls.2 index 851669492f..7348d22bef 100644 --- a/man2/syscalls.2 +++ b/man2/syscalls.2 @@ -8,7 +8,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SYSCALLS 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSCALLS 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME syscalls \- Linux system calls .SH SYNOPSIS diff --git a/man2/sysctl.2 b/man2/sysctl.2 index 5000f22cc8..796b5fad89 100644 --- a/man2/sysctl.2 +++ b/man2/sysctl.2 @@ -7,7 +7,7 @@ .\" Modified Tue Oct 22 22:28:41 1996 by Eric S. Raymond .\" Modified Mon Jan 5 20:31:04 1998 by aeb. .\" -.TH SYSCTL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSCTL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sysctl \- read/write system parameters .SH SYNOPSIS diff --git a/man2/sysfs.2 b/man2/sysfs.2 index 93e873b562..2b6a1bc020 100644 --- a/man2/sysfs.2 +++ b/man2/sysfs.2 @@ -4,7 +4,7 @@ .\" .\" Created Wed Aug 9 1995 Thomas K. Dyas .\" -.TH SYSFS 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSFS 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sysfs \- get filesystem type information .SH SYNOPSIS diff --git a/man2/sysinfo.2 b/man2/sysinfo.2 index 2d3fb1accd..0a93fda043 100644 --- a/man2/sysinfo.2 +++ b/man2/sysinfo.2 @@ -12,7 +12,7 @@ .\" Modified Tue Oct 22 22:29:51 1996 by Eric S. Raymond .\" Modified Mon Aug 25 16:06:11 1997 by Nicolás Lichtmaier .\" -.TH SYSINFO 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSINFO 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sysinfo \- return system information .SH LIBRARY diff --git a/man2/syslog.2 b/man2/syslog.2 index 951673cbcd..3a5b462c9a 100644 --- a/man2/syslog.2 +++ b/man2/syslog.2 @@ -9,7 +9,7 @@ .\" 2008-02-15, Michael Kerrisk .\" Update LOG_BUF_LEN details; update RETURN VALUE section. .\" -.TH SYSLOG 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSLOG 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME syslog, klogctl \- read and/or clear kernel message ring buffer; set console_loglevel diff --git a/man2/tee.2 b/man2/tee.2 index 3efc8fa4ac..85e6852a5a 100644 --- a/man2/tee.2 +++ b/man2/tee.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TEE 2 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TEE 2 2020-06-09 "Linux man-pages (unreleased)" .SH NAME tee \- duplicating pipe content .SH LIBRARY diff --git a/man2/time.2 b/man2/time.2 index 665623c08b..b5402326ce 100644 --- a/man2/time.2 +++ b/man2/time.2 @@ -6,7 +6,7 @@ .\" Modified Sat Jul 24 14:13:40 1993 by Rik Faith .\" Additions by Joseph S. Myers , 970909 .\" -.TH TIME 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIME 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME time \- get time in seconds .SH LIBRARY diff --git a/man2/timer_create.2 b/man2/timer_create.2 index 51c3c7750c..a07528ba6c 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TIMER_CREATE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIMER_CREATE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME timer_create \- create a POSIX per-process timer .SH LIBRARY diff --git a/man2/timer_delete.2 b/man2/timer_delete.2 index 0fec21e4fa..cf93617fe9 100644 --- a/man2/timer_delete.2 +++ b/man2/timer_delete.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TIMER_DELETE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIMER_DELETE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME timer_delete \- delete a POSIX per-process timer .SH LIBRARY diff --git a/man2/timer_getoverrun.2 b/man2/timer_getoverrun.2 index 91de9f2d57..ff2c84c227 100644 --- a/man2/timer_getoverrun.2 +++ b/man2/timer_getoverrun.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TIMER_GETOVERRUN 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIMER_GETOVERRUN 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME timer_getoverrun \- get overrun count for a POSIX per-process timer .SH LIBRARY diff --git a/man2/timer_settime.2 b/man2/timer_settime.2 index eb434aa7a5..d1c787af04 100644 --- a/man2/timer_settime.2 +++ b/man2/timer_settime.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TIMER_SETTIME 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIMER_SETTIME 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME timer_settime, timer_gettime \- arm/disarm and fetch state of POSIX per-process timer diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 8098c33ca9..50c81c4639 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH TIMERFD_CREATE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIMERFD_CREATE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME timerfd_create, timerfd_settime, timerfd_gettime \- timers that notify via file descriptors diff --git a/man2/times.2 b/man2/times.2 index 2bbc710e40..54e0c2eeba 100644 --- a/man2/times.2 +++ b/man2/times.2 @@ -15,7 +15,7 @@ .\" Added notes on nonstandard behavior: Linux allows 'buf' to .\" be NULL, but POSIX.1 doesn't specify this and it's nonportable. .\" -.TH TIMES 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIMES 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME times \- get process times .SH LIBRARY diff --git a/man2/tkill.2 b/man2/tkill.2 index cbca32224a..c4e888b753 100644 --- a/man2/tkill.2 +++ b/man2/tkill.2 @@ -6,7 +6,7 @@ .\" 2004-05-31, added tgkill, ahu, aeb .\" 2008-01-15 mtk -- rewrote DESCRIPTION .\" -.TH TKILL 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TKILL 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tkill, tgkill \- send a signal to a thread .SH LIBRARY diff --git a/man2/truncate.2 b/man2/truncate.2 index ff0ed14633..79a2b07ecf 100644 --- a/man2/truncate.2 +++ b/man2/truncate.2 @@ -12,7 +12,7 @@ .\" Modified 2002-04-06 by Andries Brouwer .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH TRUNCATE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TRUNCATE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME truncate, ftruncate \- truncate a file to a specified length .SH LIBRARY diff --git a/man2/umask.2 b/man2/umask.2 index da5d93ce5f..94b74fea22 100644 --- a/man2/umask.2 +++ b/man2/umask.2 @@ -11,7 +11,7 @@ .\" with Lars Wirzenius suggestion .\" 2006-05-13, mtk, substantial rewrite of description of 'mask' .\" 2008-01-09, mtk, a few rewrites and additions. -.TH UMASK 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UMASK 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME umask \- set file mode creation mask .SH LIBRARY diff --git a/man2/umount.2 b/man2/umount.2 index 926d3021ab..6aa433012f 100644 --- a/man2/umount.2 +++ b/man2/umount.2 @@ -7,7 +7,7 @@ .\" 2008-10-06, mtk: Created this as a new page by splitting .\" umount/umount2 material out of mount.2 .\" -.TH UMOUNT 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UMOUNT 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME umount, umount2 \- unmount filesystem .SH LIBRARY diff --git a/man2/uname.2 b/man2/uname.2 index 4e81d05988..f7183840c7 100644 --- a/man2/uname.2 +++ b/man2/uname.2 @@ -4,7 +4,7 @@ .\" .\" 2007-07-05 mtk: Added details on underlying system call interfaces .\" -.TH UNAME 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNAME 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME uname \- get name and information about current kernel .SH LIBRARY diff --git a/man2/unimplemented.2 b/man2/unimplemented.2 index 3b621f23c8..a6b6c0458d 100644 --- a/man2/unimplemented.2 +++ b/man2/unimplemented.2 @@ -4,7 +4,7 @@ .\" .\" Updated, aeb, 980612 .\" -.TH UNIMPLEMENTED 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNIMPLEMENTED 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, isastream, lock, madvise1, mpx, prof, profil, putmsg, putpmsg, security, diff --git a/man2/unlink.2 b/man2/unlink.2 index 3a343fb5cb..b161320573 100644 --- a/man2/unlink.2 +++ b/man2/unlink.2 @@ -10,7 +10,7 @@ .\" Modified 2001-05-17 by aeb .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH UNLINK 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNLINK 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME unlink, unlinkat \- delete a name and possibly the file it refers to .SH LIBRARY diff --git a/man2/unshare.2 b/man2/unshare.2 index 8c98e1073b..e724649505 100644 --- a/man2/unshare.2 +++ b/man2/unshare.2 @@ -15,7 +15,7 @@ .\" by clone, which would require porting and maintaining all commands .\" such as login, and su, that establish a user session. .\" -.TH UNSHARE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNSHARE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME unshare \- disassociate parts of the process execution context .SH LIBRARY diff --git a/man2/uselib.2 b/man2/uselib.2 index f6b4e856ca..5376537710 100644 --- a/man2/uselib.2 +++ b/man2/uselib.2 @@ -8,7 +8,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk .\" Modified 2005-01-09 by aeb .\" -.TH USELIB 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH USELIB 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME uselib \- load shared library .SH SYNOPSIS diff --git a/man2/userfaultfd.2 b/man2/userfaultfd.2 index e877d4cf15..a49bc984cd 100644 --- a/man2/userfaultfd.2 +++ b/man2/userfaultfd.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH USERFAULTFD 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH USERFAULTFD 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME userfaultfd \- create a file descriptor for handling page faults in user space .SH LIBRARY diff --git a/man2/ustat.2 b/man2/ustat.2 index 97207a7a65..d7594b5f96 100644 --- a/man2/ustat.2 +++ b/man2/ustat.2 @@ -7,7 +7,7 @@ .\" Modified 2001-03-22 by aeb .\" Modified 2003-08-04 by aeb .\" -.TH USTAT 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH USTAT 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ustat \- get filesystem statistics .SH LIBRARY diff --git a/man2/utime.2 b/man2/utime.2 index ea0f5c5d6a..5338723574 100644 --- a/man2/utime.2 +++ b/man2/utime.2 @@ -8,7 +8,7 @@ .\" Modified 2004-06-23 by Michael Kerrisk .\" Modified 2004-10-10 by Andries Brouwer .\" -.TH UTIME 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UTIME 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME utime, utimes \- change file last access and modification times .SH LIBRARY diff --git a/man2/utimensat.2 b/man2/utimensat.2 index bd715f0207..11cf3ee241 100644 --- a/man2/utimensat.2 +++ b/man2/utimensat.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH UTIMENSAT 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UTIMENSAT 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME utimensat, futimens \- change file timestamps with nanosecond precision .SH LIBRARY diff --git a/man2/vfork.2 b/man2/vfork.2 index 93392cd54d..e4ab74427f 100644 --- a/man2/vfork.2 +++ b/man2/vfork.2 @@ -6,7 +6,7 @@ .\" 1999-11-10: Merged text taken from the page contributed by .\" Reed H. Petty (rhp@draper.net) .\" -.TH VFORK 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH VFORK 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME vfork \- create a child process and block parent .SH LIBRARY diff --git a/man2/vhangup.2 b/man2/vhangup.2 index 5acfa542d6..7be0f220f7 100644 --- a/man2/vhangup.2 +++ b/man2/vhangup.2 @@ -5,7 +5,7 @@ .\" Modified, 27 May 2004, Michael Kerrisk .\" Added notes on capability requirements .\" -.TH VHANGUP 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH VHANGUP 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME vhangup \- virtually hangup the current terminal .SH LIBRARY diff --git a/man2/vm86.2 b/man2/vm86.2 index 2eb7e5000b..c41dd81613 100644 --- a/man2/vm86.2 +++ b/man2/vm86.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH VM86 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH VM86 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME vm86old, vm86 \- enter virtual 8086 mode .SH LIBRARY diff --git a/man2/vmsplice.2 b/man2/vmsplice.2 index 01c98aece2..dd74f38b5e 100644 --- a/man2/vmsplice.2 +++ b/man2/vmsplice.2 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH VMSPLICE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH VMSPLICE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME vmsplice \- splice user pages to/from a pipe .SH LIBRARY diff --git a/man2/wait.2 b/man2/wait.2 index 1c0c577693..3a36435cb9 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -26,7 +26,7 @@ .\" 2005-05-10, mtk, __W* flags can't be used with waitid() .\" 2008-07-04, mtk, removed erroneous text about SA_NOCLDSTOP .\" -.TH WAIT 2 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WAIT 2 2021-08-27 "Linux man-pages (unreleased)" .SH NAME wait, waitpid, waitid \- wait for process to change state .SH LIBRARY diff --git a/man2/wait4.2 b/man2/wait4.2 index c8c045ad7d..2c00aa8d4d 100644 --- a/man2/wait4.2 +++ b/man2/wait4.2 @@ -10,7 +10,7 @@ .\" Rewrote much of this page, and removed much duplicated text, .\" replacing with pointers to wait.2 .\" -.TH WAIT4 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WAIT4 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wait3, wait4 \- wait for process to change state, BSD style .SH LIBRARY diff --git a/man2/write.2 b/man2/write.2 index 7b6ea98316..bbfb68af0e 100644 --- a/man2/write.2 +++ b/man2/write.2 @@ -16,7 +16,7 @@ .\" gave some examples of why this might occur. .\" Noted what happens if write() is interrupted by a signal. .\" -.TH WRITE 2 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WRITE 2 2021-03-22 "Linux man-pages (unreleased)" .SH NAME write \- write to a file descriptor .SH LIBRARY diff --git a/man2type/open_how.2type b/man2type/open_how.2type index 89d99a7c6a..6037f0a014 100644 --- a/man2type/open_how.2type +++ b/man2type/open_how.2type @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH OPEN_HOW 2type 2022-06-16 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OPEN_HOW 2type 2022-06-16 "Linux man-pages (unreleased)" .SH NAME open_how \- how to open a pathname .SH LIBRARY diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3 index 71b4a3c747..fb194d9013 100644 --- a/man3/CPU_SET.3 +++ b/man3/CPU_SET.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH CPU_SET 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CPU_SET 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME CPU_SET, CPU_CLR, CPU_ISSET, CPU_ZERO, CPU_COUNT, CPU_AND, CPU_OR, CPU_XOR, CPU_EQUAL, diff --git a/man3/FILE.3 b/man3/FILE.3 index 55fe746b3b..f9b55527fa 100644 --- a/man3/FILE.3 +++ b/man3/FILE.3 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH FILE 3 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FILE 3 2021-11-02 "Linux man-pages (unreleased)" .SH NAME FILE \- input/output stream .SH LIBRARY diff --git a/man3/INFINITY.3 b/man3/INFINITY.3 index 4da1f0e01c..22f63834ca 100644 --- a/man3/INFINITY.3 +++ b/man3/INFINITY.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH INFINITY 3 2020-12-21 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INFINITY 3 2020-12-21 "Linux man-pages (unreleased)" .SH NAME INFINITY, NAN, HUGE_VAL, HUGE_VALF, HUGE_VALL \- floating-point constants .SH LIBRARY diff --git a/man3/MAX.3 b/man3/MAX.3 index c73a32f7d3..fec4e5d27d 100644 --- a/man3/MAX.3 +++ b/man3/MAX.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MAX 3 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MAX 3 2020-11-01 "Linux man-pages (unreleased)" .SH NAME MAX, MIN \- maximum or minimum of two values .SH LIBRARY diff --git a/man3/MB_CUR_MAX.3 b/man3/MB_CUR_MAX.3 index a1bad99d6f..e9ff36b720 100644 --- a/man3/MB_CUR_MAX.3 +++ b/man3/MB_CUR_MAX.3 @@ -9,7 +9,7 @@ .\" .\" Modified, aeb, 990824 .\" -.TH MB_CUR_MAX 3 2015-08-08 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MB_CUR_MAX 3 2015-08-08 "Linux man-pages (unreleased)" .SH NAME MB_CUR_MAX \- maximum length of a multibyte character in the current locale .SH LIBRARY diff --git a/man3/MB_LEN_MAX.3 b/man3/MB_LEN_MAX.3 index 1256d3d2a6..b08cacd0e8 100644 --- a/man3/MB_LEN_MAX.3 +++ b/man3/MB_LEN_MAX.3 @@ -9,7 +9,7 @@ .\" .\" Modified, aeb, 990824 .\" -.TH MB_LEN_MAX 3 2015-07-23 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MB_LEN_MAX 3 2015-07-23 "Linux man-pages (unreleased)" .SH NAME MB_LEN_MAX \- maximum multibyte length of a character across all locales .SH LIBRARY diff --git a/man3/_Generic.3 b/man3/_Generic.3 index 3e1c159abd..6d7e8ef5e1 100644 --- a/man3/_Generic.3 +++ b/man3/_Generic.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH _Generic 3 2022-08-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH _Generic 3 2022-08-20 "Linux man-pages (unreleased)" .SH NAME _Generic \- type-generic selection .SH SYNOPSIS @@ -49,7 +49,7 @@ seamlessly upgrading to the widest available type. int main(void) { - off_t a; + off_t a; a = \-42; printf("imaxabs(%jd) == %jd\en", (intmax_t) a, my_imaxabs(a)); diff --git a/man3/__ppc_get_timebase.3 b/man3/__ppc_get_timebase.3 index 483f43c9b9..ca27b22771 100644 --- a/man3/__ppc_get_timebase.3 +++ b/man3/__ppc_get_timebase.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH __PPC_GET_TIMEBASE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's\ +.TH __PPC_GET_TIMEBASE 3 2021-03-22 "Linux man-pages (unreleased)" Manual" .SH NAME __ppc_get_timebase, __ppc_get_timebase_freq \- get the current value diff --git a/man3/__ppc_set_ppr_med.3 b/man3/__ppc_set_ppr_med.3 index 1cdf039f15..bf5d2abf79 100644 --- a/man3/__ppc_set_ppr_med.3 +++ b/man3/__ppc_set_ppr_med.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH __PPC_SET_PPR_MED 3 2021-03-22 "Linux man-pages (unreleased)" "Linux\ +.TH __PPC_SET_PPR_MED 3 2021-03-22 "Linux man-pages (unreleased)" Programmer's Manual" .SH NAME __ppc_set_ppr_med, __ppc_set_ppr_very_low, __ppc_set_ppr_low, diff --git a/man3/__ppc_yield.3 b/man3/__ppc_yield.3 index 1a8d3b98fe..f8751401be 100644 --- a/man3/__ppc_yield.3 +++ b/man3/__ppc_yield.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH __PPC_YIELD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's\ +.TH __PPC_YIELD 3 2021-03-22 "Linux man-pages (unreleased)" Manual" .SH NAME __ppc_yield, __ppc_mdoio, __ppc_mdoom \- diff --git a/man3/__setfpucw.3 b/man3/__setfpucw.3 index c89ce745cc..bdba10f480 100644 --- a/man3/__setfpucw.3 +++ b/man3/__setfpucw.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH __SETFPUCW 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH __SETFPUCW 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME __setfpucw \- set FPU control word on i386 architecture (obsolete) .SH LIBRARY diff --git a/man3/a64l.3 b/man3/a64l.3 index 63049da3e9..a4f551463c 100644 --- a/man3/a64l.3 +++ b/man3/a64l.3 @@ -5,7 +5,7 @@ .\" .\" Corrected, aeb, 2002-05-30 .\" -.TH A64L 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH A64L 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME a64l, l64a \- convert between long and base-64 .SH LIBRARY diff --git a/man3/abort.3 b/man3/abort.3 index c4a57dcb67..f703a18b85 100644 --- a/man3/abort.3 +++ b/man3/abort.3 @@ -11,7 +11,7 @@ .\" Modified Fri Aug 4 10:51:53 2000 - patch from Joseph S. Myers .\" 2007-12-15, mtk, Mostly rewritten .\" -.TH ABORT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ABORT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME abort \- cause abnormal process termination .SH LIBRARY diff --git a/man3/abs.3 b/man3/abs.3 index a9ab04788c..e21e18973d 100644 --- a/man3/abs.3 +++ b/man3/abs.3 @@ -11,7 +11,7 @@ .\" Modified Sat Jul 24 21:45:37 1993, Rik Faith (faith@cs.unc.edu) .\" Modified Sat Dec 16 15:02:59 2000, Joseph S. Myers .\" -.TH ABS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ABS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME abs, labs, llabs, imaxabs \- compute the absolute value of an integer .SH LIBRARY diff --git a/man3/acos.3 b/man3/acos.3 index 23f647c5ca..78e90c756f 100644 --- a/man3/acos.3 +++ b/man3/acos.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-25 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH ACOS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ACOS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME acos, acosf, acosl \- arc cosine function .SH LIBRARY diff --git a/man3/acosh.3 b/man3/acosh.3 index 676110aae0..ef060678a5 100644 --- a/man3/acosh.3 +++ b/man3/acosh.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-25 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH ACOSH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ACOSH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME acosh, acoshf, acoshl \- inverse hyperbolic cosine function .SH LIBRARY diff --git a/man3/addseverity.3 b/man3/addseverity.3 index c592e7f0fc..428918e92d 100644 --- a/man3/addseverity.3 +++ b/man3/addseverity.3 @@ -4,7 +4,7 @@ .\" adapted glibc info page .\" .\" polished a little, aeb -.TH ADDSEVERITY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ADDSEVERITY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME addseverity \- introduce new severity classes .SH LIBRARY diff --git a/man3/adjtime.3 b/man3/adjtime.3 index bf21585457..b4218c6d5f 100644 --- a/man3/adjtime.3 +++ b/man3/adjtime.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ADJTIME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ADJTIME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME adjtime \- correct the time to synchronize the system clock .SH LIBRARY diff --git a/man3/aio_cancel.3 b/man3/aio_cancel.3 index fff08d8ead..a3bdf40107 100644 --- a/man3/aio_cancel.3 +++ b/man3/aio_cancel.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH AIO_CANCEL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH AIO_CANCEL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME aio_cancel \- cancel an outstanding asynchronous I/O request .SH LIBRARY diff --git a/man3/aio_error.3 b/man3/aio_error.3 index 8348fdb203..268bafbabf 100644 --- a/man3/aio_error.3 +++ b/man3/aio_error.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH AIO_ERROR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH AIO_ERROR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME aio_error \- get error status of asynchronous I/O operation .SH LIBRARY diff --git a/man3/aio_fsync.3 b/man3/aio_fsync.3 index bfac38badf..091d423daa 100644 --- a/man3/aio_fsync.3 +++ b/man3/aio_fsync.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH AIO_FSYNC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH AIO_FSYNC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME aio_fsync \- asynchronous file synchronization .SH LIBRARY diff --git a/man3/aio_init.3 b/man3/aio_init.3 index 62ceea8468..1cd640f745 100644 --- a/man3/aio_init.3 +++ b/man3/aio_init.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH AIO_INIT 3 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH AIO_INIT 3 2020-08-13 "Linux man-pages (unreleased)" .SH NAME aio_init \- asynchronous I/O initialization .SH LIBRARY diff --git a/man3/aio_read.3 b/man3/aio_read.3 index cfffc381ee..c7b34d6abd 100644 --- a/man3/aio_read.3 +++ b/man3/aio_read.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH AIO_READ 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH AIO_READ 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME aio_read \- asynchronous read .SH LIBRARY diff --git a/man3/aio_return.3 b/man3/aio_return.3 index 50b951b1e8..5c217b746a 100644 --- a/man3/aio_return.3 +++ b/man3/aio_return.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH AIO_RETURN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH AIO_RETURN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME aio_return \- get return status of asynchronous I/O operation .SH LIBRARY diff --git a/man3/aio_suspend.3 b/man3/aio_suspend.3 index 896cc10568..4bdcca5f83 100644 --- a/man3/aio_suspend.3 +++ b/man3/aio_suspend.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH AIO_SUSPEND 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH AIO_SUSPEND 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME aio_suspend \- wait for asynchronous I/O operation or timeout .SH LIBRARY diff --git a/man3/aio_write.3 b/man3/aio_write.3 index 84a9e3e05a..bd9da10d4d 100644 --- a/man3/aio_write.3 +++ b/man3/aio_write.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH AIO_WRITE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH AIO_WRITE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME aio_write \- asynchronous write .SH LIBRARY diff --git a/man3/alloca.3 b/man3/alloca.3 index 55ffeccc9e..d40fd8b3ae 100644 --- a/man3/alloca.3 +++ b/man3/alloca.3 @@ -12,7 +12,7 @@ .\" Various rewrites and additions (notes on longjmp() and SIGSEGV). .\" Weaken warning against use of alloca() (as per Debian bug 461100). .\" -.TH ALLOCA 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ALLOCA 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME alloca \- allocate memory that is automatically freed .SH LIBRARY diff --git a/man3/argz_add.3 b/man3/argz_add.3 index 1c9c67d3ae..86e9a4f4d3 100644 --- a/man3/argz_add.3 +++ b/man3/argz_add.3 @@ -5,7 +5,7 @@ .\" based on the description in glibc source and infopages .\" .\" Corrections and additions, aeb -.TH ARGZ_ADD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ARGZ_ADD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME argz_add, argz_add_sep, argz_append, argz_count, argz_create, argz_create_sep, argz_delete, argz_extract, argz_insert, diff --git a/man3/asin.3 b/man3/asin.3 index 96e5a8720a..b6de3066d4 100644 --- a/man3/asin.3 +++ b/man3/asin.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-25 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH ASIN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ASIN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME asin, asinf, asinl \- arc sine function .SH LIBRARY diff --git a/man3/asinh.3 b/man3/asinh.3 index 133d5a0855..e5cd6037de 100644 --- a/man3/asinh.3 +++ b/man3/asinh.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH ASINH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ASINH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME asinh, asinhf, asinhl \- inverse hyperbolic sine function .SH LIBRARY diff --git a/man3/asprintf.3 b/man3/asprintf.3 index 01cdfc8bc2..820713eaa5 100644 --- a/man3/asprintf.3 +++ b/man3/asprintf.3 @@ -4,7 +4,7 @@ .\" .\" Text fragments inspired by Martin Schulze . .\" -.TH ASPRINTF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ASPRINTF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME asprintf, vasprintf \- print to allocated string .SH LIBRARY diff --git a/man3/assert.3 b/man3/assert.3 index 9cf31aca3f..a5d932a016 100644 --- a/man3/assert.3 +++ b/man3/assert.3 @@ -5,7 +5,7 @@ .\" Modified Sat Jul 24 21:42:42 1993 by Rik Faith .\" Modified Tue Oct 22 23:44:11 1996 by Eric S. Raymond .\" Modified Thu Jun 2 23:44:11 2016 by Nikos Mavrogiannopoulos -.TH ASSERT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ASSERT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME assert \- abort the program if assertion is false .SH LIBRARY diff --git a/man3/assert_perror.3 b/man3/assert_perror.3 index ef28f55a7c..37e42102cc 100644 --- a/man3/assert_perror.3 +++ b/man3/assert_perror.3 @@ -5,7 +5,7 @@ .\" This replaces an earlier man page written by Walter Harms .\" . .\" -.TH ASSERT_PERROR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ASSERT_PERROR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME assert_perror \- test errnum and abort .SH LIBRARY diff --git a/man3/atan.3 b/man3/atan.3 index 5ccf86cb76..c48295abbb 100644 --- a/man3/atan.3 +++ b/man3/atan.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH ATAN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ATAN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME atan, atanf, atanl \- arc tangent function .SH LIBRARY diff --git a/man3/atan2.3 b/man3/atan2.3 index c437dc9637..8ed1e82c1c 100644 --- a/man3/atan2.3 +++ b/man3/atan2.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH ATAN2 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ATAN2 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME atan2, atan2f, atan2l \- arc tangent function of two variables .SH LIBRARY diff --git a/man3/atanh.3 b/man3/atanh.3 index 436394435c..eb46adb53e 100644 --- a/man3/atanh.3 +++ b/man3/atanh.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH ATANH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ATANH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME atanh, atanhf, atanhl \- inverse hyperbolic tangent function .SH LIBRARY diff --git a/man3/atexit.3 b/man3/atexit.3 index 7c270565d2..422a579de6 100644 --- a/man3/atexit.3 +++ b/man3/atexit.3 @@ -10,7 +10,7 @@ .\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu) .\" Modified 2003-10-25, Walter Harms .\" -.TH ATEXIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ATEXIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME atexit \- register a function to be called at normal process termination .SH LIBRARY diff --git a/man3/atof.3 b/man3/atof.3 index 6f02292069..0d5ea66712 100644 --- a/man3/atof.3 +++ b/man3/atof.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Mon Mar 29 22:39:24 1993, David Metcalfe .\" Modified Sat Jul 24 21:39:22 1993, Rik Faith (faith@cs.unc.edu) -.TH ATOF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ATOF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME atof \- convert a string to a double .SH LIBRARY diff --git a/man3/atoi.3 b/man3/atoi.3 index 1ee2248c24..be4cbcbc13 100644 --- a/man3/atoi.3 +++ b/man3/atoi.3 @@ -10,7 +10,7 @@ .\" Modified Sat Jul 24 21:38:42 1993, Rik Faith (faith@cs.unc.edu) .\" Modified Sun Dec 17 18:35:06 2000, Joseph S. Myers .\" -.TH ATOI 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ATOI 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME atoi, atol, atoll \- convert a string to an integer .SH LIBRARY diff --git a/man3/backtrace.3 b/man3/backtrace.3 index a1172e4770..3151c5482d 100644 --- a/man3/backtrace.3 +++ b/man3/backtrace.3 @@ -24,7 +24,7 @@ .\" .\" References: .\" glibc manual and source -.TH BACKTRACE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BACKTRACE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME backtrace, backtrace_symbols, backtrace_symbols_fd \- support for application self-debugging diff --git a/man3/basename.3 b/man3/basename.3 index c4d94abb9d..e2aefe495e 100644 --- a/man3/basename.3 +++ b/man3/basename.3 @@ -4,7 +4,7 @@ .\" .\" Created, 14 Dec 2000 by Michael Kerrisk .\" -.TH BASENAME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BASENAME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME basename, dirname \- parse pathname components .SH LIBRARY diff --git a/man3/bcmp.3 b/man3/bcmp.3 index ca90dec831..3ede10b8bf 100644 --- a/man3/bcmp.3 +++ b/man3/bcmp.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Sat Jul 24 21:36:50 1993 by Rik Faith .\" Modified Tue Oct 22 23:47:36 1996 by Eric S. Raymond -.TH BCMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BCMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME bcmp \- compare byte sequences .SH LIBRARY diff --git a/man3/bcopy.3 b/man3/bcopy.3 index 67f95aac84..495be73f07 100644 --- a/man3/bcopy.3 +++ b/man3/bcopy.3 @@ -10,7 +10,7 @@ .\" Modified Sun Feb 26 14:52:00 1995 by Rik Faith .\" Modified Tue Oct 22 23:48:10 1996 by Eric S. Raymond .\" " -.TH BCOPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BCOPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME bcopy \- copy byte sequence .SH LIBRARY diff --git a/man3/bindresvport.3 b/man3/bindresvport.3 index 640396d497..0385880432 100644 --- a/man3/bindresvport.3 +++ b/man3/bindresvport.3 @@ -7,7 +7,7 @@ .\" 2007-05-31, mtk: Rewrite and substantial additional text. .\" 2008-12-03, mtk: Rewrote some pieces and fixed some errors .\" -.TH BINDRESVPORT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BINDRESVPORT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME bindresvport \- bind a socket to a privileged IP port .SH LIBRARY diff --git a/man3/bsd_signal.3 b/man3/bsd_signal.3 index d51b4ab045..488057ce55 100644 --- a/man3/bsd_signal.3 +++ b/man3/bsd_signal.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH BSD_SIGNAL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BSD_SIGNAL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME bsd_signal \- signal handling with BSD semantics .SH LIBRARY diff --git a/man3/bsearch.3 b/man3/bsearch.3 index 0156755e6b..83f0152051 100644 --- a/man3/bsearch.3 +++ b/man3/bsearch.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Mon Mar 29 22:41:16 1993, David Metcalfe .\" Modified Sat Jul 24 21:35:16 1993, Rik Faith (faith@cs.unc.edu) -.TH BSEARCH 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BSEARCH 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME bsearch \- binary search of a sorted array .SH LIBRARY diff --git a/man3/bstring.3 b/man3/bstring.3 index 10b47d3d7d..8011a45b5c 100644 --- a/man3/bstring.3 +++ b/man3/bstring.3 @@ -9,7 +9,7 @@ .\" Modified 1993-04-12, David Metcalfe .\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu) .\" Modified 2002-01-20, Walter Harms -.TH BSTRING 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BSTRING 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME bcmp, bcopy, bzero, memccpy, memchr, memcmp, memcpy, memfrob, memmem, memmove, memset \- byte string operations diff --git a/man3/bswap.3 b/man3/bswap.3 index de680bc33d..52d20ae158 100644 --- a/man3/bswap.3 +++ b/man3/bswap.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH BSWAP 3 2021-06-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BSWAP 3 2021-06-20 "Linux man-pages (unreleased)" .SH NAME bswap_16, bswap_32, bswap_64 \- reverse order of bytes .SH LIBRARY diff --git a/man3/btowc.3 b/man3/btowc.3 index 5cb9c0bfd7..98d93de5f3 100644 --- a/man3/btowc.3 +++ b/man3/btowc.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH BTOWC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BTOWC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME btowc \- convert single byte to wide character .SH LIBRARY diff --git a/man3/btree.3 b/man3/btree.3 index 3dcb93eff8..c56608a65c 100644 --- a/man3/btree.3 +++ b/man3/btree.3 @@ -5,7 +5,7 @@ .\" .\" @(#)btree.3 8.4 (Berkeley) 8/18/94 .\" -.TH BTREE 3 2020-12-21 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BTREE 3 2020-12-21 "Linux man-pages (unreleased)" .\".UC 7 .SH NAME btree \- btree database access method diff --git a/man3/byteorder.3 b/man3/byteorder.3 index 31e79364ef..ecc7410770 100644 --- a/man3/byteorder.3 +++ b/man3/byteorder.3 @@ -9,7 +9,7 @@ .\" Modified Sat Jul 24 21:29:05 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Thu Jul 26 14:06:20 2001 by Andries Brouwer (aeb@cwi.nl) .\" -.TH BYTEORDER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BYTEORDER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME htonl, htons, ntohl, ntohs \- convert values between host and network byte order diff --git a/man3/bzero.3 b/man3/bzero.3 index 1077235beb..94d5c6dd9f 100644 --- a/man3/bzero.3 +++ b/man3/bzero.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH BZERO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BZERO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME bzero, explicit_bzero \- zero a byte string .SH LIBRARY diff --git a/man3/cabs.3 b/man3/cabs.3 index cfe392feeb..3bb00c1df6 100644 --- a/man3/cabs.3 +++ b/man3/cabs.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CABS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CABS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cabs, cabsf, cabsl \- absolute value of a complex number .SH LIBRARY diff --git a/man3/cacos.3 b/man3/cacos.3 index 1a1c5f1e0e..777a8d8cf6 100644 --- a/man3/cacos.3 +++ b/man3/cacos.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CACOS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CACOS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cacos, cacosf, cacosl \- complex arc cosine .SH LIBRARY diff --git a/man3/cacosh.3 b/man3/cacosh.3 index b4e0c06323..1d17cb8722 100644 --- a/man3/cacosh.3 +++ b/man3/cacosh.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CACOSH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CACOSH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cacosh, cacoshf, cacoshl \- complex arc hyperbolic cosine .SH LIBRARY diff --git a/man3/canonicalize_file_name.3 b/man3/canonicalize_file_name.3 index aac2289635..a3098df6c9 100644 --- a/man3/canonicalize_file_name.3 +++ b/man3/canonicalize_file_name.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH CANONICALIZE_FILE_NAME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CANONICALIZE_FILE_NAME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME canonicalize_file_name \- return the canonicalized absolute pathname .SH LIBRARY diff --git a/man3/carg.3 b/man3/carg.3 index 1607479875..dd1a8242ce 100644 --- a/man3/carg.3 +++ b/man3/carg.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CARG 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CARG 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME carg, cargf, cargl \- calculate the complex argument .SH LIBRARY diff --git a/man3/casin.3 b/man3/casin.3 index d69ceaec04..2351d25ff2 100644 --- a/man3/casin.3 +++ b/man3/casin.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CASIN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CASIN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME casin, casinf, casinl \- complex arc sine .SH LIBRARY diff --git a/man3/casinh.3 b/man3/casinh.3 index 1152437837..43a97a8cd1 100644 --- a/man3/casinh.3 +++ b/man3/casinh.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CASINH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CASINH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME casinh, casinhf, casinhl \- complex arc sine hyperbolic .SH LIBRARY diff --git a/man3/catan.3 b/man3/catan.3 index a609d42e6d..5005c556c6 100644 --- a/man3/catan.3 +++ b/man3/catan.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CATAN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CATAN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME catan, catanf, catanl \- complex arc tangents .SH LIBRARY diff --git a/man3/catanh.3 b/man3/catanh.3 index 6e6ffd3a71..68b33985f3 100644 --- a/man3/catanh.3 +++ b/man3/catanh.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CATANH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CATANH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME catanh, catanhf, catanhl \- complex arc tangents hyperbolic .SH LIBRARY diff --git a/man3/catgets.3 b/man3/catgets.3 index 80882ca584..e2bec8ee15 100644 --- a/man3/catgets.3 +++ b/man3/catgets.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Updated, aeb, 980809 -.TH CATGETS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CATGETS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME catgets \- get message from a message catalog .SH LIBRARY diff --git a/man3/catopen.3 b/man3/catopen.3 index 1faf264153..dfd79fb559 100644 --- a/man3/catopen.3 +++ b/man3/catopen.3 @@ -5,7 +5,7 @@ .\" Modified Thu Dec 13 22:51:19 2001 by Martin Schulze .\" Modified 2001-12-14 aeb .\" -.TH CATOPEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CATOPEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME catopen, catclose \- open/close a message catalog .SH LIBRARY diff --git a/man3/cbrt.3 b/man3/cbrt.3 index 6638ce661d..e4db8685ea 100644 --- a/man3/cbrt.3 +++ b/man3/cbrt.3 @@ -7,7 +7,7 @@ .\" Modified 2002-07-27 Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH CBRT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CBRT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cbrt, cbrtf, cbrtl \- cube root function .SH LIBRARY diff --git a/man3/ccos.3 b/man3/ccos.3 index 08d63a1fea..9e527a074d 100644 --- a/man3/ccos.3 +++ b/man3/ccos.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CCOS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CCOS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ccos, ccosf, ccosl \- complex cosine function .SH LIBRARY diff --git a/man3/ccosh.3 b/man3/ccosh.3 index 3c21b039be..9d905e031e 100644 --- a/man3/ccosh.3 +++ b/man3/ccosh.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CCOSH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CCOSH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ccosh, ccoshf, ccoshl \- complex hyperbolic cosine .SH LIBRARY diff --git a/man3/ceil.3 b/man3/ceil.3 index 34c39b73b2..f2218df27e 100644 --- a/man3/ceil.3 +++ b/man3/ceil.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH CEIL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CEIL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ceil, ceilf, ceill \- ceiling function: smallest integral value not less than argument diff --git a/man3/cexp.3 b/man3/cexp.3 index 4cfbf716d8..032821e28a 100644 --- a/man3/cexp.3 +++ b/man3/cexp.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CEXP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CEXP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cexp, cexpf, cexpl \- complex exponential function .SH LIBRARY diff --git a/man3/cexp2.3 b/man3/cexp2.3 index da78677469..a1d1ac7d8e 100644 --- a/man3/cexp2.3 +++ b/man3/cexp2.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CEXP2 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CEXP2 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cexp2, cexp2f, cexp2l \- base-2 exponent of a complex number .SH LIBRARY diff --git a/man3/cfree.3 b/man3/cfree.3 index c864503bde..1c29a50f3a 100644 --- a/man3/cfree.3 +++ b/man3/cfree.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH CFREE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CFREE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cfree \- free allocated memory .SH LIBRARY diff --git a/man3/cimag.3 b/man3/cimag.3 index b8bf16a1d1..213b9c9a05 100644 --- a/man3/cimag.3 +++ b/man3/cimag.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CIMAG 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CIMAG 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cimag, cimagf, cimagl \- get imaginary part of a complex number .SH LIBRARY diff --git a/man3/circleq.3 b/man3/circleq.3 index 5b6e01a86c..a50a9a2028 100644 --- a/man3/circleq.3 +++ b/man3/circleq.3 @@ -5,7 +5,7 @@ .\" SPDX-License-Identifier: BSD-3-Clause .\" .\" -.TH CIRCLEQ 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CIRCLEQ 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME CIRCLEQ_EMPTY, CIRCLEQ_ENTRY, diff --git a/man3/clearenv.3 b/man3/clearenv.3 index 2b8e6f15dc..e4dc76e97e 100644 --- a/man3/clearenv.3 +++ b/man3/clearenv.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Additions, aeb, 2001-10-17. -.TH CLEARENV 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLEARENV 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME clearenv \- clear the environment .SH LIBRARY diff --git a/man3/clock.3 b/man3/clock.3 index c5726d09be..9fa92fff56 100644 --- a/man3/clock.3 +++ b/man3/clock.3 @@ -6,7 +6,7 @@ .\" Modified 14 Jun 2002, Michael Kerrisk .\" Added notes on differences from other UNIX systems with respect to .\" waited-for children. -.TH CLOCK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOCK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME clock \- determine processor time .SH LIBRARY diff --git a/man3/clock_getcpuclockid.3 b/man3/clock_getcpuclockid.3 index 6610e84c99..0ad1916fc0 100644 --- a/man3/clock_getcpuclockid.3 +++ b/man3/clock_getcpuclockid.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH CLOCK_GETCPUCLOCKID 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOCK_GETCPUCLOCKID 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME clock_getcpuclockid \- obtain ID of a process CPU-time clock .SH LIBRARY diff --git a/man3/clog.3 b/man3/clog.3 index ee2526f050..6b1cf559e3 100644 --- a/man3/clog.3 +++ b/man3/clog.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CLOG 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOG 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME clog, clogf, clogl \- natural logarithm of a complex number .SH LIBRARY diff --git a/man3/clog10.3 b/man3/clog10.3 index 73a6715f4d..95cf0e53f8 100644 --- a/man3/clog10.3 +++ b/man3/clog10.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CLOG10 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOG10 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME clog10, clog10f, clog10l \- base-10 logarithm of a complex number .SH LIBRARY diff --git a/man3/clog2.3 b/man3/clog2.3 index 8324ae3d9a..05c0eb27ce 100644 --- a/man3/clog2.3 +++ b/man3/clog2.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CLOG2 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOG2 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME clog2, clog2f, clog2l \- base-2 logarithm of a complex number .SH LIBRARY diff --git a/man3/closedir.3 b/man3/closedir.3 index 5b10560465..ccebaedcc0 100644 --- a/man3/closedir.3 +++ b/man3/closedir.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Sat Jul 24 21:25:52 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 11 June 1995 by Andries Brouwer (aeb@cwi.nl) -.TH CLOSEDIR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOSEDIR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME closedir \- close a directory .SH LIBRARY diff --git a/man3/cmsg.3 b/man3/cmsg.3 index 48593b753c..c4639b3f62 100644 --- a/man3/cmsg.3 +++ b/man3/cmsg.3 @@ -8,7 +8,7 @@ .\" %%%LICENSE_END .\" .\" $Id: cmsg.3,v 1.8 2000/12/20 18:10:31 ak Exp $ -.TH CMSG 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CMSG 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME CMSG_ALIGN, CMSG_SPACE, CMSG_NXTHDR, CMSG_FIRSTHDR \- access ancillary data .SH LIBRARY diff --git a/man3/confstr.3 b/man3/confstr.3 index 4abd639fc4..e6c463d967 100644 --- a/man3/confstr.3 +++ b/man3/confstr.3 @@ -10,7 +10,7 @@ .\" These should all be added to this page. .\" See also the POSIX.1-2001 specification of confstr() .\" -.TH CONFSTR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CONFSTR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME confstr \- get configuration dependent string variables .SH LIBRARY diff --git a/man3/conj.3 b/man3/conj.3 index 57480acc48..b3da806a40 100644 --- a/man3/conj.3 +++ b/man3/conj.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CONJ 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CONJ 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME conj, conjf, conjl \- calculate the complex conjugate .SH LIBRARY diff --git a/man3/copysign.3 b/man3/copysign.3 index 5a24d5e195..a598a10342 100644 --- a/man3/copysign.3 +++ b/man3/copysign.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 2002-08-10 by Walter Harms (walter.harms@informatik.uni-oldenburg.de) -.TH COPYSIGN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH COPYSIGN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME copysign, copysignf, copysignl \- copy sign of a number .SH LIBRARY diff --git a/man3/cos.3 b/man3/cos.3 index 682f676b68..b53f0ddba0 100644 --- a/man3/cos.3 +++ b/man3/cos.3 @@ -11,7 +11,7 @@ .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) -.TH COS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH COS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cos, cosf, cosl \- cosine function .SH LIBRARY diff --git a/man3/cosh.3 b/man3/cosh.3 index e6e32d231e..ee7a2bc99c 100644 --- a/man3/cosh.3 +++ b/man3/cosh.3 @@ -13,7 +13,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH COSH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH COSH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cosh, coshf, coshl \- hyperbolic cosine function .SH LIBRARY diff --git a/man3/cpow.3 b/man3/cpow.3 index ece853b42d..edbc7f6f7c 100644 --- a/man3/cpow.3 +++ b/man3/cpow.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CPOW 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CPOW 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cpow, cpowf, cpowl \- complex power function .SH LIBRARY diff --git a/man3/cproj.3 b/man3/cproj.3 index adeb481a2c..1d3cfb76f6 100644 --- a/man3/cproj.3 +++ b/man3/cproj.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CPROJ 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CPROJ 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cproj, cprojf, cprojl \- project into Riemann Sphere .SH LIBRARY diff --git a/man3/creal.3 b/man3/creal.3 index 7bc8b0d6c4..2419733b06 100644 --- a/man3/creal.3 +++ b/man3/creal.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CREAL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CREAL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME creal, crealf, creall \- get real part of a complex number .SH LIBRARY diff --git a/man3/crypt.3 b/man3/crypt.3 index 57ab276b78..2fc2686acb 100644 --- a/man3/crypt.3 +++ b/man3/crypt.3 @@ -14,7 +14,7 @@ .\" added _XOPEN_SOURCE, aeb, 970705 .\" added GNU MD5 stuff, aeb, 011223 .\" -.TH CRYPT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CRYPT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME crypt, crypt_r \- password and data encryption .SH LIBRARY diff --git a/man3/csin.3 b/man3/csin.3 index c84856682a..eeea228321 100644 --- a/man3/csin.3 +++ b/man3/csin.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CSIN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CSIN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME csin, csinf, csinl \- complex sine function .SH LIBRARY diff --git a/man3/csinh.3 b/man3/csinh.3 index 5546eb925b..3afa0ea287 100644 --- a/man3/csinh.3 +++ b/man3/csinh.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CSINH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CSINH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME csinh, csinhf, csinhl \- complex hyperbolic sine .SH LIBRARY diff --git a/man3/csqrt.3 b/man3/csqrt.3 index 47c5a85dae..f0a07f007e 100644 --- a/man3/csqrt.3 +++ b/man3/csqrt.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CSQRT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CSQRT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME csqrt, csqrtf, csqrtl \- complex square root .SH LIBRARY diff --git a/man3/ctan.3 b/man3/ctan.3 index 4fc2a14158..35c0935f92 100644 --- a/man3/ctan.3 +++ b/man3/ctan.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CTAN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CTAN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ctan, ctanf, ctanl \- complex tangent function .SH LIBRARY diff --git a/man3/ctanh.3 b/man3/ctanh.3 index d154aa94dd..88047b83f5 100644 --- a/man3/ctanh.3 +++ b/man3/ctanh.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH CTANH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CTANH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ctanh, ctanhf, ctanhl \- complex hyperbolic tangent .SH LIBRARY diff --git a/man3/ctermid.3 b/man3/ctermid.3 index 129cab1f06..35400a9b94 100644 --- a/man3/ctermid.3 +++ b/man3/ctermid.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Modified Sat Jul 24 19:51:06 1993 by Rik Faith (faith@cs.unc.edu) -.TH CTERMID 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CTERMID 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ctermid \- get controlling terminal name .SH LIBRARY diff --git a/man3/ctime.3 b/man3/ctime.3 index f512fa0cf5..8b48c928be 100644 --- a/man3/ctime.3 +++ b/man3/ctime.3 @@ -12,7 +12,7 @@ .\" Modified 2001-12-13, joey, aeb .\" Modified 2004-11-16, mtk .\" -.TH CTIME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CTIME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME asctime, ctime, gmtime, localtime, mktime, asctime_r, ctime_r, gmtime_r, localtime_r \- transform date and time to broken-down time or ASCII diff --git a/man3/daemon.3 b/man3/daemon.3 index 315ec2b890..d4b258f1cc 100644 --- a/man3/daemon.3 +++ b/man3/daemon.3 @@ -5,7 +5,7 @@ .\" .\" @(#)daemon.3 8.1 (Berkeley) 6/9/93 .\" Added mentioning of glibc weirdness wrt unistd.h. 5/11/98, Al Viro -.TH DAEMON 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DAEMON 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME daemon \- run in the background .SH LIBRARY diff --git a/man3/dbopen.3 b/man3/dbopen.3 index ce46fec0d0..4a42bfbc86 100644 --- a/man3/dbopen.3 +++ b/man3/dbopen.3 @@ -5,7 +5,7 @@ .\" .\" @(#)dbopen.3 8.5 (Berkeley) 1/2/94 .\" -.TH DBOPEN 3 2017-09-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DBOPEN 3 2017-09-15 "Linux man-pages (unreleased)" .UC 7 .SH NAME dbopen \- database access methods diff --git a/man3/des_crypt.3 b/man3/des_crypt.3 index d4ae6cc336..90ce308b90 100644 --- a/man3/des_crypt.3 +++ b/man3/des_crypt.3 @@ -9,7 +9,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH DES_CRYPT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DES_CRYPT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME des_crypt, ecb_crypt, cbc_crypt, des_setparity, DES_FAILED \- fast DES encryption diff --git a/man3/difftime.3 b/man3/difftime.3 index b7c95d795f..91ce56544b 100644 --- a/man3/difftime.3 +++ b/man3/difftime.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:48:17 1993 by Rik Faith (faith@cs.unc.edu) -.TH DIFFTIME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DIFFTIME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME difftime \- calculate time difference .SH LIBRARY diff --git a/man3/dirfd.3 b/man3/dirfd.3 index 21c8cd3b17..7df981df43 100644 --- a/man3/dirfd.3 +++ b/man3/dirfd.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH DIRFD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DIRFD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME dirfd \- get directory stream file descriptor .SH LIBRARY diff --git a/man3/div.3 b/man3/div.3 index 2a00749408..4655726ee2 100644 --- a/man3/div.3 +++ b/man3/div.3 @@ -11,7 +11,7 @@ .\" Modified 1993-07-24, Rik Faith (faith@cs.unc.edu) .\" Modified 2002-08-10, 2003-11-01 Walter Harms, aeb .\" -.TH DIV 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DIV 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME div, ldiv, lldiv, imaxdiv \- compute quotient and remainder of an integer division diff --git a/man3/dl_iterate_phdr.3 b/man3/dl_iterate_phdr.3 index d31486aee4..8297a79857 100644 --- a/man3/dl_iterate_phdr.3 +++ b/man3/dl_iterate_phdr.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH DL_ITERATE_PHDR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DL_ITERATE_PHDR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME dl_iterate_phdr \- walk through list of shared objects .SH LIBRARY diff --git a/man3/dladdr.3 b/man3/dladdr.3 index 2127c5feb8..a202c0c2c8 100644 --- a/man3/dladdr.3 +++ b/man3/dladdr.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH DLADDR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DLADDR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME dladdr, dladdr1 \- translate address to symbolic information .SH LIBRARY diff --git a/man3/dlerror.3 b/man3/dlerror.3 index fef2eb8022..8c2d738031 100644 --- a/man3/dlerror.3 +++ b/man3/dlerror.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH DLERROR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DLERROR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME dlerror \- obtain error diagnostic for functions in the dlopen API .SH LIBRARY diff --git a/man3/dlinfo.3 b/man3/dlinfo.3 index 9375ed394f..baf020ff33 100644 --- a/man3/dlinfo.3 +++ b/man3/dlinfo.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH DLINFO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DLINFO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME dlinfo \- obtain information about a dynamically loaded object .SH LIBRARY diff --git a/man3/dlopen.3 b/man3/dlopen.3 index 2d91d48290..9924016857 100644 --- a/man3/dlopen.3 +++ b/man3/dlopen.3 @@ -13,7 +13,7 @@ .\" Modified by Walter Harms: dladdr, dlvsym .\" Modified by Petr Baudis , 2008-12-04: dladdr caveat .\" -.TH DLOPEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DLOPEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME dlclose, dlopen, dlmopen \- open and close a shared object diff --git a/man3/dlsym.3 b/man3/dlsym.3 index f40daa3525..1b64dce840 100644 --- a/man3/dlsym.3 +++ b/man3/dlsym.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH DLSYM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DLSYM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME dlsym, dlvsym \- obtain address of a symbol in a shared object or executable .SH LIBRARY diff --git a/man3/drand48.3 b/man3/drand48.3 index b031370aea..bb6bc80b8d 100644 --- a/man3/drand48.3 +++ b/man3/drand48.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:46:03 1993 by Rik Faith (faith@cs.unc.edu) -.TH DRAND48 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DRAND48 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME drand48, erand48, lrand48, nrand48, mrand48, jrand48, srand48, seed48, lcong48 \- generate uniformly distributed pseudo-random numbers diff --git a/man3/drand48_r.3 b/man3/drand48_r.3 index 9beb81179b..b739560e1e 100644 --- a/man3/drand48_r.3 +++ b/man3/drand48_r.3 @@ -4,7 +4,7 @@ .\" .\" Created 2004-10-31. Text taken from a page by Walter Harms, 2003-09-08 .\" -.TH DRAND48_R 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DRAND48_R 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME drand48_r, erand48_r, lrand48_r, nrand48_r, mrand48_r, jrand48_r, srand48_r, seed48_r, lcong48_r diff --git a/man3/duplocale.3 b/man3/duplocale.3 index 609ba15d08..cb14395d03 100644 --- a/man3/duplocale.3 +++ b/man3/duplocale.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH DUPLOCALE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DUPLOCALE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME duplocale \- duplicate a locale object .SH LIBRARY diff --git a/man3/dysize.3 b/man3/dysize.3 index 2155af693b..32092b7aa3 100644 --- a/man3/dysize.3 +++ b/man3/dysize.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" aeb: some corrections -.TH DYSIZE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DYSIZE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME dysize \- get number of days for a given year .SH LIBRARY diff --git a/man3/ecvt.3 b/man3/ecvt.3 index cc9d400654..a1b04cbe7a 100644 --- a/man3/ecvt.3 +++ b/man3/ecvt.3 @@ -9,7 +9,7 @@ .\" Modified Sat Jul 24 19:40:39 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Fri Jun 25 12:10:47 1999 by Andries Brouwer (aeb@cwi.nl) .\" -.TH ECVT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ECVT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ecvt, fcvt \- convert a floating-point number to a string .SH LIBRARY diff --git a/man3/ecvt_r.3 b/man3/ecvt_r.3 index d655226b9a..ad5861e835 100644 --- a/man3/ecvt_r.3 +++ b/man3/ecvt_r.3 @@ -7,7 +7,7 @@ .\" .\" Corrected return types; from Fabian; 2004-10-05 .\" -.TH ECVT_R 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ECVT_R 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ecvt_r, fcvt_r, qecvt_r, qfcvt_r \- convert a floating-point number to a string .SH LIBRARY diff --git a/man3/encrypt.3 b/man3/encrypt.3 index 4a70659ed3..e466cd0731 100644 --- a/man3/encrypt.3 +++ b/man3/encrypt.3 @@ -8,7 +8,7 @@ .\" .\" Modified 2003-04-04, aeb .\" -.TH ENCRYPT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ENCRYPT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME encrypt, setkey, encrypt_r, setkey_r \- encrypt 64-bit messages .SH LIBRARY diff --git a/man3/end.3 b/man3/end.3 index 74c86e5a34..ca9a5be117 100644 --- a/man3/end.3 +++ b/man3/end.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH END 3 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH END 3 2020-06-09 "Linux man-pages (unreleased)" .SH NAME etext, edata, end \- end of program segments .SH SYNOPSIS diff --git a/man3/endian.3 b/man3/endian.3 index 718b7898ff..6d12fea856 100644 --- a/man3/endian.3 +++ b/man3/endian.3 @@ -5,7 +5,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ENDIAN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ENDIAN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME htobe16, htole16, be16toh, le16toh, htobe32, htole32, be32toh, le32toh, htobe64, htole64, be64toh, le64toh \- diff --git a/man3/envz_add.3 b/man3/envz_add.3 index 76a11565d4..6c31424f62 100644 --- a/man3/envz_add.3 +++ b/man3/envz_add.3 @@ -5,7 +5,7 @@ .\" based on the description in glibc source and infopages .\" .\" Corrections and additions, aeb -.TH ENVZ_ADD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ENVZ_ADD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME envz_add, envz_entry, envz_get, envz_merge, envz_remove, envz_strip \- environment string support diff --git a/man3/erf.3 b/man3/erf.3 index 1103b9081a..8e80be09f3 100644 --- a/man3/erf.3 +++ b/man3/erf.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH ERF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ERF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME erf, erff, erfl \- error function .SH LIBRARY diff --git a/man3/erfc.3 b/man3/erfc.3 index 1245fc2c42..67b621310f 100644 --- a/man3/erfc.3 +++ b/man3/erfc.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ERFC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ERFC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME erfc, erfcf, erfcl \- complementary error function .SH LIBRARY diff --git a/man3/err.3 b/man3/err.3 index a2e710ffd2..be073d22fa 100644 --- a/man3/err.3 +++ b/man3/err.3 @@ -8,7 +8,7 @@ .\" .\" 2011-09-10, mtk, Converted from mdoc to man macros .\" -.TH ERR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ERR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME err, verr, errx, verrx, warn, vwarn, warnx, vwarnx \- formatted error messages .SH LIBRARY diff --git a/man3/errno.3 b/man3/errno.3 index 6e4f9153f3..8776a16bc4 100644 --- a/man3/errno.3 +++ b/man3/errno.3 @@ -9,7 +9,7 @@ .\" 2006-02-09 Kurt Wall, mtk .\" Added non-POSIX errors .\" -.TH ERRNO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ERRNO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME errno \- number of last error .SH LIBRARY diff --git a/man3/error.3 b/man3/error.3 index 018eafcc25..3dd00fe233 100644 --- a/man3/error.3 +++ b/man3/error.3 @@ -24,7 +24,7 @@ .\" .\" References: .\" glibc manual and source -.TH ERROR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ERROR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME error, error_at_line, error_message_count, error_one_per_line, error_print_progname \- glibc error reporting functions diff --git a/man3/ether_aton.3 b/man3/ether_aton.3 index a603b7febd..3fdf6800ae 100644 --- a/man3/ether_aton.3 +++ b/man3/ether_aton.3 @@ -8,7 +8,7 @@ .\" .\" Minor additions, aeb, 2013-06-21 .\" -.TH ETHER_ATON 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ETHER_ATON 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ether_aton, ether_ntoa, ether_ntohost, ether_hostton, ether_line, ether_ntoa_r, ether_aton_r \- Ethernet address manipulation routines diff --git a/man3/euidaccess.3 b/man3/euidaccess.3 index 1e56e82d6e..0bd589fda2 100644 --- a/man3/euidaccess.3 +++ b/man3/euidaccess.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH EUIDACCESS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EUIDACCESS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME euidaccess, eaccess \- check effective user's permissions for a file .SH LIBRARY diff --git a/man3/exec.3 b/man3/exec.3 index 6a91299643..08c9e16add 100644 --- a/man3/exec.3 +++ b/man3/exec.3 @@ -10,7 +10,7 @@ .\" Modified, 24 Jun 2004, Michael Kerrisk .\" Added note on casting NULL .\" -.TH EXEC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EXEC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME execl, execlp, execle, execv, execvp, execvpe \- execute a file .SH LIBRARY diff --git a/man3/exit.3 b/man3/exit.3 index 69feaae849..94e7be6cb9 100644 --- a/man3/exit.3 +++ b/man3/exit.3 @@ -6,7 +6,7 @@ .\" could be listed on this page. See, for example, the list in the .\" POSIX exit(3p) page. .\" -.TH EXIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EXIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME exit \- cause normal process termination .SH LIBRARY diff --git a/man3/exp.3 b/man3/exp.3 index d31252ce99..db06ef80dd 100644 --- a/man3/exp.3 +++ b/man3/exp.3 @@ -13,7 +13,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH EXP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EXP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME exp, expf, expl \- base-e exponential function .SH LIBRARY diff --git a/man3/exp10.3 b/man3/exp10.3 index ea34e358f2..59f1edb6d7 100644 --- a/man3/exp10.3 +++ b/man3/exp10.3 @@ -12,7 +12,7 @@ .\" Modified 1995-08-14 by Arnt Gulbrandsen .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) -.TH EXP10 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EXP10 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME exp10, exp10f, exp10l \- base-10 exponential function .SH LIBRARY diff --git a/man3/exp2.3 b/man3/exp2.3 index 72284582a9..db9e34f087 100644 --- a/man3/exp2.3 +++ b/man3/exp2.3 @@ -13,7 +13,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH EXP2 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EXP2 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME exp2, exp2f, exp2l \- base-2 exponential function .SH LIBRARY diff --git a/man3/expm1.3 b/man3/expm1.3 index adec6fd1e5..602fd87df8 100644 --- a/man3/expm1.3 +++ b/man3/expm1.3 @@ -7,7 +7,7 @@ .\" Modified 2002-07-27 Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH EXPM1 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EXPM1 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME expm1, expm1f, expm1l \- exponential minus 1 .SH LIBRARY diff --git a/man3/fabs.3 b/man3/fabs.3 index 54818ad252..0956052b07 100644 --- a/man3/fabs.3 +++ b/man3/fabs.3 @@ -9,7 +9,7 @@ .\" Modified Sat Jul 24 19:42:04 1993 by Rik Faith (faith@cs.unc.edu) .\" Added fabsl, fabsf, aeb, 2001-06-07 .\" -.TH FABS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FABS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fabs, fabsf, fabsl \- absolute value of floating-point number .SH LIBRARY diff --git a/man3/fclose.3 b/man3/fclose.3 index 143785db5d..613e655572 100644 --- a/man3/fclose.3 +++ b/man3/fclose.3 @@ -13,7 +13,7 @@ .\" .\" Modified 2000-07-22 by Nicolás Lichtmaier .\" -.TH FCLOSE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FCLOSE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fclose \- close a stream .SH LIBRARY diff --git a/man3/fcloseall.3 b/man3/fcloseall.3 index fcbe0ac29e..f3cac8bb0c 100644 --- a/man3/fcloseall.3 +++ b/man3/fcloseall.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FCLOSEALL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FCLOSEALL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fcloseall \- close all open streams .SH LIBRARY diff --git a/man3/fdim.3 b/man3/fdim.3 index 6de62e0649..58f203ddcf 100644 --- a/man3/fdim.3 +++ b/man3/fdim.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH FDIM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FDIM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fdim, fdimf, fdiml \- positive difference .SH LIBRARY diff --git a/man3/fenv.3 b/man3/fenv.3 index 89c9b2e84c..debad040a8 100644 --- a/man3/fenv.3 +++ b/man3/fenv.3 @@ -5,7 +5,7 @@ .\" 2000-08-14 added GNU additions from Andreas Jaeger .\" 2000-12-05 some changes inspired by acahalan's remarks .\" -.TH FENV 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FENV 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME feclearexcept, fegetexceptflag, feraiseexcept, fesetexceptflag, fetestexcept, fegetenv, fegetround, feholdexcept, fesetround, diff --git a/man3/ferror.3 b/man3/ferror.3 index 0bae6a74ce..6400f2303b 100644 --- a/man3/ferror.3 +++ b/man3/ferror.3 @@ -13,7 +13,7 @@ .\" .\" Converted for Linux, Mon Nov 29 14:24:40 1993, faith@cs.unc.edu .\" -.TH FERROR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FERROR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME clearerr, feof, ferror \- check and reset stream status .SH LIBRARY diff --git a/man3/fexecve.3 b/man3/fexecve.3 index 84665564dc..1498f8cc5b 100644 --- a/man3/fexecve.3 +++ b/man3/fexecve.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FEXECVE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FEXECVE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fexecve \- execute program specified via file descriptor .SH LIBRARY diff --git a/man3/fflush.3 b/man3/fflush.3 index b44185725e..948a31d252 100644 --- a/man3/fflush.3 +++ b/man3/fflush.3 @@ -14,7 +14,7 @@ .\" Modified 2000-07-22 by Nicolás Lichtmaier .\" Modified 2001-10-16 by John Levon .\" -.TH FFLUSH 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FFLUSH 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME fflush \- flush a stream .SH LIBRARY diff --git a/man3/ffs.3 b/man3/ffs.3 index 70245b2d58..d1ec49b452 100644 --- a/man3/ffs.3 +++ b/man3/ffs.3 @@ -10,7 +10,7 @@ .\" .\" Modified 2003 Walter Harms (walter.harms@informatik.uni-oldenburg.de) .\" -.TH FFS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FFS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ffs, ffsl, ffsll \- find first bit set in a word .SH LIBRARY diff --git a/man3/fgetc.3 b/man3/fgetc.3 index 8a03221df9..2cd14a5fb3 100644 --- a/man3/fgetc.3 +++ b/man3/fgetc.3 @@ -4,7 +4,7 @@ .\" .\" Modified Wed Jul 28 11:12:07 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Fri Sep 8 15:48:13 1995 by Andries Brouwer (aeb@cwi.nl) -.TH FGETC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FGETC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fgetc, fgets, getc, getchar, ungetc \- input of characters and strings .SH LIBRARY diff --git a/man3/fgetgrent.3 b/man3/fgetgrent.3 index ddd5c1bf5e..7d6c5a23b6 100644 --- a/man3/fgetgrent.3 +++ b/man3/fgetgrent.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:38:44 1993 by Rik Faith (faith@cs.unc.edu) -.TH FGETGRENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FGETGRENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fgetgrent \- get group file entry .SH LIBRARY diff --git a/man3/fgetpwent.3 b/man3/fgetpwent.3 index 077a15c76a..593b0bc80c 100644 --- a/man3/fgetpwent.3 +++ b/man3/fgetpwent.3 @@ -10,7 +10,7 @@ .\" Modified Sat Jul 24 19:37:37 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Mon May 27 22:40:48 1996 by Martin Schulze (joey@linux.de) .\" -.TH FGETPWENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FGETPWENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fgetpwent \- get password file entry .SH LIBRARY diff --git a/man3/fgetwc.3 b/man3/fgetwc.3 index efdf72dfbe..2921fdb120 100644 --- a/man3/fgetwc.3 +++ b/man3/fgetwc.3 @@ -10,7 +10,7 @@ .\" ISO/IEC 9899:1999 .\" .\" Modified Tue Oct 16 23:18:40 BST 2001 by John Levon -.TH FGETWC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FGETWC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fgetwc, getwc \- read a wide character from a FILE stream .SH LIBRARY diff --git a/man3/fgetws.3 b/man3/fgetws.3 index 381737ed41..56713f71f0 100644 --- a/man3/fgetws.3 +++ b/man3/fgetws.3 @@ -10,7 +10,7 @@ .\" ISO/IEC 9899:1999 .\" .\" Modified Tue Oct 16 23:18:40 BST 2001 by John Levon -.TH FGETWS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FGETWS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fgetws \- read a wide-character string from a FILE stream .SH LIBRARY diff --git a/man3/fileno.3 b/man3/fileno.3 index d5b505e10e..ba48e802c7 100644 --- a/man3/fileno.3 +++ b/man3/fileno.3 @@ -11,7 +11,7 @@ .\" Converted for Linux, Mon Nov 29 14:24:40 1993, faith@cs.unc.edu .\" Added remark on EBADF for fileno, aeb, 2001-03-22 .\" -.TH FILENO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FILENO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fileno \- obtain file descriptor of a stdio stream .SH LIBRARY diff --git a/man3/finite.3 b/man3/finite.3 index 5efe2bd795..a71c7ef856 100644 --- a/man3/finite.3 +++ b/man3/finite.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FINITE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FINITE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME finite, finitef, finitel, isinf, isinff, isinfl, isnan, isnanf, isnanl \- BSD floating-point classification functions diff --git a/man3/flockfile.3 b/man3/flockfile.3 index f74ba1d73a..42f9066cf5 100644 --- a/man3/flockfile.3 +++ b/man3/flockfile.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FLOCKFILE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FLOCKFILE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME flockfile, ftrylockfile, funlockfile \- lock FILE for stdio .SH LIBRARY diff --git a/man3/floor.3 b/man3/floor.3 index 44618da69a..ce55a7d401 100644 --- a/man3/floor.3 +++ b/man3/floor.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FLOOR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FLOOR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME floor, floorf, floorl \- largest integral value not greater than argument .SH LIBRARY diff --git a/man3/fma.3 b/man3/fma.3 index cf38f5a77d..2d396b7435 100644 --- a/man3/fma.3 +++ b/man3/fma.3 @@ -7,7 +7,7 @@ .\" Modified 2004-11-15, Added further text on FLT_ROUNDS .\" as suggested by AEB and Fabian Kreutz .\" -.TH FMA 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FMA 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fma, fmaf, fmal \- floating-point multiply and add .SH LIBRARY diff --git a/man3/fmax.3 b/man3/fmax.3 index e603e9f101..3faf4fb2ed 100644 --- a/man3/fmax.3 +++ b/man3/fmax.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH FMAX 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FMAX 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fmax, fmaxf, fmaxl \- determine maximum of two floating-point numbers .SH LIBRARY diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 79c06dbc6c..598aa4380b 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH FMEMOPEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FMEMOPEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fmemopen \- open memory as stream .SH LIBRARY diff --git a/man3/fmin.3 b/man3/fmin.3 index 4c1ed527b6..c506602345 100644 --- a/man3/fmin.3 +++ b/man3/fmin.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH FMIN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FMIN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fmin, fminf, fminl \- determine minimum of two floating-point numbers .SH LIBRARY diff --git a/man3/fmod.3 b/man3/fmod.3 index 86c9775996..516208f871 100644 --- a/man3/fmod.3 +++ b/man3/fmod.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH FMOD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FMOD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fmod, fmodf, fmodl \- floating-point remainder function .SH LIBRARY diff --git a/man3/fmtmsg.3 b/man3/fmtmsg.3 index 22a2b923e0..d8f30a85ae 100644 --- a/man3/fmtmsg.3 +++ b/man3/fmtmsg.3 @@ -8,7 +8,7 @@ .\" The function is quite complex and deserves an example .\" .\" Polished, aeb, 2003-11-01 -.TH FMTMSG 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FMTMSG 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fmtmsg \- print formatted error messages .SH LIBRARY diff --git a/man3/fnmatch.3 b/man3/fnmatch.3 index 9765511b11..74ddc047b3 100644 --- a/man3/fnmatch.3 +++ b/man3/fnmatch.3 @@ -5,7 +5,7 @@ .\" Modified Sat Jul 24 19:35:54 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Mon Oct 16 00:16:29 2000 following Joseph S. Myers .\" -.TH FNMATCH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FNMATCH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fnmatch \- match filename or pathname .SH LIBRARY diff --git a/man3/fopen.3 b/man3/fopen.3 index b6d690bc37..d2fb6abeac 100644 --- a/man3/fopen.3 +++ b/man3/fopen.3 @@ -13,7 +13,7 @@ .\" Modified, aeb, 960421, 970806 .\" Modified, joey, aeb, 2002-01-03 .\" -.TH FOPEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FOPEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fopen, fdopen, freopen \- stream open functions .SH LIBRARY diff --git a/man3/fopencookie.3 b/man3/fopencookie.3 index 9dfb33df38..400455e356 100644 --- a/man3/fopencookie.3 +++ b/man3/fopencookie.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FOPENCOOKIE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FOPENCOOKIE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fopencookie \- opening a custom stream .SH LIBRARY diff --git a/man3/fpathconf.3 b/man3/fpathconf.3 index 6478435440..d465db5ac9 100644 --- a/man3/fpathconf.3 +++ b/man3/fpathconf.3 @@ -19,7 +19,7 @@ .\" _PC_SYMLINK_MAX, .\" _PC_2_SYMLINKS .\" -.TH FPATHCONF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FPATHCONF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fpathconf, pathconf \- get configuration values for files .SH LIBRARY diff --git a/man3/fpclassify.3 b/man3/fpclassify.3 index 3e6d4c0d97..ad3587adf9 100644 --- a/man3/fpclassify.3 +++ b/man3/fpclassify.3 @@ -5,7 +5,7 @@ .\" This was done with the help of the glibc manual. .\" .\" 2004-10-31, aeb, corrected -.TH FPCLASSIFY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FPCLASSIFY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fpclassify, isfinite, isnormal, isnan, isinf \- floating-point classification macros diff --git a/man3/fpurge.3 b/man3/fpurge.3 index f927614e8c..53294c51ab 100644 --- a/man3/fpurge.3 +++ b/man3/fpurge.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FPURGE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FPURGE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fpurge, __fpurge \- purge a stream .SH LIBRARY diff --git a/man3/fputwc.3 b/man3/fputwc.3 index 3d1683e1b9..321ee80cd3 100644 --- a/man3/fputwc.3 +++ b/man3/fputwc.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH FPUTWC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FPUTWC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fputwc, putwc \- write a wide character to a FILE stream .SH LIBRARY diff --git a/man3/fputws.3 b/man3/fputws.3 index fd6d2280de..17d4632de5 100644 --- a/man3/fputws.3 +++ b/man3/fputws.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH FPUTWS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FPUTWS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fputws \- write a wide-character string to a FILE stream .SH LIBRARY diff --git a/man3/fread.3 b/man3/fread.3 index f61a3c3780..2ae36c1a4e 100644 --- a/man3/fread.3 +++ b/man3/fread.3 @@ -15,7 +15,7 @@ .\" Modified Thu Apr 20 20:43:53 1995 by Jim Van Zandt .\" Modified Fri May 17 10:21:51 1996 by Martin Schulze .\" -.TH FREAD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FREAD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fread, fwrite \- binary stream input/output .SH LIBRARY diff --git a/man3/frexp.3 b/man3/frexp.3 index 99415ec8b1..b672683669 100644 --- a/man3/frexp.3 +++ b/man3/frexp.3 @@ -10,7 +10,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH FREXP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FREXP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME frexp, frexpf, frexpl \- convert floating-point number to fractional and integral components diff --git a/man3/fseek.3 b/man3/fseek.3 index 97cf9eeaa0..1cc09a0530 100644 --- a/man3/fseek.3 +++ b/man3/fseek.3 @@ -11,7 +11,7 @@ .\" .\" Converted for Linux, Mon Nov 29 15:22:01 1993, faith@cs.unc.edu .\" -.TH FSEEK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FSEEK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fgetpos, fseek, fsetpos, ftell, rewind \- reposition a stream .SH LIBRARY diff --git a/man3/fseeko.3 b/man3/fseeko.3 index 5be0f02b0a..cdc02f68e5 100644 --- a/man3/fseeko.3 +++ b/man3/fseeko.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FSEEKO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FSEEKO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fseeko, ftello \- seek to or report file position .SH LIBRARY diff --git a/man3/ftime.3 b/man3/ftime.3 index d8905dc9db..e88cea669b 100644 --- a/man3/ftime.3 +++ b/man3/ftime.3 @@ -8,7 +8,7 @@ .\" Modified Sun Oct 18 17:31:43 1998 by Andries Brouwer (aeb@cwi.nl) .\" 2008-06-23, mtk, minor rewrites, added some details .\" -.TH FTIME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FTIME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ftime \- return date and time .SH LIBRARY diff --git a/man3/ftok.3 b/man3/ftok.3 index 8fc94122fc..600d216ed6 100644 --- a/man3/ftok.3 +++ b/man3/ftok.3 @@ -6,7 +6,7 @@ .\" Changed data type of proj_id; minor fixes .\" aeb: further fixes; added notes. .\" -.TH FTOK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FTOK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ftok \- convert a pathname and a project identifier to a System V IPC key .SH LIBRARY diff --git a/man3/fts.3 b/man3/fts.3 index 94587b3a67..691c0b34b3 100644 --- a/man3/fts.3 +++ b/man3/fts.3 @@ -9,7 +9,7 @@ .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH FTS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FTS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fts, fts_open, fts_read, fts_children, fts_set, fts_close \- \ traverse a file hierarchy diff --git a/man3/ftw.3 b/man3/ftw.3 index b74e588df4..5dfe839c7e 100644 --- a/man3/ftw.3 +++ b/man3/ftw.3 @@ -14,7 +14,7 @@ .\" 2006-05-24, Michael Kerrisk .\" Added an example program. .\" -.TH FTW 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FTW 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ftw, nftw \- file tree walk .SH LIBRARY diff --git a/man3/futimes.3 b/man3/futimes.3 index 77024e08ae..28855fa1f1 100644 --- a/man3/futimes.3 +++ b/man3/futimes.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FUTIMES 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FUTIMES 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME futimes, lutimes \- change file timestamps .SH LIBRARY diff --git a/man3/fwide.3 b/man3/fwide.3 index 38c9b9260a..529425a169 100644 --- a/man3/fwide.3 +++ b/man3/fwide.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH FWIDE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FWIDE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fwide \- set and determine the orientation of a FILE stream .SH LIBRARY diff --git a/man3/gamma.3 b/man3/gamma.3 index d7605347f7..a0d1a0ac75 100644 --- a/man3/gamma.3 +++ b/man3/gamma.3 @@ -4,7 +4,7 @@ .\" .\" Modified 2003-11-18, aeb: historical remarks .\" -.TH GAMMA 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GAMMA 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME gamma, gammaf, gammal \- (logarithm of the) gamma function .SH LIBRARY diff --git a/man3/gcvt.3 b/man3/gcvt.3 index eb345378f2..3838c72c19 100644 --- a/man3/gcvt.3 +++ b/man3/gcvt.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:32:25 1993 by Rik Faith (faith@cs.unc.edu) -.TH GCVT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GCVT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME gcvt \- convert a floating-point number to a string .SH LIBRARY diff --git a/man3/get_nprocs_conf.3 b/man3/get_nprocs_conf.3 index c8ae05c5b4..bbe920a69b 100644 --- a/man3/get_nprocs_conf.3 +++ b/man3/get_nprocs_conf.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GET_NPROCS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GET_NPROCS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME get_nprocs, get_nprocs_conf \- get number of processors .SH LIBRARY diff --git a/man3/get_phys_pages.3 b/man3/get_phys_pages.3 index 24a5972430..0af07e9e3a 100644 --- a/man3/get_phys_pages.3 +++ b/man3/get_phys_pages.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GET_PHYS_PAGES 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GET_PHYS_PAGES 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME get_phys_pages, get_avphys_pages \- get total and available physical page counts diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3 index 22f90b8295..8a97b7008f 100644 --- a/man3/getaddrinfo.3 +++ b/man3/getaddrinfo.3 @@ -21,7 +21,7 @@ .\" FIXME . glibc's 2.9 NEWS file documents DCCP and UDP-lite support .\" and is SCTP support now also there? .\" -.TH GETADDRINFO 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETADDRINFO 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME getaddrinfo, freeaddrinfo, gai_strerror \- network address and service translation diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3 index 96389cdd9b..131b781fd4 100644 --- a/man3/getaddrinfo_a.3 +++ b/man3/getaddrinfo_a.3 @@ -7,7 +7,7 @@ .\" References: http://people.redhat.com/drepper/asynchnl.pdf, .\" http://www.imperialviolet.org/2005/06/01/asynchronous-dns-lookups-with-glibc.html .\" -.TH GETADDRINFO_A 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETADDRINFO_A 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getaddrinfo_a, gai_suspend, gai_error, gai_cancel \- asynchronous network address and service translation diff --git a/man3/getauxval.3 b/man3/getauxval.3 index aa51066170..05b00b43c2 100644 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -4,7 +4,7 @@ .\" .\" See also https://lwn.net/Articles/519085/ .\" -.TH GETAUXVAL 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETAUXVAL 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME getauxval \- retrieve a value from the auxiliary vector .SH LIBRARY diff --git a/man3/getcontext.3 b/man3/getcontext.3 index edf5e2dc72..7deecc3559 100644 --- a/man3/getcontext.3 +++ b/man3/getcontext.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETCONTEXT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETCONTEXT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getcontext, setcontext \- get or set the user context .SH LIBRARY diff --git a/man3/getcwd.3 b/man3/getcwd.3 index f03d2998e7..382bade77f 100644 --- a/man3/getcwd.3 +++ b/man3/getcwd.3 @@ -9,7 +9,7 @@ .\" Modified Mon Dec 11 13:32:51 MET 2000 by aeb .\" Modified Thu Apr 22 03:49:15 CEST 2002 by Roger Luethi .\" -.TH GETCWD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETCWD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getcwd, getwd, get_current_dir_name \- get current working directory .SH LIBRARY diff --git a/man3/getdate.3 b/man3/getdate.3 index 4b3453646f..7554d401ca 100644 --- a/man3/getdate.3 +++ b/man3/getdate.3 @@ -7,7 +7,7 @@ .\" Modified, 2001-12-26, aeb .\" 2008-09-07, mtk, Various rewrites; added an example program. .\" -.TH GETDATE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETDATE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getdate, getdate_r \- convert a date-plus-time string to broken-down time .SH LIBRARY diff --git a/man3/getdirentries.3 b/man3/getdirentries.3 index 0a903b9f50..ce8ee69a8a 100644 --- a/man3/getdirentries.3 +++ b/man3/getdirentries.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETDIRENTRIES 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETDIRENTRIES 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getdirentries \- get directory entries in a filesystem-independent format .SH LIBRARY diff --git a/man3/getdtablesize.3 b/man3/getdtablesize.3 index 5425a64b34..4b6ac0acbc 100644 --- a/man3/getdtablesize.3 +++ b/man3/getdtablesize.3 @@ -4,7 +4,7 @@ .\" .\" Modified 2002-04-15 by Roger Luethi and aeb .\" -.TH GETDTABLESIZE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETDTABLESIZE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getdtablesize \- get file descriptor table size .SH LIBRARY diff --git a/man3/getentropy.3 b/man3/getentropy.3 index 7105a7dd61..2924af923f 100644 --- a/man3/getentropy.3 +++ b/man3/getentropy.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETENTROPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETENTROPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getentropy \- fill a buffer with random bytes .SH LIBRARY diff --git a/man3/getenv.3 b/man3/getenv.3 index c95b1e428a..ba40270789 100644 --- a/man3/getenv.3 +++ b/man3/getenv.3 @@ -10,7 +10,7 @@ .\" Modified Sat Jul 24 19:30:29 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Fri Feb 14 21:47:50 1997 by Andries Brouwer (aeb@cwi.nl) .\" -.TH GETENV 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETENV 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getenv, secure_getenv \- get an environment variable .SH LIBRARY diff --git a/man3/getfsent.3 b/man3/getfsent.3 index 22bc760688..29b92c0849 100644 --- a/man3/getfsent.3 +++ b/man3/getfsent.3 @@ -4,7 +4,7 @@ .\" .\" Inspired by a page written by Walter Harms. .\" -.TH GETFSENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETFSENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getfsent, getfsspec, getfsfile, setfsent, endfsent \- handle fstab entries .SH LIBRARY diff --git a/man3/getgrent.3 b/man3/getgrent.3 index 14930f1535..12d7b0c725 100644 --- a/man3/getgrent.3 +++ b/man3/getgrent.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:29:54 1993 by Rik Faith (faith@cs.unc.edu) -.TH GETGRENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETGRENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getgrent, setgrent, endgrent \- get group file entry .SH LIBRARY diff --git a/man3/getgrent_r.3 b/man3/getgrent_r.3 index b727950f62..8a47bf59e7 100644 --- a/man3/getgrent_r.3 +++ b/man3/getgrent_r.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH GETGRENT_R 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETGRENT_R 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getgrent_r, fgetgrent_r \- get group file entry reentrantly .SH LIBRARY diff --git a/man3/getgrnam.3 b/man3/getgrnam.3 index a1642ebb63..7ef37819f7 100644 --- a/man3/getgrnam.3 +++ b/man3/getgrnam.3 @@ -10,7 +10,7 @@ .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 2003-11-15 by aeb .\" -.TH GETGRNAM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETGRNAM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getgrnam, getgrnam_r, getgrgid, getgrgid_r \- get group file entry .SH LIBRARY diff --git a/man3/getgrouplist.3 b/man3/getgrouplist.3 index a07c898d04..36c73816d9 100644 --- a/man3/getgrouplist.3 +++ b/man3/getgrouplist.3 @@ -6,7 +6,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETGROUPLIST 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETGROUPLIST 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getgrouplist \- get list of groups to which a user belongs .SH LIBRARY diff --git a/man3/gethostbyname.3 b/man3/gethostbyname.3 index 1d172f5a2e..20ad562be2 100644 --- a/man3/gethostbyname.3 +++ b/man3/gethostbyname.3 @@ -15,7 +15,7 @@ .\" Modified 2002-08-05, Michael Kerrisk .\" Modified 2004-10-31, Andries Brouwer .\" -.TH GETHOSTBYNAME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETHOSTBYNAME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME gethostbyname, gethostbyaddr, sethostent, gethostent, endhostent, h_errno, diff --git a/man3/gethostid.3 b/man3/gethostid.3 index 10682b0c17..f5906d26da 100644 --- a/man3/gethostid.3 +++ b/man3/gethostid.3 @@ -6,7 +6,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Modified Tue Oct 22 00:22:35 EDT 1996 by Eric S. Raymond -.TH GETHOSTID 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETHOSTID 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME gethostid, sethostid \- get or set the unique identifier of the current host .SH LIBRARY diff --git a/man3/getifaddrs.3 b/man3/getifaddrs.3 index b2b67653f3..f9cc991d0e 100644 --- a/man3/getifaddrs.3 +++ b/man3/getifaddrs.3 @@ -13,7 +13,7 @@ .\" for glibc specificities, provide an example. .\" 2009-01-14 mtk, many edits and changes, rewrote example program. .\" -.TH GETIFADDRS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETIFADDRS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getifaddrs, freeifaddrs \- get interface addresses .SH LIBRARY diff --git a/man3/getipnodebyname.3 b/man3/getipnodebyname.3 index ad02428fe8..e57a6ed943 100644 --- a/man3/getipnodebyname.3 +++ b/man3/getipnodebyname.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" References: RFC 2553 -.TH GETIPNODEBYNAME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETIPNODEBYNAME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getipnodebyname, getipnodebyaddr, freehostent \- get network hostnames and addresses diff --git a/man3/getline.3 b/man3/getline.3 index 28ccd5f812..4b6fa47818 100644 --- a/man3/getline.3 +++ b/man3/getline.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETLINE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETLINE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getline, getdelim \- delimited string input .SH LIBRARY diff --git a/man3/getloadavg.3 b/man3/getloadavg.3 index d05d96d205..f462d522d7 100644 --- a/man3/getloadavg.3 +++ b/man3/getloadavg.3 @@ -7,7 +7,7 @@ .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH GETLOADAVG 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETLOADAVG 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getloadavg \- get system load averages .SH LIBRARY diff --git a/man3/getlogin.3 b/man3/getlogin.3 index 36d5226c26..50b8b008bd 100644 --- a/man3/getlogin.3 +++ b/man3/getlogin.3 @@ -5,7 +5,7 @@ .\" Changed Tue Sep 19 01:49:29 1995, aeb: moved from man2 to man3 .\" added ref to /etc/utmp, added BUGS section, etc. .\" modified 2003 Walter Harms, aeb - added getlogin_r, note on stdin use -.TH GETLOGIN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETLOGIN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getlogin, getlogin_r, cuserid \- get username .SH LIBRARY diff --git a/man3/getmntent.3 b/man3/getmntent.3 index 1805ca2cf9..3c704b1d82 100644 --- a/man3/getmntent.3 +++ b/man3/getmntent.3 @@ -9,7 +9,7 @@ .\" Modified Sat Jul 24 21:46:57 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 961109, 031115, aeb .\" -.TH GETMNTENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETMNTENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getmntent, setmntent, addmntent, endmntent, hasmntopt, getmntent_r \- get filesystem descriptor file entry diff --git a/man3/getnameinfo.3 b/man3/getnameinfo.3 index c21fed9c36..5c42c09b6c 100644 --- a/man3/getnameinfo.3 +++ b/man3/getnameinfo.3 @@ -7,7 +7,7 @@ .\" 2004-12-14, mtk, Added EAI_OVERFLOW error .\" 2004-12-14 Fixed description of error return .\" -.TH GETNAMEINFO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETNAMEINFO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getnameinfo \- address-to-name translation in protocol-independent manner .SH LIBRARY diff --git a/man3/getnetent.3 b/man3/getnetent.3 index 0246edd730..846b5ae372 100644 --- a/man3/getnetent.3 +++ b/man3/getnetent.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 21:48:06 1993 by Rik Faith (faith@cs.unc.edu) -.TH GETNETENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETNETENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getnetent, getnetbyname, getnetbyaddr, setnetent, endnetent \- get network entry diff --git a/man3/getnetent_r.3 b/man3/getnetent_r.3 index 12c5dcaf39..36a2ff819d 100644 --- a/man3/getnetent_r.3 +++ b/man3/getnetent_r.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETNETENT_R 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETNETENT_R 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getnetent_r, getnetbyname_r, getnetbyaddr_r \- get network entry (reentrant) diff --git a/man3/getopt.3 b/man3/getopt.3 index d3be06eead..f209381157 100644 --- a/man3/getopt.3 +++ b/man3/getopt.3 @@ -19,7 +19,7 @@ .\" the start of optstring .\" Modified 2006-12-15, mtk, Added getopt() example program. .\" -.TH GETOPT 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETOPT 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME getopt, getopt_long, getopt_long_only, optarg, optind, opterr, optopt \- Parse command-line options diff --git a/man3/getpass.3 b/man3/getpass.3 index 0756199b1b..5ffb29f503 100644 --- a/man3/getpass.3 +++ b/man3/getpass.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH GETPASS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPASS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getpass \- get a password .SH LIBRARY diff --git a/man3/getprotoent.3 b/man3/getprotoent.3 index 4547c282d9..0466728f53 100644 --- a/man3/getprotoent.3 +++ b/man3/getprotoent.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:26:03 1993 by Rik Faith (faith@cs.unc.edu) -.TH GETPROTOENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPROTOENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getprotoent, getprotobyname, getprotobynumber, setprotoent, endprotoent \- get protocol entry diff --git a/man3/getprotoent_r.3 b/man3/getprotoent_r.3 index 447a8adbf4..2e3815a303 100644 --- a/man3/getprotoent_r.3 +++ b/man3/getprotoent_r.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETPROTOENT_R 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPROTOENT_R 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getprotoent_r, getprotobyname_r, getprotobynumber_r \- get protocol entry (reentrant) diff --git a/man3/getpt.3 b/man3/getpt.3 index 55229c9ed2..0a06b81785 100644 --- a/man3/getpt.3 +++ b/man3/getpt.3 @@ -4,7 +4,7 @@ .\" Redistribute and modify at will. .\" %%%LICENSE_END .\" -.TH GETPT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getpt \- open a new pseudoterminal master .SH LIBRARY diff --git a/man3/getpw.3 b/man3/getpw.3 index 3af27f91bb..6a0d8f3459 100644 --- a/man3/getpw.3 +++ b/man3/getpw.3 @@ -9,7 +9,7 @@ .\" Modified Sat Jul 24 19:23:25 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Mon May 27 21:37:47 1996 by Martin Schulze (joey@linux.de) .\" -.TH GETPW 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPW 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getpw \- reconstruct password line entry .SH LIBRARY diff --git a/man3/getpwent.3 b/man3/getpwent.3 index bbf58a94c5..b46827b0c2 100644 --- a/man3/getpwent.3 +++ b/man3/getpwent.3 @@ -10,7 +10,7 @@ .\" Modified Sat Jul 24 19:22:14 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Mon May 27 21:37:47 1996 by Martin Schulze (joey@linux.de) .\" -.TH GETPWENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPWENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getpwent, setpwent, endpwent \- get password file entry .SH LIBRARY diff --git a/man3/getpwent_r.3 b/man3/getpwent_r.3 index 5ad8ca3165..bde13f399e 100644 --- a/man3/getpwent_r.3 +++ b/man3/getpwent_r.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH GETPWENT_R 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPWENT_R 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getpwent_r, fgetpwent_r \- get passwd file entry reentrantly .SH LIBRARY diff --git a/man3/getpwnam.3 b/man3/getpwnam.3 index fe55d2afe0..219d377339 100644 --- a/man3/getpwnam.3 +++ b/man3/getpwnam.3 @@ -14,7 +14,7 @@ .\" Modified 2003-11-15 by aeb .\" 2008-11-07, mtk, Added an example program for getpwnam_r(). .\" -.TH GETPWNAM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETPWNAM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getpwnam, getpwnam_r, getpwuid, getpwuid_r \- get password file entry .SH LIBRARY diff --git a/man3/getrpcent.3 b/man3/getrpcent.3 index 9a46533610..fd383abe2b 100644 --- a/man3/getrpcent.3 +++ b/man3/getrpcent.3 @@ -5,7 +5,7 @@ .\" %%%LICENSE_END .\" .\" @(#)getrpcent.3n 2.2 88/08/02 4.0 RPCSRC; from 1.11 88/03/14 SMI -.TH GETRPCENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETRPCENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getrpcent, getrpcbyname, getrpcbynumber, setrpcent, endrpcent \- get RPC entry diff --git a/man3/getrpcent_r.3 b/man3/getrpcent_r.3 index 2bac245482..44d20b7edb 100644 --- a/man3/getrpcent_r.3 +++ b/man3/getrpcent_r.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETRPCENT_R 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETRPCENT_R 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getrpcent_r, getrpcbyname_r, getrpcbynumber_r \- get RPC entry (reentrant) diff --git a/man3/getrpcport.3 b/man3/getrpcport.3 index 4012402641..99c8d4b1eb 100644 --- a/man3/getrpcport.3 +++ b/man3/getrpcport.3 @@ -5,7 +5,7 @@ .\" %%%LICENSE_END .\" .\" @(#)getrpcport.3r 2.2 88/08/02 4.0 RPCSRC; from 1.12 88/02/26 SMI -.TH GETRPCPORT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETRPCPORT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getrpcport \- get RPC port number .SH LIBRARY diff --git a/man3/gets.3 b/man3/gets.3 index 54bf95aa84..1b1c0e281a 100644 --- a/man3/gets.3 +++ b/man3/gets.3 @@ -6,7 +6,7 @@ .\" Modified Fri Sep 8 15:48:13 1995 by Andries Brouwer (aeb@cwi.nl) .\" Modified 2013-12-31, David Malcolm .\" Split gets(3) into its own page; fgetc() et al. move to fgetc(3) -.TH GETS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME gets \- get a string from standard input (DEPRECATED) .SH LIBRARY diff --git a/man3/getservent.3 b/man3/getservent.3 index bf3426c454..f9f8c204da 100644 --- a/man3/getservent.3 +++ b/man3/getservent.3 @@ -11,7 +11,7 @@ .\" Modified Mon Apr 22 01:50:54 1996 by Martin Schulze .\" 2001-07-25 added a clause about NULL proto (Martin Michlmayr or David N. Welton) .\" -.TH GETSERVENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETSERVENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getservent, getservbyname, getservbyport, setservent, endservent \- get service entry diff --git a/man3/getservent_r.3 b/man3/getservent_r.3 index bbeb129e8a..4e7b1f03de 100644 --- a/man3/getservent_r.3 +++ b/man3/getservent_r.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETSERVENT_R 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETSERVENT_R 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getservent_r, getservbyname_r, getservbyport_r \- get service entry (reentrant) diff --git a/man3/getspnam.3 b/man3/getspnam.3 index f0fb1182d8..3389105ab3 100644 --- a/man3/getspnam.3 +++ b/man3/getspnam.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH GETSPNAM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETSPNAM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getspnam, getspnam_r, getspent, getspent_r, setspent, endspent, fgetspent, fgetspent_r, sgetspent, sgetspent_r, putspent, diff --git a/man3/getsubopt.3 b/man3/getsubopt.3 index 7e2683190f..7693fb9c04 100644 --- a/man3/getsubopt.3 +++ b/man3/getsubopt.3 @@ -22,7 +22,7 @@ .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" %%%LICENSE_END .\" -.TH GETSUBOPT 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETSUBOPT 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME getsubopt \- parse suboption arguments from a string .SH LIBRARY diff --git a/man3/getttyent.3 b/man3/getttyent.3 index ee5034e4e5..71b36f77b0 100644 --- a/man3/getttyent.3 +++ b/man3/getttyent.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH GETTTYENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETTTYENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getttyent, getttynam, setttyent, endttyent \- get ttys file entry .SH LIBRARY diff --git a/man3/getusershell.3 b/man3/getusershell.3 index f642fd896c..110f5a3f06 100644 --- a/man3/getusershell.3 +++ b/man3/getusershell.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 19:17:53 1993 by Rik Faith (faith@cs.unc.edu) -.TH GETUSERSHELL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETUSERSHELL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getusershell, setusershell, endusershell \- get permitted user shells .SH LIBRARY diff --git a/man3/getutent.3 b/man3/getutent.3 index 6eb410a3f3..41d5490afe 100644 --- a/man3/getutent.3 +++ b/man3/getutent.3 @@ -9,7 +9,7 @@ .\" Modified Thu Jul 25 14:43:46 MET DST 1996 by Michael Haardt .\" .\" -.TH GETUTENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETUTENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getutent, getutid, getutline, pututline, setutent, endutent, utmpname \- access utmp file entries diff --git a/man3/getutmp.3 b/man3/getutmp.3 index e9d6ee1d98..b77c3b20b0 100644 --- a/man3/getutmp.3 +++ b/man3/getutmp.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETUTMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETUTMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getutmp, getutmpx \- copy utmp structure to utmpx, and vice versa .SH LIBRARY diff --git a/man3/getw.3 b/man3/getw.3 index b335232dfb..d0a53cd548 100644 --- a/man3/getw.3 +++ b/man3/getw.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GETW 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETW 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getw, putw \- input and output of words (ints) .SH LIBRARY diff --git a/man3/getwchar.3 b/man3/getwchar.3 index 814f423791..1b391185fe 100644 --- a/man3/getwchar.3 +++ b/man3/getwchar.3 @@ -9,7 +9,7 @@ .\" http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH GETWCHAR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GETWCHAR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getwchar \- read a wide character from standard input .SH LIBRARY diff --git a/man3/glob.3 b/man3/glob.3 index 6559536c0f..058bf1f077 100644 --- a/man3/glob.3 +++ b/man3/glob.3 @@ -11,7 +11,7 @@ .\" Expanded the description of various flags .\" Various wording fixes. .\" -.TH GLOB 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GLOB 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME glob, globfree \- find pathnames matching a pattern, free memory from glob() .SH LIBRARY diff --git a/man3/gnu_get_libc_version.3 b/man3/gnu_get_libc_version.3 index e215000339..967a504f59 100644 --- a/man3/gnu_get_libc_version.3 +++ b/man3/gnu_get_libc_version.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GNU_GET_LIBC_VERSION 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GNU_GET_LIBC_VERSION 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME gnu_get_libc_version, gnu_get_libc_release \- get glibc version and release .SH LIBRARY diff --git a/man3/grantpt.3 b/man3/grantpt.3 index 4af3e5f8e1..d3c369baff 100644 --- a/man3/grantpt.3 +++ b/man3/grantpt.3 @@ -2,7 +2,7 @@ .\" This page is in the public domain. - aeb .\" %%%LICENSE_END .\" -.TH GRANTPT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GRANTPT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME grantpt \- grant access to the slave pseudoterminal .SH LIBRARY diff --git a/man3/group_member.3 b/man3/group_member.3 index 80374d0df8..37be70864a 100644 --- a/man3/group_member.3 +++ b/man3/group_member.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH GROUP_MEMBER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GROUP_MEMBER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME group_member \- test whether a process is in a group .SH LIBRARY diff --git a/man3/gsignal.3 b/man3/gsignal.3 index 2b69eac429..dded638332 100644 --- a/man3/gsignal.3 +++ b/man3/gsignal.3 @@ -4,7 +4,7 @@ .\" .\" This replaces an earlier man page written by Walter Harms .\" . -.TH GSIGNAL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GSIGNAL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME gsignal, ssignal \- software signal facility .SH LIBRARY diff --git a/man3/hash.3 b/man3/hash.3 index 86b0454778..ae7dc75f5a 100644 --- a/man3/hash.3 +++ b/man3/hash.3 @@ -5,7 +5,7 @@ .\" .\" @(#)hash.3 8.6 (Berkeley) 8/18/94 .\" -.TH HASH 3 2017-09-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH HASH 3 2017-09-15 "Linux man-pages (unreleased)" .UC 7 .SH NAME hash \- hash database access method diff --git a/man3/hsearch.3 b/man3/hsearch.3 index 88a16bce16..61774dbaf0 100644 --- a/man3/hsearch.3 +++ b/man3/hsearch.3 @@ -13,7 +13,7 @@ .\" 2008-09-03, mtk, restructured somewhat, in part after suggestions from .\" Timothy S. Nelson .\" -.TH HSEARCH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH HSEARCH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME hcreate, hdestroy, hsearch, hcreate_r, hdestroy_r, hsearch_r \- hash table management diff --git a/man3/hypot.3 b/man3/hypot.3 index ff69bcad20..c64afd82d2 100644 --- a/man3/hypot.3 +++ b/man3/hypot.3 @@ -10,7 +10,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH HYPOT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH HYPOT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME hypot, hypotf, hypotl \- Euclidean distance function .SH LIBRARY diff --git a/man3/iconv.3 b/man3/iconv.3 index e0204dcc15..32d5a9b139 100644 --- a/man3/iconv.3 +++ b/man3/iconv.3 @@ -10,7 +10,7 @@ .\" 2000-06-30 correction by Yuichi SATO .\" 2000-11-15 aeb, fixed prototype .\" -.TH ICONV 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ICONV 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iconv \- perform character set conversion .SH LIBRARY diff --git a/man3/iconv_close.3 b/man3/iconv_close.3 index 23e6a5b59a..dc7f1b5045 100644 --- a/man3/iconv_close.3 +++ b/man3/iconv_close.3 @@ -6,7 +6,7 @@ .\" GNU glibc-2 source code and manual .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH ICONV_CLOSE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ICONV_CLOSE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iconv_close \- deallocate descriptor for character set conversion .SH LIBRARY diff --git a/man3/iconv_open.3 b/man3/iconv_open.3 index 35e313a355..435d99dfcf 100644 --- a/man3/iconv_open.3 +++ b/man3/iconv_open.3 @@ -10,7 +10,7 @@ .\" 2007-03-31 Bruno Haible, Describe the glibc/libiconv //TRANSLIT .\" and //IGNORE extensions for 'tocode'. .\" -.TH ICONV_OPEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ICONV_OPEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iconv_open \- allocate descriptor for character set conversion .SH LIBRARY diff --git a/man3/if_nameindex.3 b/man3/if_nameindex.3 index 8d8c158311..82be58e9ef 100644 --- a/man3/if_nameindex.3 +++ b/man3/if_nameindex.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH IF_NAMEINDEX 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IF_NAMEINDEX 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME if_nameindex, if_freenameindex \- get network interface names and indexes .SH LIBRARY diff --git a/man3/if_nametoindex.3 b/man3/if_nametoindex.3 index 5d2c2638c4..9482d96eb2 100644 --- a/man3/if_nametoindex.3 +++ b/man3/if_nametoindex.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH IF_NAMETOINDEX 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IF_NAMETOINDEX 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME if_nametoindex, if_indextoname \- mappings between network interface names and indexes diff --git a/man3/ilogb.3 b/man3/ilogb.3 index 979dfa6a9e..056eedaae8 100644 --- a/man3/ilogb.3 +++ b/man3/ilogb.3 @@ -6,7 +6,7 @@ .\" .\" Inspired by a page by Walter Harms created 2002-08-10 .\" -.TH ILOGB 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ILOGB 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ilogb, ilogbf, ilogbl \- get integer exponent of a floating-point value .SH LIBRARY diff --git a/man3/index.3 b/man3/index.3 index 5272e0538a..ba6e9d2134 100644 --- a/man3/index.3 +++ b/man3/index.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Mon Apr 12 12:54:34 1993, David Metcalfe .\" Modified Sat Jul 24 19:13:52 1993, Rik Faith (faith@cs.unc.edu) -.TH INDEX 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INDEX 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME index, rindex \- locate character in string .SH LIBRARY diff --git a/man3/inet.3 b/man3/inet.3 index 99065b47d0..8b8a15c15e 100644 --- a/man3/inet.3 +++ b/man3/inet.3 @@ -19,7 +19,7 @@ .\" Add discussion of Classful Addressing, noting that it is obsolete. .\" Added an EXAMPLE program. .\" -.TH INET 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INET 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME inet_aton, inet_addr, inet_network, inet_ntoa, inet_makeaddr, inet_lnaof, inet_netof \- Internet address manipulation routines diff --git a/man3/inet_net_pton.3 b/man3/inet_net_pton.3 index cfd3a9b72e..8dce6b2997 100644 --- a/man3/inet_net_pton.3 +++ b/man3/inet_net_pton.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH INET_NET_PTON 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INET_NET_PTON 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME inet_net_pton, inet_net_ntop \- Internet network number conversion .SH LIBRARY diff --git a/man3/inet_ntop.3 b/man3/inet_ntop.3 index 02ae4f5749..b06c268bde 100644 --- a/man3/inet_ntop.3 +++ b/man3/inet_ntop.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" References: RFC 2553 -.TH INET_NTOP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INET_NTOP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME inet_ntop \- convert IPv4 and IPv6 addresses from binary to text form .SH LIBRARY diff --git a/man3/inet_pton.3 b/man3/inet_pton.3 index cd978a5596..807c4ea030 100644 --- a/man3/inet_pton.3 +++ b/man3/inet_pton.3 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" References: RFC 2553 -.TH INET_PTON 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INET_PTON 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME inet_pton \- convert IPv4 and IPv6 addresses from text to binary form .SH LIBRARY diff --git a/man3/initgroups.3 b/man3/initgroups.3 index dc9585bc5b..5e65db35fb 100644 --- a/man3/initgroups.3 +++ b/man3/initgroups.3 @@ -9,7 +9,7 @@ .\" Modified 1993-07-24 by Rik Faith .\" Modified 2004-10-10 by aeb .\" -.TH INITGROUPS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INITGROUPS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME initgroups \- initialize the supplementary group access list .SH LIBRARY diff --git a/man3/insque.3 b/man3/insque.3 index 58c56ad33f..5da2aa2584 100644 --- a/man3/insque.3 +++ b/man3/insque.3 @@ -13,7 +13,7 @@ .\" mtk, 2010-09-09: Noted glibc 2.4 bug, added info on circular .\" lists, added example program .\" -.TH INSQUE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INSQUE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME insque, remque \- insert/remove an item from a queue .SH LIBRARY diff --git a/man3/intro.3 b/man3/intro.3 index 3f5dc399a7..64d8ba68bf 100644 --- a/man3/intro.3 +++ b/man3/intro.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" 2007-10-23 mtk, Nearly a complete rewrite of the earlier page. -.TH INTRO 3 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INTRO 3 2020-11-01 "Linux man-pages (unreleased)" .SH NAME intro \- introduction to library functions .SH DESCRIPTION diff --git a/man3/isalpha.3 b/man3/isalpha.3 index 6432cf2f4b..32abf53087 100644 --- a/man3/isalpha.3 +++ b/man3/isalpha.3 @@ -7,7 +7,7 @@ .\" Modified Sat Sep 2 21:52:01 1995 by Jim Van Zandt .\" Modified Mon May 27 22:55:26 1996 by Martin Schulze (joey@linux.de) .\" -.TH ISALPHA 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISALPHA 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME isalnum, isalpha, isascii, isblank, iscntrl, isdigit, isgraph, islower, isprint, ispunct, isspace, isupper, isxdigit, diff --git a/man3/isatty.3 b/man3/isatty.3 index 0c7d8a7db6..8bb4766d09 100644 --- a/man3/isatty.3 +++ b/man3/isatty.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ISATTY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISATTY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME isatty \- test whether a file descriptor refers to a terminal .SH LIBRARY diff --git a/man3/isfdtype.3 b/man3/isfdtype.3 index 606f79c321..61e436af51 100644 --- a/man3/isfdtype.3 +++ b/man3/isfdtype.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ISFDTYPE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISFDTYPE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME isfdtype \- test file type of a file descriptor .SH LIBRARY diff --git a/man3/isgreater.3 b/man3/isgreater.3 index 855319c9fe..73e9780f96 100644 --- a/man3/isgreater.3 +++ b/man3/isgreater.3 @@ -5,7 +5,7 @@ .\" 2002-07-27 Walter Harms .\" this was done with the help of the glibc manual .\" -.TH ISGREATER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISGREATER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME isgreater, isgreaterequal, isless, islessequal, islessgreater, isunordered \- floating-point relational tests without exception for NaN diff --git a/man3/iswalnum.3 b/man3/iswalnum.3 index b1142c60a0..060a69c35a 100644 --- a/man3/iswalnum.3 +++ b/man3/iswalnum.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWALNUM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWALNUM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswalnum \- test for alphanumeric wide character .SH LIBRARY diff --git a/man3/iswalpha.3 b/man3/iswalpha.3 index 51e4e769a0..f3349b7294 100644 --- a/man3/iswalpha.3 +++ b/man3/iswalpha.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWALPHA 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWALPHA 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswalpha \- test for alphabetic wide character .SH LIBRARY diff --git a/man3/iswblank.3 b/man3/iswblank.3 index 7ebb3b3f6d..f85cbe5c07 100644 --- a/man3/iswblank.3 +++ b/man3/iswblank.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWBLANK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWBLANK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswblank \- test for whitespace wide character .SH LIBRARY diff --git a/man3/iswcntrl.3 b/man3/iswcntrl.3 index d4870cb006..5a78437292 100644 --- a/man3/iswcntrl.3 +++ b/man3/iswcntrl.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWCNTRL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWCNTRL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswcntrl \- test for control wide character .SH LIBRARY diff --git a/man3/iswctype.3 b/man3/iswctype.3 index b3bb6a15a6..9fdd05b079 100644 --- a/man3/iswctype.3 +++ b/man3/iswctype.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWCTYPE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWCTYPE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswctype \- wide-character classification .SH LIBRARY diff --git a/man3/iswdigit.3 b/man3/iswdigit.3 index 02136b4254..ec4a74787c 100644 --- a/man3/iswdigit.3 +++ b/man3/iswdigit.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWDIGIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWDIGIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswdigit \- test for decimal digit wide character .SH LIBRARY diff --git a/man3/iswgraph.3 b/man3/iswgraph.3 index 5e0cf37a27..970ebe1a42 100644 --- a/man3/iswgraph.3 +++ b/man3/iswgraph.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWGRAPH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWGRAPH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswgraph \- test for graphic wide character .SH LIBRARY diff --git a/man3/iswlower.3 b/man3/iswlower.3 index f05dbdbb0b..2b8cb81a92 100644 --- a/man3/iswlower.3 +++ b/man3/iswlower.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWLOWER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWLOWER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswlower \- test for lowercase wide character .SH LIBRARY diff --git a/man3/iswprint.3 b/man3/iswprint.3 index 8d530cdc41..f254bb141c 100644 --- a/man3/iswprint.3 +++ b/man3/iswprint.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWPRINT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWPRINT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswprint \- test for printing wide character .SH LIBRARY diff --git a/man3/iswpunct.3 b/man3/iswpunct.3 index a7a7e0b9f2..00cfa99ade 100644 --- a/man3/iswpunct.3 +++ b/man3/iswpunct.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWPUNCT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWPUNCT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswpunct \- test for punctuation or symbolic wide character .SH LIBRARY diff --git a/man3/iswspace.3 b/man3/iswspace.3 index ffcd7c9add..297320eee8 100644 --- a/man3/iswspace.3 +++ b/man3/iswspace.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWSPACE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWSPACE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswspace \- test for whitespace wide character .SH LIBRARY diff --git a/man3/iswupper.3 b/man3/iswupper.3 index 57a62f0c89..465956b29d 100644 --- a/man3/iswupper.3 +++ b/man3/iswupper.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWUPPER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWUPPER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswupper \- test for uppercase wide character .SH LIBRARY diff --git a/man3/iswxdigit.3 b/man3/iswxdigit.3 index f52f6720b6..f471f7f2b6 100644 --- a/man3/iswxdigit.3 +++ b/man3/iswxdigit.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH ISWXDIGIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISWXDIGIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME iswxdigit \- test for hexadecimal digit wide character .SH LIBRARY diff --git a/man3/j0.3 b/man3/j0.3 index 00c295d0cf..6d6445d571 100644 --- a/man3/j0.3 +++ b/man3/j0.3 @@ -13,7 +13,7 @@ .\" Modified 2004-11-12 as per suggestion by Fabian Kreutz/AEB .\" 2008-07-24, mtk, moved yxx() material into separate y0.3 page .\" -.TH J0 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH J0 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME j0, j0f, j0l, j1, j1f, j1l, jn, jnf, jnl \- Bessel functions of the first kind diff --git a/man3/key_setsecret.3 b/man3/key_setsecret.3 index 9c1cd67f5d..9f84fda2c8 100644 --- a/man3/key_setsecret.3 +++ b/man3/key_setsecret.3 @@ -4,7 +4,7 @@ .\" .\" I had no way the check the functions out .\" be careful -.TH KEY_SETSECRET 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH KEY_SETSECRET 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME key_decryptsession, key_encryptsession, key_setsecret, key_gendes, key_secretkey_is_set \- interfaces to rpc keyserver daemon diff --git a/man3/killpg.3 b/man3/killpg.3 index fd5284c1de..f334487868 100644 --- a/man3/killpg.3 +++ b/man3/killpg.3 @@ -11,7 +11,7 @@ .\" Added notes on CAP_KILL .\" Modified 2004-06-21 by aeb .\" -.TH KILLPG 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH KILLPG 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME killpg \- send signal to a process group .SH LIBRARY diff --git a/man3/ldexp.3 b/man3/ldexp.3 index 40447dfc7b..8e49343bbb 100644 --- a/man3/ldexp.3 +++ b/man3/ldexp.3 @@ -11,7 +11,7 @@ .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 2004-10-31 by aeb .\" -.TH LDEXP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LDEXP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ldexp, ldexpf, ldexpl \- multiply floating-point number by integral power of 2 .SH LIBRARY diff --git a/man3/lgamma.3 b/man3/lgamma.3 index a7822ef242..d680de97ed 100644 --- a/man3/lgamma.3 +++ b/man3/lgamma.3 @@ -6,7 +6,7 @@ .\" .\" based on glibc infopages .\" -.TH LGAMMA 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LGAMMA 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME lgamma, lgammaf, lgammal, lgamma_r, lgammaf_r, lgammal_r, signgam \- log gamma function diff --git a/man3/lio_listio.3 b/man3/lio_listio.3 index bc6afebc54..42d3369c70 100644 --- a/man3/lio_listio.3 +++ b/man3/lio_listio.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH LIO_LISTIO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LIO_LISTIO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME lio_listio \- initiate a list of I/O requests .SH LIBRARY diff --git a/man3/list.3 b/man3/list.3 index 7ebbba1bb5..0f4bf978ea 100644 --- a/man3/list.3 +++ b/man3/list.3 @@ -5,7 +5,7 @@ .\" SPDX-License-Identifier: BSD-3-Clause .\" .\" -.TH LIST 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LIST 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME LIST_EMPTY, LIST_ENTRY, diff --git a/man3/localeconv.3 b/man3/localeconv.3 index 7282fc07c9..8e79bc64f0 100644 --- a/man3/localeconv.3 +++ b/man3/localeconv.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Modified Sat Jul 24 19:01:20 1993 by Rik Faith (faith@cs.unc.edu) -.TH LOCALECONV 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOCALECONV 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME localeconv \- get numeric formatting information .SH LIBRARY diff --git a/man3/lockf.3 b/man3/lockf.3 index 5d2b6067e5..ece0a89709 100644 --- a/man3/lockf.3 +++ b/man3/lockf.3 @@ -6,7 +6,7 @@ .\" Added section stuff, aeb, 2002-04-22. .\" Corrected include file, drepper, 2003-06-15. .\" -.TH LOCKF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOCKF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME lockf \- apply, test or remove a POSIX lock on an open file .SH LIBRARY diff --git a/man3/log.3 b/man3/log.3 index 3094d27a63..669dca7cec 100644 --- a/man3/log.3 +++ b/man3/log.3 @@ -13,7 +13,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH LOG 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOG 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME log, logf, logl \- natural logarithmic function .SH LIBRARY diff --git a/man3/log10.3 b/man3/log10.3 index acb65901cb..797eb92b02 100644 --- a/man3/log10.3 +++ b/man3/log10.3 @@ -13,7 +13,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH LOG10 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOG10 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME log10, log10f, log10l \- base-10 logarithmic function .SH LIBRARY diff --git a/man3/log1p.3 b/man3/log1p.3 index 267cb4b87f..54d1b23109 100644 --- a/man3/log1p.3 +++ b/man3/log1p.3 @@ -6,7 +6,7 @@ .\" .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) -.TH LOG1P 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOG1P 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME log1p, log1pf, log1pl \- logarithm of 1 plus argument .SH LIBRARY diff --git a/man3/log2.3 b/man3/log2.3 index 2a558a92a0..b7851e5fed 100644 --- a/man3/log2.3 +++ b/man3/log2.3 @@ -13,7 +13,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH LOG2 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOG2 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME log2, log2f, log2l \- base-2 logarithmic function .SH LIBRARY diff --git a/man3/logb.3 b/man3/logb.3 index fc27baf109..78ab1eb88d 100644 --- a/man3/logb.3 +++ b/man3/logb.3 @@ -6,7 +6,7 @@ .\" .\" Inspired by a page by Walter Harms created 2002-08-10 .\" -.TH LOGB 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOGB 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME logb, logbf, logbl \- get exponent of a floating-point value .SH LIBRARY diff --git a/man3/login.3 b/man3/login.3 index 8691891365..0c51777f60 100644 --- a/man3/login.3 +++ b/man3/login.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH LOGIN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOGIN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME login, logout \- write utmp and wtmp entries .SH LIBRARY diff --git a/man3/lrint.3 b/man3/lrint.3 index 3da8cb5720..240e16db85 100644 --- a/man3/lrint.3 +++ b/man3/lrint.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH LRINT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LRINT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME lrint, lrintf, lrintl, llrint, llrintf, llrintl \- round to nearest integer .SH LIBRARY diff --git a/man3/lround.3 b/man3/lround.3 index 083ee03de1..53c6ed9afb 100644 --- a/man3/lround.3 +++ b/man3/lround.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH LROUND 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LROUND 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME lround, lroundf, lroundl, llround, llroundf, llroundl \- round to nearest integer diff --git a/man3/lsearch.3 b/man3/lsearch.3 index cef88be3c1..8b6a1e3be9 100644 --- a/man3/lsearch.3 +++ b/man3/lsearch.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Corrected prototype and include, aeb, 990927 -.TH LSEARCH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LSEARCH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME lfind, lsearch \- linear search of an array .SH LIBRARY diff --git a/man3/lseek64.3 b/man3/lseek64.3 index 2a35d04085..ff1f5fc825 100644 --- a/man3/lseek64.3 +++ b/man3/lseek64.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH LSEEK64 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LSEEK64 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME lseek64 \- reposition 64-bit read/write file offset .SH LIBRARY diff --git a/man3/makecontext.3 b/man3/makecontext.3 index 5ffe672f35..e2bc378c38 100644 --- a/man3/makecontext.3 +++ b/man3/makecontext.3 @@ -5,7 +5,7 @@ .\" .\" 2006-08-02, mtk, Added example program .\" -.TH MAKECONTEXT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MAKECONTEXT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME makecontext, swapcontext \- manipulate user context .SH LIBRARY diff --git a/man3/makedev.3 b/man3/makedev.3 index 0d987f5baa..be1fc12bf1 100644 --- a/man3/makedev.3 +++ b/man3/makedev.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MAKEDEV 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MAKEDEV 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME makedev, major, minor \- manage a device number .SH LIBRARY diff --git a/man3/mallinfo.3 b/man3/mallinfo.3 index 5e4375a1f4..7991c9a4d0 100644 --- a/man3/mallinfo.3 +++ b/man3/mallinfo.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MALLINFO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MALLINFO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mallinfo, mallinfo2 \- obtain memory allocation information .SH LIBRARY diff --git a/man3/malloc.3 b/man3/malloc.3 index c40683efc0..d7f1863549 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -11,7 +11,7 @@ .\" FIXME . Review http://austingroupbugs.net/view.php?id=374 .\" to see what changes are required on this page. .\" -.TH MALLOC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MALLOC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME malloc, free, calloc, realloc, reallocarray \- allocate and free dynamic memory .SH LIBRARY diff --git a/man3/malloc_get_state.3 b/man3/malloc_get_state.3 index 439119b4ea..a11a78f733 100644 --- a/man3/malloc_get_state.3 +++ b/man3/malloc_get_state.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MALLOC_GET_STATE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MALLOC_GET_STATE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME malloc_get_state, malloc_set_state \- record and restore state of malloc implementation diff --git a/man3/malloc_hook.3 b/man3/malloc_hook.3 index d4de33eb31..6ecfac60a5 100644 --- a/man3/malloc_hook.3 +++ b/man3/malloc_hook.3 @@ -5,7 +5,7 @@ .\" Heavily based on glibc documentation .\" Polished, added docs, removed glibc doc bug, 2002-07-20, aeb .\" -.TH MALLOC_HOOK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MALLOC_HOOK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME __malloc_hook, __malloc_initialize_hook, __memalign_hook, __free_hook, __realloc_hook, diff --git a/man3/malloc_info.3 b/man3/malloc_info.3 index 1afc6b5490..e49bb80717 100644 --- a/man3/malloc_info.3 +++ b/man3/malloc_info.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MALLOC_INFO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MALLOC_INFO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME malloc_info \- export malloc state to a stream .SH LIBRARY diff --git a/man3/malloc_stats.3 b/man3/malloc_stats.3 index c1e30cd125..1c4466842b 100644 --- a/man3/malloc_stats.3 +++ b/man3/malloc_stats.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MALLOC_STATS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MALLOC_STATS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME malloc_stats \- print memory allocation statistics .SH LIBRARY diff --git a/man3/malloc_trim.3 b/man3/malloc_trim.3 index 9a9a22f640..dd39facc77 100644 --- a/man3/malloc_trim.3 +++ b/man3/malloc_trim.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MALLOC_TRIM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MALLOC_TRIM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME malloc_trim \- release free memory from the heap .SH LIBRARY diff --git a/man3/malloc_usable_size.3 b/man3/malloc_usable_size.3 index b39fce6f6b..42a4428dfa 100644 --- a/man3/malloc_usable_size.3 +++ b/man3/malloc_usable_size.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MALLOC_USABLE_SIZE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MALLOC_USABLE_SIZE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME malloc_usable_size \- obtain size of block of memory allocated from heap .SH LIBRARY diff --git a/man3/mallopt.3 b/man3/mallopt.3 index c2908f4272..43438d213b 100644 --- a/man3/mallopt.3 +++ b/man3/mallopt.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MALLOPT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MALLOPT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mallopt \- set memory allocation parameters .SH LIBRARY diff --git a/man3/matherr.3 b/man3/matherr.3 index 55a04ee42e..91b3ae9220 100644 --- a/man3/matherr.3 +++ b/man3/matherr.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MATHERR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MATHERR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME matherr \- SVID math library exception handling .SH LIBRARY diff --git a/man3/mblen.3 b/man3/mblen.3 index 8b51cd250a..ae7b38f1b9 100644 --- a/man3/mblen.3 +++ b/man3/mblen.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH MBLEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MBLEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mblen \- determine number of bytes in next multibyte character .SH LIBRARY diff --git a/man3/mbrlen.3 b/man3/mbrlen.3 index 399097e0cd..35c2b8db53 100644 --- a/man3/mbrlen.3 +++ b/man3/mbrlen.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH MBRLEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MBRLEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mbrlen \- determine number of bytes in next multibyte character .SH LIBRARY diff --git a/man3/mbrtowc.3 b/man3/mbrtowc.3 index abd6dd44e6..b91c0fbc23 100644 --- a/man3/mbrtowc.3 +++ b/man3/mbrtowc.3 @@ -9,7 +9,7 @@ .\" http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH MBRTOWC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MBRTOWC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mbrtowc \- convert a multibyte sequence to a wide character .SH LIBRARY diff --git a/man3/mbsinit.3 b/man3/mbsinit.3 index 7ea9615c7f..5ba22cf432 100644 --- a/man3/mbsinit.3 +++ b/man3/mbsinit.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH MBSINIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MBSINIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mbsinit \- test for initial shift state .SH LIBRARY diff --git a/man3/mbsnrtowcs.3 b/man3/mbsnrtowcs.3 index 4490bbd727..58a5f2a456 100644 --- a/man3/mbsnrtowcs.3 +++ b/man3/mbsnrtowcs.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH MBSNRTOWCS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MBSNRTOWCS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mbsnrtowcs \- convert a multibyte string to a wide-character string .SH LIBRARY diff --git a/man3/mbsrtowcs.3 b/man3/mbsrtowcs.3 index 576b30405e..e51e7ea71e 100644 --- a/man3/mbsrtowcs.3 +++ b/man3/mbsrtowcs.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH MBSRTOWCS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MBSRTOWCS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mbsrtowcs \- convert a multibyte string to a wide-character string .SH LIBRARY diff --git a/man3/mbstowcs.3 b/man3/mbstowcs.3 index 65b6aba176..30a2a86790 100644 --- a/man3/mbstowcs.3 +++ b/man3/mbstowcs.3 @@ -9,7 +9,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH MBSTOWCS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MBSTOWCS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mbstowcs \- convert a multibyte string to a wide-character string .SH LIBRARY diff --git a/man3/mbtowc.3 b/man3/mbtowc.3 index 8b846173ef..b0a25ae12f 100644 --- a/man3/mbtowc.3 +++ b/man3/mbtowc.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH MBTOWC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MBTOWC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mbtowc \- convert a multibyte sequence to a wide character .SH LIBRARY diff --git a/man3/mcheck.3 b/man3/mcheck.3 index 02f845d796..032d902737 100644 --- a/man3/mcheck.3 +++ b/man3/mcheck.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MCHECK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MCHECK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mcheck, mcheck_check_all, mcheck_pedantic, mprobe \- heap consistency checking .SH LIBRARY diff --git a/man3/memccpy.3 b/man3/memccpy.3 index dd7cce995c..9e23e982b7 100644 --- a/man3/memccpy.3 +++ b/man3/memccpy.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:57:24 1993 by Rik Faith (faith@cs.unc.edu) -.TH MEMCCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMCCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memccpy \- copy memory area .SH LIBRARY diff --git a/man3/memchr.3 b/man3/memchr.3 index 39f77f31a4..69be48868c 100644 --- a/man3/memchr.3 +++ b/man3/memchr.3 @@ -9,7 +9,7 @@ .\" Modified Wed Feb 20 21:09:36 2002, Ian Redfern (redferni@logica.com) .\" 2008-07-09, mtk, add rawmemchr() .\" -.TH MEMCHR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMCHR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memchr, memrchr, rawmemchr \- scan memory for a character .SH LIBRARY diff --git a/man3/memcmp.3 b/man3/memcmp.3 index 83215f620a..cc65fcbd1f 100644 --- a/man3/memcmp.3 +++ b/man3/memcmp.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:55:27 1993 by Rik Faith (faith@cs.unc.edu) -.TH MEMCMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMCMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memcmp \- compare memory areas .SH LIBRARY diff --git a/man3/memcpy.3 b/man3/memcpy.3 index 2421afab19..636e65fec7 100644 --- a/man3/memcpy.3 +++ b/man3/memcpy.3 @@ -8,7 +8,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sun Jul 25 10:41:09 1993 by Rik Faith (faith@cs.unc.edu) -.TH MEMCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memcpy \- copy memory area .SH LIBRARY diff --git a/man3/memfrob.3 b/man3/memfrob.3 index 75ac0d9460..9f26f5e0f0 100644 --- a/man3/memfrob.3 +++ b/man3/memfrob.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:54:45 1993 by Rik Faith (faith@cs.unc.edu) -.TH MEMFROB 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMFROB 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memfrob \- frobnicate (obfuscate) a memory area .SH LIBRARY diff --git a/man3/memmem.3 b/man3/memmem.3 index c256529f79..e1c642072f 100644 --- a/man3/memmem.3 +++ b/man3/memmem.3 @@ -7,7 +7,7 @@ .\" 386BSD man pages .\" Modified Sat Jul 24 18:50:48 1993 by Rik Faith (faith@cs.unc.edu) .\" Interchanged 'needle' and 'haystack'; added history, aeb, 980113. -.TH MEMMEM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMMEM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memmem \- locate a substring .SH LIBRARY diff --git a/man3/memmove.3 b/man3/memmove.3 index db49340bd6..a29026445a 100644 --- a/man3/memmove.3 +++ b/man3/memmove.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:49:59 1993 by Rik Faith (faith@cs.unc.edu) -.TH MEMMOVE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMMOVE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memmove \- copy memory area .SH LIBRARY diff --git a/man3/mempcpy.3 b/man3/mempcpy.3 index 8426edf5b2..1fcaa5a5f8 100644 --- a/man3/mempcpy.3 +++ b/man3/mempcpy.3 @@ -5,7 +5,7 @@ .\" Heavily based on glibc infopages, copyright Free Software Foundation .\" .\" aeb, 2003, polished a little -.TH MEMPCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMPCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mempcpy, wmempcpy \- copy memory area .SH LIBRARY diff --git a/man3/memset.3 b/man3/memset.3 index 3d5146148e..9f9432bf21 100644 --- a/man3/memset.3 +++ b/man3/memset.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:49:23 1993 by Rik Faith (faith@cs.unc.edu) -.TH MEMSET 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEMSET 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME memset \- fill memory with a constant byte .SH LIBRARY diff --git a/man3/mkdtemp.3 b/man3/mkdtemp.3 index 4b82183f34..ad082ebe42 100644 --- a/man3/mkdtemp.3 +++ b/man3/mkdtemp.3 @@ -3,7 +3,7 @@ .\" and GNU libc documentation .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft -.TH MKDTEMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MKDTEMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mkdtemp \- create a unique temporary directory .SH LIBRARY diff --git a/man3/mkfifo.3 b/man3/mkfifo.3 index c9598ea726..c330e49505 100644 --- a/man3/mkfifo.3 +++ b/man3/mkfifo.3 @@ -5,7 +5,7 @@ .\" .\" changed section from 2 to 3, aeb, 950919 .\" -.TH MKFIFO 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MKFIFO 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME mkfifo, mkfifoat \- make a FIFO special file (a named pipe) .SH LIBRARY diff --git a/man3/mkstemp.3 b/man3/mkstemp.3 index 6a6a9f4b02..2c9dc7b533 100644 --- a/man3/mkstemp.3 +++ b/man3/mkstemp.3 @@ -12,7 +12,7 @@ .\" Modified 990328, aeb .\" 2008-06-19, mtk, Added mkostemp(); various other changes .\" -.TH MKSTEMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MKSTEMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mkstemp, mkostemp, mkstemps, mkostemps \- create a unique temporary file .SH LIBRARY diff --git a/man3/mktemp.3 b/man3/mktemp.3 index 27470ffed8..5a069a9902 100644 --- a/man3/mktemp.3 +++ b/man3/mktemp.3 @@ -11,7 +11,7 @@ .\" (prompted by Scott Burkett ) .\" Modified Sun Mar 28 23:44:38 1999 by Andries Brouwer (aeb@cwi.nl) .\" -.TH MKTEMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MKTEMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mktemp \- make a unique temporary filename .SH LIBRARY diff --git a/man3/modf.3 b/man3/modf.3 index b0a7523e20..0a20d236e5 100644 --- a/man3/modf.3 +++ b/man3/modf.3 @@ -10,7 +10,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH MODF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MODF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME modf, modff, modfl \- extract signed integral and fractional values from floating-point number diff --git a/man3/mpool.3 b/man3/mpool.3 index 8d1aafb603..d49edcf51d 100644 --- a/man3/mpool.3 +++ b/man3/mpool.3 @@ -5,7 +5,7 @@ .\" .\" @(#)mpool.3 8.1 (Berkeley) 6/4/93 .\" -.TH MPOOL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MPOOL 3 2021-03-22 "Linux man-pages (unreleased)" .UC 7 .SH NAME mpool \- shared memory buffer pool diff --git a/man3/mq_close.3 b/man3/mq_close.3 index e8c2c1ec2d..90acee5a88 100644 --- a/man3/mq_close.3 +++ b/man3/mq_close.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MQ_CLOSE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MQ_CLOSE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mq_close \- close a message queue descriptor .SH LIBRARY diff --git a/man3/mq_getattr.3 b/man3/mq_getattr.3 index d0ac0b1854..104ed51d53 100644 --- a/man3/mq_getattr.3 +++ b/man3/mq_getattr.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MQ_GETATTR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MQ_GETATTR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mq_getattr, mq_setattr \- get/set message queue attributes .SH LIBRARY diff --git a/man3/mq_notify.3 b/man3/mq_notify.3 index ac3da631f1..b4b2016322 100644 --- a/man3/mq_notify.3 +++ b/man3/mq_notify.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MQ_NOTIFY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MQ_NOTIFY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mq_notify \- register for notification when a message is available .SH LIBRARY diff --git a/man3/mq_open.3 b/man3/mq_open.3 index 6d7ad279a6..33b4305406 100644 --- a/man3/mq_open.3 +++ b/man3/mq_open.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MQ_OPEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MQ_OPEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mq_open \- open a message queue .SH LIBRARY diff --git a/man3/mq_receive.3 b/man3/mq_receive.3 index 8b880d30d0..94f686d97f 100644 --- a/man3/mq_receive.3 +++ b/man3/mq_receive.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MQ_RECEIVE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MQ_RECEIVE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mq_receive, mq_timedreceive \- receive a message from a message queue .SH LIBRARY diff --git a/man3/mq_send.3 b/man3/mq_send.3 index 2da7522bec..26947595ab 100644 --- a/man3/mq_send.3 +++ b/man3/mq_send.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MQ_SEND 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MQ_SEND 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mq_send, mq_timedsend \- send a message to a message queue .SH LIBRARY diff --git a/man3/mq_unlink.3 b/man3/mq_unlink.3 index 2804583a5b..0d95fb0585 100644 --- a/man3/mq_unlink.3 +++ b/man3/mq_unlink.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MQ_UNLINK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MQ_UNLINK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mq_unlink \- remove a message queue .SH LIBRARY diff --git a/man3/mtrace.3 b/man3/mtrace.3 index d7105d621c..93434219fa 100644 --- a/man3/mtrace.3 +++ b/man3/mtrace.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MTRACE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MTRACE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME mtrace, muntrace \- malloc tracing .SH LIBRARY diff --git a/man3/nan.3 b/man3/nan.3 index 58d1337037..aa75328657 100644 --- a/man3/nan.3 +++ b/man3/nan.3 @@ -6,7 +6,7 @@ .\" .\" Corrections by aeb .\" -.TH NAN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NAN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME nan, nanf, nanl \- return 'Not a Number' .SH LIBRARY diff --git a/man3/netlink.3 b/man3/netlink.3 index a3a2b59428..564731102b 100644 --- a/man3/netlink.3 +++ b/man3/netlink.3 @@ -5,7 +5,7 @@ .\" Based on the original comments from Alexey Kuznetsov .\" $Id: netlink.3,v 1.1 1999/05/14 17:17:24 freitag Exp $ .\" -.TH NETLINK 3 2014-03-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NETLINK 3 2014-03-20 "Linux man-pages (unreleased)" .SH NAME netlink \- Netlink macros .SH LIBRARY diff --git a/man3/newlocale.3 b/man3/newlocale.3 index 97f985f853..89d8303560 100644 --- a/man3/newlocale.3 +++ b/man3/newlocale.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH NEWLOCALE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NEWLOCALE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME newlocale, freelocale \- create, modify, and free a locale object .SH LIBRARY diff --git a/man3/nextafter.3 b/man3/nextafter.3 index 48bc03db06..1027caba66 100644 --- a/man3/nextafter.3 +++ b/man3/nextafter.3 @@ -6,7 +6,7 @@ .\" .\" Based on glibc infopages .\" -.TH NEXTAFTER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NEXTAFTER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME nextafter, nextafterf, nextafterl, nexttoward, nexttowardf, nexttowardl \- floating-point number manipulation diff --git a/man3/nextup.3 b/man3/nextup.3 index e9e578449e..13253d349a 100644 --- a/man3/nextup.3 +++ b/man3/nextup.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH NEXTUP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NEXTUP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME nextup, nextupf, nextupl, nextdown, nextdownf, nextdownl \- return next floating-point number toward positive/negative infinity diff --git a/man3/nl_langinfo.3 b/man3/nl_langinfo.3 index 1247900611..dc2000d40c 100644 --- a/man3/nl_langinfo.3 +++ b/man3/nl_langinfo.3 @@ -10,7 +10,7 @@ .\" .\" Corrected prototype, 2002-10-18, aeb .\" -.TH NL_LANGINFO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NL_LANGINFO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME nl_langinfo, nl_langinfo_l \- query language and locale information .SH LIBRARY diff --git a/man3/ntp_gettime.3 b/man3/ntp_gettime.3 index 15758aa7de..567ce0b940 100644 --- a/man3/ntp_gettime.3 +++ b/man3/ntp_gettime.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH NTP_GETTIME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NTP_GETTIME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ntp_gettime, ntp_gettimex \- get time parameters (NTP daemon interface) .SH LIBRARY diff --git a/man3/offsetof.3 b/man3/offsetof.3 index 7a1f2c0a39..2714717d50 100644 --- a/man3/offsetof.3 +++ b/man3/offsetof.3 @@ -25,7 +25,7 @@ .\" References: .\" /usr/lib/gcc/i486-linux-gnu/4.1.1/include/stddef.h .\" glibc-doc -.TH OFFSETOF 3 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OFFSETOF 3 2020-11-01 "Linux man-pages (unreleased)" .SH NAME offsetof \- offset of a structure member .SH LIBRARY diff --git a/man3/on_exit.3 b/man3/on_exit.3 index f84a534e48..392e300158 100644 --- a/man3/on_exit.3 +++ b/man3/on_exit.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified 1993-04-02, David Metcalfe .\" Modified 1993-07-25, Rik Faith (faith@cs.unc.edu) -.TH ON_EXIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ON_EXIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME on_exit \- register a function to be called at normal process termination .SH LIBRARY diff --git a/man3/open_memstream.3 b/man3/open_memstream.3 index e52aaeaff8..3f2e82734f 100644 --- a/man3/open_memstream.3 +++ b/man3/open_memstream.3 @@ -4,7 +4,7 @@ .\" .\" 2008-12-04, Petr Baudis : Document open_wmemstream() .\" -.TH OPEN_MEMSTREAM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OPEN_MEMSTREAM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME open_memstream, open_wmemstream \- open a dynamic memory buffer stream .SH LIBRARY diff --git a/man3/opendir.3 b/man3/opendir.3 index 2517114da5..b35b0bb349 100644 --- a/man3/opendir.3 +++ b/man3/opendir.3 @@ -9,7 +9,7 @@ .\" Modified Sat Jul 24 18:46:01 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 11 June 1995 by Andries Brouwer (aeb@cwi.nl) .\" 2007-07-30 Ulrich Drepper : document fdopendir(). -.TH OPENDIR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OPENDIR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME opendir, fdopendir \- open a directory .SH LIBRARY diff --git a/man3/openpty.3 b/man3/openpty.3 index 1d9cbc241a..bebe2f07c5 100644 --- a/man3/openpty.3 +++ b/man3/openpty.3 @@ -7,7 +7,7 @@ .\" .\" Added -lutil remark, 030718 .\" -.TH OPENPTY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OPENPTY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME openpty, login_tty, forkpty \- terminal utility functions .SH LIBRARY diff --git a/man3/perror.3 b/man3/perror.3 index 56a7f74af1..28098f2b10 100644 --- a/man3/perror.3 +++ b/man3/perror.3 @@ -9,7 +9,7 @@ .\" (msmith@falcon.mercer.peachnet.edu) and various other changes. .\" Modified 1996-05-16 by Martin Schulze (joey@infodrom.north.de) .\" -.TH PERROR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PERROR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME perror \- print a system error message .SH LIBRARY diff --git a/man3/popen.3 b/man3/popen.3 index 2f981fe54a..93e7ea1968 100644 --- a/man3/popen.3 +++ b/man3/popen.3 @@ -9,7 +9,7 @@ .\" Modified Sat May 18 20:37:44 1996 by Martin Schulze (joey@linux.de) .\" Modified 7 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk) .\" -.TH POPEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POPEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME popen, pclose \- pipe stream to or from a process .SH LIBRARY diff --git a/man3/posix_fallocate.3 b/man3/posix_fallocate.3 index 3e406c101d..f1950132b3 100644 --- a/man3/posix_fallocate.3 +++ b/man3/posix_fallocate.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH POSIX_FALLOCATE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POSIX_FALLOCATE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME posix_fallocate \- allocate file space .SH LIBRARY diff --git a/man3/posix_madvise.3 b/man3/posix_madvise.3 index 993ca293ae..336f69728a 100644 --- a/man3/posix_madvise.3 +++ b/man3/posix_madvise.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH POSIX_MADVISE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POSIX_MADVISE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME posix_madvise \- give advice about patterns of memory usage .SH LIBRARY diff --git a/man3/posix_memalign.3 b/man3/posix_memalign.3 index 98129e7dc9..fcce2ded12 100644 --- a/man3/posix_memalign.3 +++ b/man3/posix_memalign.3 @@ -6,7 +6,7 @@ .\" 2001-10-11, 2003-08-22, aeb, added some details .\" 2012-03-23, Michael Kerrisk .\" Document pvalloc() and aligned_alloc() -.TH POSIX_MEMALIGN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POSIX_MEMALIGN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME posix_memalign, aligned_alloc, memalign, valloc, pvalloc \- allocate aligned memory diff --git a/man3/posix_openpt.3 b/man3/posix_openpt.3 index f61120de54..4734bda7a0 100644 --- a/man3/posix_openpt.3 +++ b/man3/posix_openpt.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH POSIX_OPENPT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POSIX_OPENPT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME posix_openpt \- open a pseudoterminal device .SH LIBRARY diff --git a/man3/posix_spawn.3 b/man3/posix_spawn.3 index 3e6eb712d2..7bf6dbd770 100644 --- a/man3/posix_spawn.3 +++ b/man3/posix_spawn.3 @@ -8,7 +8,7 @@ .\" POSIX 1003.1-2004 documentation .\" (http://www.opengroup.org/onlinepubs/009695399) .\" -.TH POSIX_SPAWN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POSIX_SPAWN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME posix_spawn, posix_spawnp \- spawn a process .SH LIBRARY diff --git a/man3/pow.3 b/man3/pow.3 index bc4900c534..9d0bcccf06 100644 --- a/man3/pow.3 +++ b/man3/pow.3 @@ -12,7 +12,7 @@ .\" Modified 1995-08-14 by Arnt Gulbrandsen .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) -.TH POW 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POW 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pow, powf, powl \- power functions .SH LIBRARY diff --git a/man3/pow10.3 b/man3/pow10.3 index 948dc379ed..ca59ae1128 100644 --- a/man3/pow10.3 +++ b/man3/pow10.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH POW10 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POW10 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pow10, pow10f, pow10l \- base-10 power functions .SH LIBRARY diff --git a/man3/printf.3 b/man3/printf.3 index 5c078e1f00..878f95791b 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -12,7 +12,7 @@ .\" 2000-07-26 jsm28@hermes.cam.ac.uk - three small fixes .\" 2000-10-16 jsm28@hermes.cam.ac.uk - more fixes .\" -.TH PRINTF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PRINTF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME printf, fprintf, dprintf, sprintf, snprintf, vprintf, vfprintf, vdprintf, vsprintf, vsnprintf \- formatted output conversion diff --git a/man3/profil.3 b/man3/profil.3 index 2053e8be4a..359d92c84a 100644 --- a/man3/profil.3 +++ b/man3/profil.3 @@ -5,7 +5,7 @@ .\" Modified Fri Jun 23 01:35:19 1995 Andries Brouwer .\" (prompted by Bas V. de Bakker ) .\" Corrected (and moved to man3), 980612, aeb -.TH PROFIL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PROFIL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME profil \- execution time profile .SH LIBRARY diff --git a/man3/program_invocation_name.3 b/man3/program_invocation_name.3 index d0b018b3f1..5b348c5c7b 100644 --- a/man3/program_invocation_name.3 +++ b/man3/program_invocation_name.3 @@ -21,7 +21,7 @@ .\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .\" %%%LICENSE_END .\" -.TH INVOCATION_NAME 3 2017-09-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INVOCATION_NAME 3 2017-09-15 "Linux man-pages (unreleased)" .SH NAME program_invocation_name, program_invocation_short_name \- \ obtain name used to invoke calling program diff --git a/man3/psignal.3 b/man3/psignal.3 index b4bab9ceb0..c0b8bafc15 100644 --- a/man3/psignal.3 +++ b/man3/psignal.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:45:17 1993 by Rik Faith (faith@cs.unc.edu) -.TH PSIGNAL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PSIGNAL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME psignal, psiginfo \- print signal description .SH LIBRARY diff --git a/man3/pthread_atfork.3 b/man3/pthread_atfork.3 index cce7cfa617..1ba9515557 100644 --- a/man3/pthread_atfork.3 +++ b/man3/pthread_atfork.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATFORK 3 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATFORK 3 2020-08-13 "Linux man-pages (unreleased)" .SH NAME pthread_atfork \- register fork handlers .SH LIBRARY diff --git a/man3/pthread_attr_init.3 b/man3/pthread_attr_init.3 index 1e24bc37a5..2b625d7453 100644 --- a/man3/pthread_attr_init.3 +++ b/man3/pthread_attr_init.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_INIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_INIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_init, pthread_attr_destroy \- initialize and destroy thread attributes object diff --git a/man3/pthread_attr_setaffinity_np.3 b/man3/pthread_attr_setaffinity_np.3 index 763d7a6ac3..1ebac3bb1b 100644 --- a/man3/pthread_attr_setaffinity_np.3 +++ b/man3/pthread_attr_setaffinity_np.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setaffinity_np, pthread_attr_getaffinity_np \- set/get CPU affinity attribute in thread attributes object diff --git a/man3/pthread_attr_setdetachstate.3 b/man3/pthread_attr_setdetachstate.3 index b988963276..9ff0620b7f 100644 --- a/man3/pthread_attr_setdetachstate.3 +++ b/man3/pthread_attr_setdetachstate.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETDETACHSTATE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETDETACHSTATE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setdetachstate, pthread_attr_getdetachstate \- set/get detach state attribute in thread attributes object diff --git a/man3/pthread_attr_setguardsize.3 b/man3/pthread_attr_setguardsize.3 index 3a71ca7f42..b62c82bc00 100644 --- a/man3/pthread_attr_setguardsize.3 +++ b/man3/pthread_attr_setguardsize.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETGUARDSIZE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETGUARDSIZE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setguardsize, pthread_attr_getguardsize \- set/get guard size attribute in thread attributes object diff --git a/man3/pthread_attr_setinheritsched.3 b/man3/pthread_attr_setinheritsched.3 index 7f1c42236a..863e95d4ac 100644 --- a/man3/pthread_attr_setinheritsched.3 +++ b/man3/pthread_attr_setinheritsched.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETINHERITSCHED 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETINHERITSCHED 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setinheritsched, pthread_attr_getinheritsched \- set/get inherit-scheduler attribute in thread attributes object diff --git a/man3/pthread_attr_setschedparam.3 b/man3/pthread_attr_setschedparam.3 index aea88db288..e7fc95a943 100644 --- a/man3/pthread_attr_setschedparam.3 +++ b/man3/pthread_attr_setschedparam.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETSCHEDPARAM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSCHEDPARAM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setschedparam, pthread_attr_getschedparam \- set/get scheduling parameter attributes in thread attributes object diff --git a/man3/pthread_attr_setschedpolicy.3 b/man3/pthread_attr_setschedpolicy.3 index a797e54c90..960871946c 100644 --- a/man3/pthread_attr_setschedpolicy.3 +++ b/man3/pthread_attr_setschedpolicy.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETSCHEDPOLICY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSCHEDPOLICY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setschedpolicy, pthread_attr_getschedpolicy \- set/get scheduling policy attribute in thread attributes object diff --git a/man3/pthread_attr_setscope.3 b/man3/pthread_attr_setscope.3 index 02fe74e605..298d64e7ac 100644 --- a/man3/pthread_attr_setscope.3 +++ b/man3/pthread_attr_setscope.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETSCOPE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSCOPE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setscope, pthread_attr_getscope \- set/get contention scope attribute in thread attributes object diff --git a/man3/pthread_attr_setsigmask_np.3 b/man3/pthread_attr_setsigmask_np.3 index 6f106ef8f2..956775e432 100644 --- a/man3/pthread_attr_setsigmask_np.3 +++ b/man3/pthread_attr_setsigmask_np.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETSIGMASK_NP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSIGMASK_NP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setsigmask_np, pthread_attr_getsigmask_np \- set/get signal mask attribute in thread attributes object diff --git a/man3/pthread_attr_setstack.3 b/man3/pthread_attr_setstack.3 index 6e7bbd5927..6e79d4e297 100644 --- a/man3/pthread_attr_setstack.3 +++ b/man3/pthread_attr_setstack.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETSTACK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSTACK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setstack, pthread_attr_getstack \- set/get stack attributes in thread attributes object diff --git a/man3/pthread_attr_setstackaddr.3 b/man3/pthread_attr_setstackaddr.3 index f0f7be7c2e..71628d3163 100644 --- a/man3/pthread_attr_setstackaddr.3 +++ b/man3/pthread_attr_setstackaddr.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETSTACKADDR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSTACKADDR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setstackaddr, pthread_attr_getstackaddr \- set/get stack address attribute in thread attributes object diff --git a/man3/pthread_attr_setstacksize.3 b/man3/pthread_attr_setstacksize.3 index 560bd19ea4..bc0b9484ec 100644 --- a/man3/pthread_attr_setstacksize.3 +++ b/man3/pthread_attr_setstacksize.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_ATTR_SETSTACKSIZE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_ATTR_SETSTACKSIZE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_attr_setstacksize, pthread_attr_getstacksize \- set/get stack size attribute in thread attributes object diff --git a/man3/pthread_cancel.3 b/man3/pthread_cancel.3 index ca649b01d6..64557acca7 100644 --- a/man3/pthread_cancel.3 +++ b/man3/pthread_cancel.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_CANCEL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_CANCEL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_cancel \- send a cancelation request to a thread .SH LIBRARY diff --git a/man3/pthread_cleanup_push.3 b/man3/pthread_cleanup_push.3 index a590203efa..52c4bf32ac 100644 --- a/man3/pthread_cleanup_push.3 +++ b/man3/pthread_cleanup_push.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_CLEANUP_PUSH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_CLEANUP_PUSH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_cleanup_push, pthread_cleanup_pop \- push and pop thread cancelation clean-up handlers diff --git a/man3/pthread_cleanup_push_defer_np.3 b/man3/pthread_cleanup_push_defer_np.3 index e25f33e296..8cf32157e5 100644 --- a/man3/pthread_cleanup_push_defer_np.3 +++ b/man3/pthread_cleanup_push_defer_np.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_CLEANUP_PUSH_DEFER_NP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_CLEANUP_PUSH_DEFER_NP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_cleanup_push_defer_np, pthread_cleanup_pop_restore_np \- push and pop thread cancelation clean-up handlers while saving cancelability type diff --git a/man3/pthread_create.3 b/man3/pthread_create.3 index 8a894b329a..4555cc2e88 100644 --- a/man3/pthread_create.3 +++ b/man3/pthread_create.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_CREATE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_CREATE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_create \- create a new thread .SH LIBRARY diff --git a/man3/pthread_detach.3 b/man3/pthread_detach.3 index 65314b4ace..c3b6ad8d26 100644 --- a/man3/pthread_detach.3 +++ b/man3/pthread_detach.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_DETACH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_DETACH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_detach \- detach a thread .SH LIBRARY diff --git a/man3/pthread_equal.3 b/man3/pthread_equal.3 index 7ccab5d1ab..9ed2db9ce7 100644 --- a/man3/pthread_equal.3 +++ b/man3/pthread_equal.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_EQUAL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_EQUAL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_equal \- compare thread IDs .SH LIBRARY diff --git a/man3/pthread_exit.3 b/man3/pthread_exit.3 index 3fa5e64a50..220a6dc0c7 100644 --- a/man3/pthread_exit.3 +++ b/man3/pthread_exit.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_EXIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_EXIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_exit \- terminate calling thread .SH LIBRARY diff --git a/man3/pthread_getattr_default_np.3 b/man3/pthread_getattr_default_np.3 index 389ba0b275..ec2093ee22 100644 --- a/man3/pthread_getattr_default_np.3 +++ b/man3/pthread_getattr_default_np.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_GETATTR_DEFAULT_NP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_GETATTR_DEFAULT_NP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_getattr_default_np, pthread_setattr_default_np, \- get or set default thread-creation attributes diff --git a/man3/pthread_getattr_np.3 b/man3/pthread_getattr_np.3 index 6dd861c02a..7c859a0573 100644 --- a/man3/pthread_getattr_np.3 +++ b/man3/pthread_getattr_np.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_GETATTR_NP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_GETATTR_NP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_getattr_np \- get attributes of created thread .SH LIBRARY diff --git a/man3/pthread_getcpuclockid.3 b/man3/pthread_getcpuclockid.3 index 1c5320dade..82f991ad8c 100644 --- a/man3/pthread_getcpuclockid.3 +++ b/man3/pthread_getcpuclockid.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_GETCPUCLOCKID 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_GETCPUCLOCKID 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_getcpuclockid \- retrieve ID of a thread's CPU time clock .SH LIBRARY diff --git a/man3/pthread_join.3 b/man3/pthread_join.3 index 8c0b340a87..507147d057 100644 --- a/man3/pthread_join.3 +++ b/man3/pthread_join.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_JOIN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_JOIN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_join \- join with a terminated thread .SH LIBRARY diff --git a/man3/pthread_kill.3 b/man3/pthread_kill.3 index 8326b13bbd..321ed61c95 100644 --- a/man3/pthread_kill.3 +++ b/man3/pthread_kill.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_KILL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_KILL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_kill \- send a signal to a thread .SH LIBRARY diff --git a/man3/pthread_kill_other_threads_np.3 b/man3/pthread_kill_other_threads_np.3 index 94ef878710..75205d8058 100644 --- a/man3/pthread_kill_other_threads_np.3 +++ b/man3/pthread_kill_other_threads_np.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_KILL_OTHER_THREADS_NP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_KILL_OTHER_THREADS_NP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_kill_other_threads_np \- terminate all other threads in process .SH LIBRARY diff --git a/man3/pthread_mutex_consistent.3 b/man3/pthread_mutex_consistent.3 index 65e18dc7d7..fabd7498c7 100644 --- a/man3/pthread_mutex_consistent.3 +++ b/man3/pthread_mutex_consistent.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_MUTEX_CONSISTENT 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_MUTEX_CONSISTENT 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME pthread_mutex_consistent \- make a robust mutex consistent .SH LIBRARY diff --git a/man3/pthread_mutexattr_getpshared.3 b/man3/pthread_mutexattr_getpshared.3 index 761e096c00..fbe566f288 100644 --- a/man3/pthread_mutexattr_getpshared.3 +++ b/man3/pthread_mutexattr_getpshared.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_MUTEXATTR_GETPSHARED 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_MUTEXATTR_GETPSHARED 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_mutexattr_getpshared, pthread_mutexattr_setpshared \- get/set process-shared mutex attribute diff --git a/man3/pthread_mutexattr_init.3 b/man3/pthread_mutexattr_init.3 index 80a69becd7..60f09b4c18 100644 --- a/man3/pthread_mutexattr_init.3 +++ b/man3/pthread_mutexattr_init.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_MUTEXATTR_INIT 3 2019-10-10 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_MUTEXATTR_INIT 3 2019-10-10 "Linux man-pages (unreleased)" .SH NAME pthread_mutexattr_init, pthread_mutexattr_destroy \- initialize and destroy a mutex attributes object diff --git a/man3/pthread_mutexattr_setrobust.3 b/man3/pthread_mutexattr_setrobust.3 index 477cf01a06..85f1d13f5a 100644 --- a/man3/pthread_mutexattr_setrobust.3 +++ b/man3/pthread_mutexattr_setrobust.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_MUTEXATTR_SETROBUST 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_MUTEXATTR_SETROBUST 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_mutexattr_getrobust, pthread_mutexattr_setrobust \- get and set the robustness attribute of a mutex attributes object diff --git a/man3/pthread_self.3 b/man3/pthread_self.3 index 5e6080451b..0627e3efa2 100644 --- a/man3/pthread_self.3 +++ b/man3/pthread_self.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SELF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SELF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_self \- obtain ID of the calling thread .SH LIBRARY diff --git a/man3/pthread_setaffinity_np.3 b/man3/pthread_setaffinity_np.3 index 7d8eb93a10..33e907d82f 100644 --- a/man3/pthread_setaffinity_np.3 +++ b/man3/pthread_setaffinity_np.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SETAFFINITY_NP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SETAFFINITY_NP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_setaffinity_np, pthread_getaffinity_np \- set/get CPU affinity of a thread diff --git a/man3/pthread_setcancelstate.3 b/man3/pthread_setcancelstate.3 index f94d473045..6511740d03 100644 --- a/man3/pthread_setcancelstate.3 +++ b/man3/pthread_setcancelstate.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SETCANCELSTATE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SETCANCELSTATE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_setcancelstate, pthread_setcanceltype \- set cancelability state and type diff --git a/man3/pthread_setconcurrency.3 b/man3/pthread_setconcurrency.3 index e1e4427093..28a01a7992 100644 --- a/man3/pthread_setconcurrency.3 +++ b/man3/pthread_setconcurrency.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SETCONCURRENCY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SETCONCURRENCY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_setconcurrency, pthread_getconcurrency \- set/get the concurrency level diff --git a/man3/pthread_setname_np.3 b/man3/pthread_setname_np.3 index 0fe520f1f5..056a1c7457 100644 --- a/man3/pthread_setname_np.3 +++ b/man3/pthread_setname_np.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SETNAME_NP 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SETNAME_NP 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME pthread_setname_np, pthread_getname_np \- set/get the name of a thread .SH LIBRARY diff --git a/man3/pthread_setschedparam.3 b/man3/pthread_setschedparam.3 index a9f735da4e..4a3e266a64 100644 --- a/man3/pthread_setschedparam.3 +++ b/man3/pthread_setschedparam.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SETSCHEDPARAM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SETSCHEDPARAM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_setschedparam, pthread_getschedparam \- set/get scheduling policy and parameters of a thread diff --git a/man3/pthread_setschedprio.3 b/man3/pthread_setschedprio.3 index 285bc22684..58ed7fd258 100644 --- a/man3/pthread_setschedprio.3 +++ b/man3/pthread_setschedprio.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SETSCHEDPRIO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SETSCHEDPRIO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_setschedprio \- set scheduling priority of a thread .SH LIBRARY diff --git a/man3/pthread_sigmask.3 b/man3/pthread_sigmask.3 index dfa56aba71..ffec8bce59 100644 --- a/man3/pthread_sigmask.3 +++ b/man3/pthread_sigmask.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SIGMASK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SIGMASK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_sigmask \- examine and change mask of blocked signals .SH LIBRARY diff --git a/man3/pthread_sigqueue.3 b/man3/pthread_sigqueue.3 index 3c250b0b31..84a22c37af 100644 --- a/man3/pthread_sigqueue.3 +++ b/man3/pthread_sigqueue.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SIGQUEUE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SIGQUEUE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_sigqueue \- queue a signal and data to a thread .SH LIBRARY diff --git a/man3/pthread_spin_init.3 b/man3/pthread_spin_init.3 index 32dfdea61f..06f7d04641 100644 --- a/man3/pthread_spin_init.3 +++ b/man3/pthread_spin_init.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SPIN_INIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SPIN_INIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_spin_init, pthread_spin_destroy \- initialize or destroy a spin lock .SH LIBRARY diff --git a/man3/pthread_spin_lock.3 b/man3/pthread_spin_lock.3 index efa97db414..643e8943ad 100644 --- a/man3/pthread_spin_lock.3 +++ b/man3/pthread_spin_lock.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_SPIN_LOCK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_SPIN_LOCK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_spin_lock, pthread_spin_trylock, pthread_spin_unlock \- lock and unlock a spin lock diff --git a/man3/pthread_testcancel.3 b/man3/pthread_testcancel.3 index ddac3e6c7f..e63bff9a9f 100644 --- a/man3/pthread_testcancel.3 +++ b/man3/pthread_testcancel.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_TESTCANCEL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_TESTCANCEL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_testcancel \- request delivery of any pending cancelation request .SH LIBRARY diff --git a/man3/pthread_tryjoin_np.3 b/man3/pthread_tryjoin_np.3 index 8bb638bf28..ed7f439e3d 100644 --- a/man3/pthread_tryjoin_np.3 +++ b/man3/pthread_tryjoin_np.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_TRYJOIN_NP 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_TRYJOIN_NP 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME pthread_tryjoin_np, pthread_timedjoin_np \- try to join with a terminated thread diff --git a/man3/pthread_yield.3 b/man3/pthread_yield.3 index 01d4aa6bbc..e4dcf3cc6c 100644 --- a/man3/pthread_yield.3 +++ b/man3/pthread_yield.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREAD_YIELD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREAD_YIELD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthread_yield \- yield the processor .SH LIBRARY diff --git a/man3/ptsname.3 b/man3/ptsname.3 index 5617803a27..e40005df60 100644 --- a/man3/ptsname.3 +++ b/man3/ptsname.3 @@ -4,7 +4,7 @@ .\" .\" 2004-12-17, mtk, added description of ptsname_r() + ERRORS .\" -.TH PTSNAME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTSNAME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ptsname, ptsname_r \- get the name of the slave pseudoterminal .SH LIBRARY diff --git a/man3/putenv.3 b/man3/putenv.3 index 2c709942e1..0f8e27e180 100644 --- a/man3/putenv.3 +++ b/man3/putenv.3 @@ -13,7 +13,7 @@ .\" Modified Mon Oct 11 11:11:11 1999 by Andries Brouwer (aeb@cwi.nl) .\" Modified Wed Nov 10 00:02:26 1999 by Andries Brouwer (aeb@cwi.nl) .\" Modified Sun May 20 22:17:20 2001 by Andries Brouwer (aeb@cwi.nl) -.TH PUTENV 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PUTENV 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME putenv \- change or add an environment variable .SH LIBRARY diff --git a/man3/putgrent.3 b/man3/putgrent.3 index 922d8d8fd4..1245bdada2 100644 --- a/man3/putgrent.3 +++ b/man3/putgrent.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH PUTGRENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PUTGRENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME putgrent \- write a group database entry to a file .SH LIBRARY diff --git a/man3/putpwent.3 b/man3/putpwent.3 index 8a9f5f98e1..c5251c5f49 100644 --- a/man3/putpwent.3 +++ b/man3/putpwent.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:43:46 1993 by Rik Faith (faith@cs.unc.edu) -.TH PUTPWENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PUTPWENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME putpwent \- write a password file entry .SH LIBRARY diff --git a/man3/puts.3 b/man3/puts.3 index c370233685..b2fa57fba9 100644 --- a/man3/puts.3 +++ b/man3/puts.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Modified Sat Jul 24 18:42:59 1993 by Rik Faith (faith@cs.unc.edu) -.TH PUTS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PUTS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME fputc, fputs, putc, putchar, puts \- output of characters and strings .SH LIBRARY diff --git a/man3/putwchar.3 b/man3/putwchar.3 index 0963e0eb80..7dfa731a1a 100644 --- a/man3/putwchar.3 +++ b/man3/putwchar.3 @@ -9,7 +9,7 @@ .\" http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH PUTWCHAR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PUTWCHAR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME putwchar \- write a wide character to standard output .SH LIBRARY diff --git a/man3/qecvt.3 b/man3/qecvt.3 index 45c41d8a4f..edd5fa6f10 100644 --- a/man3/qecvt.3 +++ b/man3/qecvt.3 @@ -5,7 +5,7 @@ .\" This replaces an earlier man page written by Walter Harms .\" . .\" -.TH QECVT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH QECVT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME qecvt, qfcvt, qgcvt \- convert a floating-point number to a string .SH LIBRARY diff --git a/man3/qsort.3 b/man3/qsort.3 index 0163500222..c1abf3d97b 100644 --- a/man3/qsort.3 +++ b/man3/qsort.3 @@ -14,7 +14,7 @@ .\" and Ben Bacarisse .\" Document qsort_r() .\" -.TH QSORT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH QSORT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME qsort, qsort_r \- sort an array .SH LIBRARY diff --git a/man3/raise.3 b/man3/raise.3 index eb8ef0f1d3..75cba6d1aa 100644 --- a/man3/raise.3 +++ b/man3/raise.3 @@ -6,7 +6,7 @@ .\" Modified Sat Jul 24 18:40:56 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 1995 by Mike Battersby (mib@deakin.edu.au) .\" -.TH RAISE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RAISE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME raise \- send a signal to the caller .SH LIBRARY diff --git a/man3/rand.3 b/man3/rand.3 index 14921192ea..45d9ddab70 100644 --- a/man3/rand.3 +++ b/man3/rand.3 @@ -18,7 +18,7 @@ .\" Modified 2003-11-15, aeb, added rand_r .\" 2010-09-13, mtk, added example program .\" -.TH RAND 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RAND 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rand, rand_r, srand \- pseudo-random number generator .SH LIBRARY diff --git a/man3/random.3 b/man3/random.3 index 3d10e3635f..fd25126268 100644 --- a/man3/random.3 +++ b/man3/random.3 @@ -10,7 +10,7 @@ .\" Modified Sat Jul 24 18:13:39 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Aug 20 21:47:07 2000, aeb .\" -.TH RANDOM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RANDOM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME random, srandom, initstate, setstate \- random number generator .SH LIBRARY diff --git a/man3/random_r.3 b/man3/random_r.3 index 6049711a17..b2bf97b064 100644 --- a/man3/random_r.3 +++ b/man3/random_r.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH RANDOM_R 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RANDOM_R 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME random_r, srandom_r, initstate_r, setstate_r \- reentrant random number generator diff --git a/man3/rcmd.3 b/man3/rcmd.3 index a5b2c6ba04..b4e90589ae 100644 --- a/man3/rcmd.3 +++ b/man3/rcmd.3 @@ -12,7 +12,7 @@ .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH RCMD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RCMD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rcmd, rresvport, iruserok, ruserok, rcmd_af, rresvport_af, iruserok_af, ruserok_af \- routines for returning a diff --git a/man3/re_comp.3 b/man3/re_comp.3 index 7dfd33f730..8d0c5f0493 100644 --- a/man3/re_comp.3 +++ b/man3/re_comp.3 @@ -4,7 +4,7 @@ .\" .\" Wed Jun 14 16:10:28 BST 1995 Wilf. (G.Wilford@@ee.surrey.ac.uk) .\" -.TH RE_COMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RE_COMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME re_comp, re_exec \- BSD regex functions .SH LIBRARY diff --git a/man3/readdir.3 b/man3/readdir.3 index 012b09e289..8ac95a923b 100644 --- a/man3/readdir.3 +++ b/man3/readdir.3 @@ -13,7 +13,7 @@ .\" 2007-07-30 Ulrich Drepper , mtk: .\" Rework discussion of nonstandard structure fields. .\" -.TH READDIR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH READDIR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME readdir \- read a directory .SH LIBRARY diff --git a/man3/readdir_r.3 b/man3/readdir_r.3 index ba151d1fb7..f5a97da628 100644 --- a/man3/readdir_r.3 +++ b/man3/readdir_r.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH READDIR_R 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH READDIR_R 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME readdir_r \- read a directory .SH LIBRARY diff --git a/man3/realpath.3 b/man3/realpath.3 index 82f0327d35..5a019e18fc 100644 --- a/man3/realpath.3 +++ b/man3/realpath.3 @@ -5,7 +5,7 @@ .\" Rewritten old page, 990824, aeb@cwi.nl .\" 2004-12-14, mtk, added discussion of resolved_path == NULL .\" -.TH REALPATH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux man-pages (unreleased)" +.TH REALPATH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME realpath \- return the canonicalized absolute pathname .SH LIBRARY diff --git a/man3/recno.3 b/man3/recno.3 index 1bddcd784d..1a3facc020 100644 --- a/man3/recno.3 +++ b/man3/recno.3 @@ -5,7 +5,7 @@ .\" .\" @(#)recno.3 8.5 (Berkeley) 8/18/94 .\" -.TH RECNO 3 2017-09-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RECNO 3 2017-09-15 "Linux man-pages (unreleased)" .UC 7 .SH NAME recno \- record number database access method diff --git a/man3/regex.3 b/man3/regex.3 index 2156adf233..e423e442d8 100644 --- a/man3/regex.3 +++ b/man3/regex.3 @@ -7,7 +7,7 @@ .\" Modified 8 May 1998 by Joseph S. Myers (jsm28@cam.ac.uk) .\" .\" show the synopsis section nicely -.TH REGEX 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH REGEX 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME regcomp, regexec, regerror, regfree \- POSIX regex functions .SH LIBRARY diff --git a/man3/remainder.3 b/man3/remainder.3 index b24173471f..0bf54b2281 100644 --- a/man3/remainder.3 +++ b/man3/remainder.3 @@ -14,7 +14,7 @@ .\" (walter.harms@informatik.uni-oldenburg.de) .\" Modified 2003-11-18, 2004-10-05 aeb .\" -.TH REMAINDER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH REMAINDER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME drem, dremf, dreml, remainder, remainderf, remainderl \- \ floating-point remainder function diff --git a/man3/remove.3 b/man3/remove.3 index cf0c743301..a042991993 100644 --- a/man3/remove.3 +++ b/man3/remove.3 @@ -8,7 +8,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH REMOVE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH REMOVE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME remove \- remove a file or directory .SH LIBRARY diff --git a/man3/remquo.3 b/man3/remquo.3 index dc837b9a62..e0447b3a58 100644 --- a/man3/remquo.3 +++ b/man3/remquo.3 @@ -7,7 +7,7 @@ .\" based on glibc infopages .\" polished, aeb .\" -.TH REMQUO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH REMQUO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME remquo, remquof, remquol \- remainder and part of quotient .SH LIBRARY diff --git a/man3/resolver.3 b/man3/resolver.3 index ed82787e31..b565bb5e66 100644 --- a/man3/resolver.3 +++ b/man3/resolver.3 @@ -10,7 +10,7 @@ .\" Modified 1993-07-25 by Rik Faith (faith@cs.unc.edu) .\" Modified 2004-10-31 by aeb .\" -.TH RESOLVER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RESOLVER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME res_ninit, res_nquery, res_nsearch, res_nquerydomain, res_nmkquery, res_nsend, res_nclose, diff --git a/man3/rewinddir.3 b/man3/rewinddir.3 index b295c40d77..71c25627cf 100644 --- a/man3/rewinddir.3 +++ b/man3/rewinddir.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Sat Jul 24 18:29:11 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 11 June 1995 by Andries Brouwer (aeb@cwi.nl) -.TH REWINDDIR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH REWINDDIR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rewinddir \- reset directory stream .SH LIBRARY diff --git a/man3/rexec.3 b/man3/rexec.3 index 41c69b53e5..749dfab13f 100644 --- a/man3/rexec.3 +++ b/man3/rexec.3 @@ -10,7 +10,7 @@ .\" .\" 2013-06-21, mtk, Converted from mdoc to man macros .\" -.TH REXEC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH REXEC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rexec, rexec_af \- return stream to a remote command .SH LIBRARY diff --git a/man3/rint.3 b/man3/rint.3 index 3477ab46e9..c8cd769d7c 100644 --- a/man3/rint.3 +++ b/man3/rint.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH RINT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RINT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME nearbyint, nearbyintf, nearbyintl, rint, rintf, rintl \- round to nearest integer diff --git a/man3/round.3 b/man3/round.3 index 103c9e4699..32ff1016e2 100644 --- a/man3/round.3 +++ b/man3/round.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ROUND 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ROUND 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME round, roundf, roundl \- round to nearest integer, away from zero .SH LIBRARY diff --git a/man3/rpc.3 b/man3/rpc.3 index 654d50cc1f..b0cfc52e73 100644 --- a/man3/rpc.3 +++ b/man3/rpc.3 @@ -8,7 +8,7 @@ .\" .\" 2007-12-30, mtk, Convert function prototypes to modern C syntax .\" -.TH RPC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RPC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rpc \- library routines for remote procedure calls .SH LIBRARY diff --git a/man3/rpmatch.3 b/man3/rpmatch.3 index fd7b889f93..96a4c28bed 100644 --- a/man3/rpmatch.3 +++ b/man3/rpmatch.3 @@ -26,7 +26,7 @@ .\" .\" 2006-05-19, mtk, various edits and example program .\" -.TH RPMATCH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RPMATCH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rpmatch \- determine if the answer to a question is affirmative or negative .SH LIBRARY diff --git a/man3/rtime.3 b/man3/rtime.3 index 1d9b3e591f..5de2ec8257 100644 --- a/man3/rtime.3 +++ b/man3/rtime.3 @@ -7,7 +7,7 @@ .\" .\" Slightly polished, aeb, 2003-04-06 .\" -.TH RTIME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RTIME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rtime \- get time from a remote machine .SH LIBRARY diff --git a/man3/rtnetlink.3 b/man3/rtnetlink.3 index 3ad1b72003..71da914f4d 100644 --- a/man3/rtnetlink.3 +++ b/man3/rtnetlink.3 @@ -9,7 +9,7 @@ .\" .\" $Id: rtnetlink.3,v 1.2 1999/05/18 10:35:10 freitag Exp $ .\" -.TH RTNETLINK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RTNETLINK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rtnetlink \- macros to manipulate rtnetlink messages .SH LIBRARY diff --git a/man3/scalb.3 b/man3/scalb.3 index eaa905431c..c60f4fa7d5 100644 --- a/man3/scalb.3 +++ b/man3/scalb.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SCALB 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCALB 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME scalb, scalbf, scalbl \- multiply floating-point number by integral power of radix (OBSOLETE) diff --git a/man3/scalbln.3 b/man3/scalbln.3 index 7e917c5d2b..4b0c80fb60 100644 --- a/man3/scalbln.3 +++ b/man3/scalbln.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SCALBLN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCALBLN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME scalbn, scalbnf, scalbnl, scalbln, scalblnf, scalblnl \- multiply floating-point number by integral power of radix diff --git a/man3/scandir.3 b/man3/scandir.3 index 48855ed82b..0807b8cb2d 100644 --- a/man3/scandir.3 +++ b/man3/scandir.3 @@ -20,7 +20,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH SCANDIR 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCANDIR 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME scandir, scandirat, alphasort, versionsort \- scan a directory for matching entries diff --git a/man3/scanf.3 b/man3/scanf.3 index 781e4c7afc..e3915a7be2 100644 --- a/man3/scanf.3 +++ b/man3/scanf.3 @@ -21,7 +21,7 @@ .\" Add ERRORS section. .\" Document the 'a' and 'm' modifiers for dynamic string allocation. .\" -.TH SCANF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCANF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME scanf, fscanf, sscanf, vscanf, vsscanf, vfscanf \- input format conversion .SH LIBRARY diff --git a/man3/sched_getcpu.3 b/man3/sched_getcpu.3 index a28e9669f9..9e4fa906fc 100644 --- a/man3/sched_getcpu.3 +++ b/man3/sched_getcpu.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SCHED_GETCPU 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCHED_GETCPU 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sched_getcpu \- determine CPU on which the calling thread is running .SH LIBRARY diff --git a/man3/seekdir.3 b/man3/seekdir.3 index c3304bc98a..c05af82b13 100644 --- a/man3/seekdir.3 +++ b/man3/seekdir.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Sat Jul 24 18:25:21 1993 by Rik Faith (faith@cs.unc.edu) .\" -.TH SEEKDIR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEEKDIR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME seekdir \- set the position of the next readdir() call in the directory stream. diff --git a/man3/sem_close.3 b/man3/sem_close.3 index 6ce5570249..6677809b5b 100644 --- a/man3/sem_close.3 +++ b/man3/sem_close.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SEM_CLOSE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEM_CLOSE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sem_close \- close a named semaphore .SH LIBRARY diff --git a/man3/sem_destroy.3 b/man3/sem_destroy.3 index e5810ac83b..b376dd8e84 100644 --- a/man3/sem_destroy.3 +++ b/man3/sem_destroy.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SEM_DESTROY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEM_DESTROY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sem_destroy \- destroy an unnamed semaphore .SH LIBRARY diff --git a/man3/sem_getvalue.3 b/man3/sem_getvalue.3 index 63042e602c..2351a5d242 100644 --- a/man3/sem_getvalue.3 +++ b/man3/sem_getvalue.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SEM_GETVALUE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEM_GETVALUE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sem_getvalue \- get the value of a semaphore .SH LIBRARY diff --git a/man3/sem_init.3 b/man3/sem_init.3 index 28bcd9f22e..9c0779b1fa 100644 --- a/man3/sem_init.3 +++ b/man3/sem_init.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SEM_INIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEM_INIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sem_init \- initialize an unnamed semaphore .SH LIBRARY diff --git a/man3/sem_open.3 b/man3/sem_open.3 index b86b633109..6c56a54bf0 100644 --- a/man3/sem_open.3 +++ b/man3/sem_open.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SEM_OPEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEM_OPEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sem_open \- initialize and open a named semaphore .SH LIBRARY diff --git a/man3/sem_post.3 b/man3/sem_post.3 index e78d9cc8b0..d64e9b43ae 100644 --- a/man3/sem_post.3 +++ b/man3/sem_post.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SEM_POST 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEM_POST 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sem_post \- unlock a semaphore .SH LIBRARY diff --git a/man3/sem_unlink.3 b/man3/sem_unlink.3 index e32fd58de9..8516d04067 100644 --- a/man3/sem_unlink.3 +++ b/man3/sem_unlink.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SEM_UNLINK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEM_UNLINK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sem_unlink \- remove a named semaphore .SH LIBRARY diff --git a/man3/sem_wait.3 b/man3/sem_wait.3 index f8d4bcb78e..3cc0ce09fd 100644 --- a/man3/sem_wait.3 +++ b/man3/sem_wait.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SEM_WAIT 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEM_WAIT 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME sem_wait, sem_timedwait, sem_trywait \- lock a semaphore .SH LIBRARY diff --git a/man3/setaliasent.3 b/man3/setaliasent.3 index 5199b62fca..9d3cfb9682 100644 --- a/man3/setaliasent.3 +++ b/man3/setaliasent.3 @@ -4,7 +4,7 @@ .\" .\" Polished a bit, added a little, aeb .\" -.TH SETALIASENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETALIASENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setaliasent, endaliasent, getaliasent, getaliasent_r, getaliasbyname, getaliasbyname_r \- read an alias entry diff --git a/man3/setbuf.3 b/man3/setbuf.3 index 02b6561dc1..4a62952d78 100644 --- a/man3/setbuf.3 +++ b/man3/setbuf.3 @@ -17,7 +17,7 @@ .\" Correction, 2000-03-03, Andreas Jaeger .\" Added return value for setvbuf, aeb, .\" -.TH SETBUF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETBUF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setbuf, setbuffer, setlinebuf, setvbuf \- stream buffering operations .SH LIBRARY diff --git a/man3/setenv.3 b/man3/setenv.3 index 19359ff856..0be21b524b 100644 --- a/man3/setenv.3 +++ b/man3/setenv.3 @@ -14,7 +14,7 @@ .\" Noted nonstandard behavior of setenv() if name contains '=' .\" 2005-08-12, mtk, glibc 2.3.4 fixed the "name contains '='" bug .\" -.TH SETENV 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETENV 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setenv \- change or add an environment variable .SH LIBRARY diff --git a/man3/setjmp.3 b/man3/setjmp.3 index f8b858be71..d11c7db6fb 100644 --- a/man3/setjmp.3 +++ b/man3/setjmp.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH SETJMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETJMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setjmp, sigsetjmp, longjmp, siglongjmp \- performing a nonlocal goto .SH LIBRARY diff --git a/man3/setlocale.3 b/man3/setlocale.3 index 2d0424a373..8129edbbdb 100644 --- a/man3/setlocale.3 +++ b/man3/setlocale.3 @@ -9,7 +9,7 @@ .\" Modified Tue Aug 24 17:11:01 1999 by Andries Brouwer (aeb@cwi.nl) .\" Modified Tue Feb 6 03:31:55 2001 by Andries Brouwer (aeb@cwi.nl) .\" -.TH SETLOCALE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETLOCALE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setlocale \- set the current locale .SH LIBRARY diff --git a/man3/setlogmask.3 b/man3/setlogmask.3 index 77c66ba179..530dc563d2 100644 --- a/man3/setlogmask.3 +++ b/man3/setlogmask.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SETLOGMASK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETLOGMASK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setlogmask \- set log priority mask .SH LIBRARY diff --git a/man3/setnetgrent.3 b/man3/setnetgrent.3 index d88ebe4e91..3625adf147 100644 --- a/man3/setnetgrent.3 +++ b/man3/setnetgrent.3 @@ -5,7 +5,7 @@ .\" based on glibc infopages .\" polished - aeb .\" -.TH SETNETGRENT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SETNETGRENT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME setnetgrent, endnetgrent, getnetgrent, getnetgrent_r, innetgr \- handle network group entries diff --git a/man3/shm_open.3 b/man3/shm_open.3 index 005ad21090..c82b152be1 100644 --- a/man3/shm_open.3 +++ b/man3/shm_open.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SHM_OPEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SHM_OPEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME shm_open, shm_unlink \- create/open or unlink POSIX shared memory objects .SH LIBRARY diff --git a/man3/siginterrupt.3 b/man3/siginterrupt.3 index c72d279838..ecf749ef0d 100644 --- a/man3/siginterrupt.3 +++ b/man3/siginterrupt.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Sun Jul 25 10:40:51 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Apr 14 16:20:34 1996 by Andries Brouwer (aeb@cwi.nl) -.TH SIGINTERRUPT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGINTERRUPT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME siginterrupt \- allow signals to interrupt system calls .SH LIBRARY diff --git a/man3/signbit.3 b/man3/signbit.3 index 628da8a532..05285e37a9 100644 --- a/man3/signbit.3 +++ b/man3/signbit.3 @@ -6,7 +6,7 @@ .\" .\" Based on glibc infopages, copyright Free Software Foundation .\" -.TH SIGNBIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGNBIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME signbit \- test sign of a real floating-point number .SH LIBRARY diff --git a/man3/significand.3 b/man3/significand.3 index 25c55259b6..0cdc04ca00 100644 --- a/man3/significand.3 +++ b/man3/significand.3 @@ -4,7 +4,7 @@ .\" .\" heavily based on glibc infopages, copyright Free Software Foundation .\" -.TH SIGNIFICAND 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGNIFICAND 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME significand, significandf, significandl \- get mantissa of floating-point number diff --git a/man3/sigpause.3 b/man3/sigpause.3 index 742565f48f..26e09cd75d 100644 --- a/man3/sigpause.3 +++ b/man3/sigpause.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SIGPAUSE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGPAUSE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigpause \- atomically release blocked signals and wait for interrupt .SH LIBRARY diff --git a/man3/sigqueue.3 b/man3/sigqueue.3 index cd07a85939..84297ddf1d 100644 --- a/man3/sigqueue.3 +++ b/man3/sigqueue.3 @@ -5,7 +5,7 @@ .\" added note on self-signaling, aeb, 2002-06-07 .\" added note on CAP_KILL, mtk, 2004-06-16 .\" -.TH SIGQUEUE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGQUEUE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigqueue \- queue a signal and data to a process .SH LIBRARY diff --git a/man3/sigset.3 b/man3/sigset.3 index 4ce27d84eb..0530179ca8 100644 --- a/man3/sigset.3 +++ b/man3/sigset.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SIGSET 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGSET 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigset, sighold, sigrelse, sigignore \- System V signal API .SH LIBRARY diff --git a/man3/sigsetops.3 b/man3/sigsetops.3 index a7456f84a1..e5a4fc3cdb 100644 --- a/man3/sigsetops.3 +++ b/man3/sigsetops.3 @@ -8,7 +8,7 @@ .\" 2007-10-26 mdw added wording that a sigset_t must be initialized .\" prior to use .\" -.TH SIGSETOPS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGSETOPS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigemptyset, sigfillset, sigaddset, sigdelset, sigismember \- POSIX signal set operations diff --git a/man3/sigvec.3 b/man3/sigvec.3 index 6511bbafe1..6f69523c1f 100644 --- a/man3/sigvec.3 +++ b/man3/sigvec.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SIGVEC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGVEC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigvec, sigblock, sigsetmask, siggetmask, sigmask \- BSD signal API .SH LIBRARY diff --git a/man3/sigwait.3 b/man3/sigwait.3 index 2f91f9a35e..e7f93a040d 100644 --- a/man3/sigwait.3 +++ b/man3/sigwait.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SIGWAIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGWAIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigwait \- wait for a signal .SH LIBRARY diff --git a/man3/sin.3 b/man3/sin.3 index 92f7124b64..de7b2cec06 100644 --- a/man3/sin.3 +++ b/man3/sin.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH SIN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sin, sinf, sinl \- sine function .SH LIBRARY diff --git a/man3/sincos.3 b/man3/sincos.3 index d4983f6679..eda3dcb38c 100644 --- a/man3/sincos.3 +++ b/man3/sincos.3 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH SINCOS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SINCOS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sincos, sincosf, sincosl \- calculate sin and cos simultaneously .SH LIBRARY diff --git a/man3/sinh.3 b/man3/sinh.3 index 225c315041..8dbf11169e 100644 --- a/man3/sinh.3 +++ b/man3/sinh.3 @@ -13,7 +13,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH SINH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SINH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sinh, sinhf, sinhl \- hyperbolic sine function .SH LIBRARY diff --git a/man3/sleep.3 b/man3/sleep.3 index 697363129f..cb61d08d28 100644 --- a/man3/sleep.3 +++ b/man3/sleep.3 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" Modified Sat Jul 24 18:16:02 1993 by Rik Faith (faith@cs.unc.edu) -.TH SLEEP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SLEEP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sleep \- sleep for a specified number of seconds .SH LIBRARY diff --git a/man3/slist.3 b/man3/slist.3 index 47c9a9b4fa..7ca588919a 100644 --- a/man3/slist.3 +++ b/man3/slist.3 @@ -5,7 +5,7 @@ .\" SPDX-License-Identifier: BSD-3-Clause .\" .\" -.TH SLIST 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SLIST 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME SLIST_EMPTY, SLIST_ENTRY, diff --git a/man3/sockatmark.3 b/man3/sockatmark.3 index abb6b6d7ed..ed75eb2489 100644 --- a/man3/sockatmark.3 +++ b/man3/sockatmark.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SOCKATMARK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SOCKATMARK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sockatmark \- determine whether socket is at out-of-band mark .SH LIBRARY diff --git a/man3/sqrt.3 b/man3/sqrt.3 index 784f02550d..26f62e9195 100644 --- a/man3/sqrt.3 +++ b/man3/sqrt.3 @@ -11,7 +11,7 @@ .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) -.TH SQRT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SQRT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sqrt, sqrtf, sqrtl \- square root function .SH LIBRARY diff --git a/man3/stailq.3 b/man3/stailq.3 index 0d091871e1..bfce876721 100644 --- a/man3/stailq.3 +++ b/man3/stailq.3 @@ -5,7 +5,7 @@ .\" SPDX-License-Identifier: BSD-3-Clause .\" .\" -.TH STAILQ 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STAILQ 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME .\"SIMPLEQ_CONCAT, SIMPLEQ_EMPTY, diff --git a/man3/statvfs.3 b/man3/statvfs.3 index e694952ba8..3c3bb2b006 100644 --- a/man3/statvfs.3 +++ b/man3/statvfs.3 @@ -7,7 +7,7 @@ .\" .\" Modified 2004-06-23 by Michael Kerrisk .\" -.TH STATVFS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STATVFS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME statvfs, fstatvfs \- get filesystem statistics .SH LIBRARY diff --git a/man3/stdarg.3 b/man3/stdarg.3 index c0499bbeee..c7930643a2 100644 --- a/man3/stdarg.3 +++ b/man3/stdarg.3 @@ -12,7 +12,7 @@ .\" Converted for Linux, Mon Nov 29 15:11:11 1993, faith@cs.unc.edu .\" Additions, 2001-10-14, aeb .\" -.TH STDARG 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STDARG 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME stdarg, va_start, va_arg, va_end, va_copy \- variable argument lists .SH LIBRARY diff --git a/man3/stdin.3 b/man3/stdin.3 index 20d0e6c49c..aeeed24ed6 100644 --- a/man3/stdin.3 +++ b/man3/stdin.3 @@ -10,7 +10,7 @@ .\" 2005-06-16 mtk, mentioned freopen() .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH STDIN 3 2017-09-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STDIN 3 2017-09-15 "Linux man-pages (unreleased)" .SH NAME stdin, stdout, stderr \- standard I/O streams .SH LIBRARY diff --git a/man3/stdio.3 b/man3/stdio.3 index f840208ae9..3192a5271d 100644 --- a/man3/stdio.3 +++ b/man3/stdio.3 @@ -8,7 +8,7 @@ .\" Converted for Linux, Mon Nov 29 16:07:22 1993, faith@cs.unc.edu .\" Modified, 2001-12-26, aeb .\" -.TH STDIO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STDIO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME stdio \- standard input/output library functions .SH LIBRARY diff --git a/man3/stdio_ext.3 b/man3/stdio_ext.3 index 364641c872..d166a93224 100644 --- a/man3/stdio_ext.3 +++ b/man3/stdio_ext.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH STDIO_EXT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STDIO_EXT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME __fbufsize, __flbf, __fpending, __fpurge, __freadable, __freading, __fsetlocking, __fwritable, __fwriting, _flushlbf \- diff --git a/man3/stpcpy.3 b/man3/stpcpy.3 index 1b35106697..1efa79133a 100644 --- a/man3/stpcpy.3 +++ b/man3/stpcpy.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH STPCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STPCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME stpcpy \- copy a string returning a pointer to its end .SH LIBRARY diff --git a/man3/stpncpy.3 b/man3/stpncpy.3 index dee9fb31c2..c057845ac3 100644 --- a/man3/stpncpy.3 +++ b/man3/stpncpy.3 @@ -6,7 +6,7 @@ .\" GNU glibc-2 source code and manual .\" .\" Corrected, aeb, 990824 -.TH STPNCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STPNCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME stpncpy \- copy a fixed-size string, returning a pointer to its end .SH LIBRARY diff --git a/man3/strcasecmp.3 b/man3/strcasecmp.3 index 29da600e8e..58a22349e1 100644 --- a/man3/strcasecmp.3 +++ b/man3/strcasecmp.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:12:45 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRCASECMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRCASECMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strcasecmp, strncasecmp \- compare two strings ignoring case .SH LIBRARY diff --git a/man3/strcat.3 b/man3/strcat.3 index e266f851f8..5738bb9be9 100644 --- a/man3/strcat.3 +++ b/man3/strcat.3 @@ -9,7 +9,7 @@ .\" Modified Sat Jul 24 18:11:47 1993 by Rik Faith (faith@cs.unc.edu) .\" 2007-06-15, Marc Boyer + mtk .\" Improve discussion of strncat(). -.TH STRCAT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRCAT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strcat, strncat \- concatenate two strings .SH LIBRARY diff --git a/man3/strchr.3 b/man3/strchr.3 index 8d861daa13..1a7315bc5c 100644 --- a/man3/strchr.3 +++ b/man3/strchr.3 @@ -10,7 +10,7 @@ .\" 2006-05-19, Justin Pryzby .\" Document strchrnul(3). .\" -.TH STRCHR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRCHR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strchr, strrchr, strchrnul \- locate character in string .SH LIBRARY diff --git a/man3/strcmp.3 b/man3/strcmp.3 index 051374bd8d..933011b9cb 100644 --- a/man3/strcmp.3 +++ b/man3/strcmp.3 @@ -10,7 +10,7 @@ .\" Modified Sat Jul 24 18:08:52 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 2001-08-31, aeb .\" -.TH STRCMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRCMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strcmp, strncmp \- compare two strings .SH LIBRARY diff --git a/man3/strcoll.3 b/man3/strcoll.3 index afc8388395..497987b88b 100644 --- a/man3/strcoll.3 +++ b/man3/strcoll.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sun Jul 25 10:40:44 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRCOLL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRCOLL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strcoll \- compare two strings using the current locale .SH LIBRARY diff --git a/man3/strcpy.3 b/man3/strcpy.3 index 5479133578..461b811a56 100644 --- a/man3/strcpy.3 +++ b/man3/strcpy.3 @@ -12,7 +12,7 @@ .\" 2007-06-15, Marc Boyer + mtk .\" Improve discussion of strncpy(). .\" -.TH STRCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strcpy, strncpy \- copy a string .SH LIBRARY diff --git a/man3/strdup.3 b/man3/strdup.3 index ada04133d7..7d15245b4f 100644 --- a/man3/strdup.3 +++ b/man3/strdup.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Sun Jul 25 10:41:34 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Wed Oct 17 01:12:26 2001 by John Levon -.TH STRDUP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRDUP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strdup, strndup, strdupa, strndupa \- duplicate a string .SH LIBRARY diff --git a/man3/strerror.3 b/man3/strerror.3 index 997fa17d00..8857ddb4ef 100644 --- a/man3/strerror.3 +++ b/man3/strerror.3 @@ -16,7 +16,7 @@ .\" 2005-12-13, mtk, Substantial rewrite of strerror_r() description .\" Addition of extra material on portability and standards. .\" -.TH STRERROR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRERROR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strerror, strerrorname_np, strerrordesc_np, strerror_r, strerror_l \- return string describing error number diff --git a/man3/strfmon.3 b/man3/strfmon.3 index 42e01b134f..40342a9005 100644 --- a/man3/strfmon.3 +++ b/man3/strfmon.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH STRFMON 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRFMON 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strfmon, strfmon_l \- convert monetary value to a string .SH LIBRARY diff --git a/man3/strfromd.3 b/man3/strfromd.3 index 4722edd860..a936489a1f 100644 --- a/man3/strfromd.3 +++ b/man3/strfromd.3 @@ -9,7 +9,7 @@ .\" ISO/IEC TS 18661-1 technical specification. .\" snprintf and other man.3 pages. .\" -.TH STRFROMD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRFROMD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strfromd, strfromf, strfroml \- convert a floating-point value into a string diff --git a/man3/strfry.3 b/man3/strfry.3 index fecff9e119..f1fbd7a122 100644 --- a/man3/strfry.3 +++ b/man3/strfry.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sun Jul 25 10:39:43 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRFRY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRFRY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strfry \- randomize a string .SH LIBRARY diff --git a/man3/strftime.3 b/man3/strftime.3 index 35e5d46cdf..9a10275caa 100644 --- a/man3/strftime.3 +++ b/man3/strftime.3 @@ -14,7 +14,7 @@ .\" 2005-11-22 mtk, added Glibc Notes covering optional 'flag' and .\" 'width' components of conversion specifications. .\" -.TH STRFTIME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRFTIME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strftime \- format date and time .SH LIBRARY diff --git a/man3/string.3 b/man3/string.3 index bbd8787fca..ec5ed0bd9e 100644 --- a/man3/string.3 +++ b/man3/string.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sun Jul 25 10:54:31 1993, Rik Faith (faith@cs.unc.edu) -.TH STRING 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRING 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME stpcpy, strcasecmp, strcat, strchr, strcmp, strcoll, strcpy, strcspn, strdup, strfry, strlen, strncat, strncmp, strncpy, strncasecmp, strpbrk, diff --git a/man3/strlen.3 b/man3/strlen.3 index 6314589f29..06543b7645 100644 --- a/man3/strlen.3 +++ b/man3/strlen.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:02:26 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRLEN 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRLEN 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME strlen \- calculate the length of a string .SH LIBRARY diff --git a/man3/strnlen.3 b/man3/strnlen.3 index e65b79053c..3cf5757358 100644 --- a/man3/strnlen.3 +++ b/man3/strnlen.3 @@ -5,7 +5,7 @@ .\" References consulted: .\" GNU glibc-2 source code and manual .\" -.TH STRNLEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRNLEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strnlen \- determine the length of a fixed-size string .SH LIBRARY diff --git a/man3/strpbrk.3 b/man3/strpbrk.3 index a4aead713d..5323d42c38 100644 --- a/man3/strpbrk.3 +++ b/man3/strpbrk.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:01:24 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRPBRK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRPBRK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strpbrk \- search a string for any of a set of bytes .SH LIBRARY diff --git a/man3/strptime.3 b/man3/strptime.3 index 6342ea83af..e220f21b09 100644 --- a/man3/strptime.3 +++ b/man3/strptime.3 @@ -8,7 +8,7 @@ .\" Modified, aeb, 2001-08-31 .\" Modified, wharms 2001-11-12, remark on white space and example .\" -.TH STRPTIME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRPTIME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strptime \- convert a string representation of time to a time tm structure .SH LIBRARY diff --git a/man3/strsep.3 b/man3/strsep.3 index 497e121bdc..ba863e5eb6 100644 --- a/man3/strsep.3 +++ b/man3/strsep.3 @@ -10,7 +10,7 @@ .\" Modified Mon Jan 20 12:04:18 1997 by Andries Brouwer (aeb@cwi.nl) .\" Modified Tue Jan 23 20:23:07 2001 by Andries Brouwer (aeb@cwi.nl) .\" -.TH STRSEP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRSEP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strsep \- extract token from string .SH LIBRARY diff --git a/man3/strsignal.3 b/man3/strsignal.3 index 35b4cf7098..2086be2735 100644 --- a/man3/strsignal.3 +++ b/man3/strsignal.3 @@ -8,7 +8,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 17:59:03 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRSIGNAL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRSIGNAL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strsignal, sigabbrev_np, sigdescr_np, sys_siglist \- return string describing signal diff --git a/man3/strspn.3 b/man3/strspn.3 index 512c4f8108..8eb2e78857 100644 --- a/man3/strspn.3 +++ b/man3/strspn.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 17:57:50 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRSPN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRSPN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strspn, strcspn \- get length of a prefix substring .SH LIBRARY diff --git a/man3/strstr.3 b/man3/strstr.3 index f38a1417f3..9cebc4a3b1 100644 --- a/man3/strstr.3 +++ b/man3/strstr.3 @@ -10,7 +10,7 @@ .\" Added history, aeb, 980113. .\" 2005-05-05 mtk: added strcasestr() .\" -.TH STRSTR 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRSTR 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME strstr, strcasestr \- locate a substring .SH LIBRARY diff --git a/man3/strtod.3 b/man3/strtod.3 index f0314575da..2eaa9eb4f4 100644 --- a/man3/strtod.3 +++ b/man3/strtod.3 @@ -14,7 +14,7 @@ .\" (michael@cantor.informatik.rwth-aachen.de) .\" Added strof, strtold, aeb, 2001-06-07 .\" -.TH STRTOD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRTOD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strtod, strtof, strtold \- convert ASCII string to floating-point number .SH LIBRARY diff --git a/man3/strtoimax.3 b/man3/strtoimax.3 index 45502af6a1..d9a9eb2ddc 100644 --- a/man3/strtoimax.3 +++ b/man3/strtoimax.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH STRTOIMAX 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRTOIMAX 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strtoimax, strtoumax \- convert string to integer .SH LIBRARY diff --git a/man3/strtok.3 b/man3/strtok.3 index 08cc70de87..8872957d08 100644 --- a/man3/strtok.3 +++ b/man3/strtok.3 @@ -9,7 +9,7 @@ .\" 2005-11-17, mtk: Substantial parts rewritten .\" 2013-05-19, mtk: added much further detail on the operation of strtok() .\" -.TH STRTOK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRTOK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strtok, strtok_r \- extract tokens from strings .SH LIBRARY diff --git a/man3/strtol.3 b/man3/strtol.3 index 8baadf5de0..8152c91e26 100644 --- a/man3/strtol.3 +++ b/man3/strtol.3 @@ -9,7 +9,7 @@ .\" 386BSD man pages .\" Modified Sun Jul 25 10:53:39 1993 by Rik Faith (faith@cs.unc.edu) .\" Added correction due to nsd@bbc.com (Nick Duffek) - aeb, 950610 -.TH STRTOL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRTOL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strtol, strtoll, strtoq \- convert a string to a long integer .SH LIBRARY diff --git a/man3/strtoul.3 b/man3/strtoul.3 index eb52fba940..c62ab767fc 100644 --- a/man3/strtoul.3 +++ b/man3/strtoul.3 @@ -10,7 +10,7 @@ .\" Fixed typo, aeb, 950823 .\" 2002-02-22, joey, mihtjel: Added strtoull() .\" -.TH STRTOUL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRTOUL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strtoul, strtoull, strtouq \- convert a string to an unsigned long integer .SH LIBRARY diff --git a/man3/strverscmp.3 b/man3/strverscmp.3 index c06a560bb5..c5bb2825a0 100644 --- a/man3/strverscmp.3 +++ b/man3/strverscmp.3 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH STRVERSCMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRVERSCMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strverscmp \- compare two version strings .SH LIBRARY diff --git a/man3/strxfrm.3 b/man3/strxfrm.3 index b9295cd4f6..909aed1df9 100644 --- a/man3/strxfrm.3 +++ b/man3/strxfrm.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sun Jul 25 10:41:28 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRXFRM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STRXFRM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME strxfrm \- string transformation .SH LIBRARY diff --git a/man3/swab.3 b/man3/swab.3 index 196149f051..334d731abf 100644 --- a/man3/swab.3 +++ b/man3/swab.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Sat Jul 24 17:52:15 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 2001-12-15, aeb -.TH SWAB 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SWAB 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME swab \- swap adjacent bytes .SH LIBRARY diff --git a/man3/sysconf.3 b/man3/sysconf.3 index d448e0acec..985755e977 100644 --- a/man3/sysconf.3 +++ b/man3/sysconf.3 @@ -4,7 +4,7 @@ .\" .\" Modified Sat Jul 24 17:51:42 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Tue Aug 17 11:42:20 1999 by Ariel Scolnicov (ariels@compugen.co.il) -.TH SYSCONF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSCONF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sysconf \- get configuration information at run time .SH LIBRARY diff --git a/man3/syslog.3 b/man3/syslog.3 index 74b420caf7..81082075a6 100644 --- a/man3/syslog.3 +++ b/man3/syslog.3 @@ -14,7 +14,7 @@ .\" Modified 13 Dec 2001, Martin Schulze .\" Modified 3 Jan 2002, Michael Kerrisk .\" -.TH SYSLOG 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSLOG 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME closelog, openlog, syslog, vsyslog \- send messages to the system logger .SH LIBRARY diff --git a/man3/system.3 b/man3/system.3 index b3d1d5523d..b28cf7716f 100644 --- a/man3/system.3 +++ b/man3/system.3 @@ -8,7 +8,7 @@ .\" Modified 14 May 2001, 23 Sep 2001 by aeb .\" 2004-12-20, mtk .\" -.TH SYSTEM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSTEM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME system \- execute a shell command .SH LIBRARY diff --git a/man3/sysv_signal.3 b/man3/sysv_signal.3 index 61bc2a2303..1faff92ab2 100644 --- a/man3/sysv_signal.3 +++ b/man3/sysv_signal.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SYSV_SIGNAL 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSV_SIGNAL 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sysv_signal \- signal handling with System V semantics .SH LIBRARY diff --git a/man3/tailq.3 b/man3/tailq.3 index b03e752374..f96fe6e887 100644 --- a/man3/tailq.3 +++ b/man3/tailq.3 @@ -5,7 +5,7 @@ .\" SPDX-License-Identifier: BSD-3-Clause .\" .\" -.TH TAILQ 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TAILQ 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME TAILQ_CONCAT, TAILQ_EMPTY, diff --git a/man3/tan.3 b/man3/tan.3 index 554bb1f736..b35cf5ff9c 100644 --- a/man3/tan.3 +++ b/man3/tan.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH TAN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TAN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tan, tanf, tanl \- tangent function .SH LIBRARY diff --git a/man3/tanh.3 b/man3/tanh.3 index 7e5e7ed8ed..9a436b560f 100644 --- a/man3/tanh.3 +++ b/man3/tanh.3 @@ -12,7 +12,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH TANH 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TANH 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tanh, tanhf, tanhl \- hyperbolic tangent function .SH LIBRARY diff --git a/man3/tcgetpgrp.3 b/man3/tcgetpgrp.3 index 4091355777..eb9cb4d54e 100644 --- a/man3/tcgetpgrp.3 +++ b/man3/tcgetpgrp.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TCGETPGRP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TCGETPGRP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tcgetpgrp, tcsetpgrp \- get and set terminal foreground process group .SH LIBRARY diff --git a/man3/tcgetsid.3 b/man3/tcgetsid.3 index 075e1b8f7c..e1b8a60731 100644 --- a/man3/tcgetsid.3 +++ b/man3/tcgetsid.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TCGETSID 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TCGETSID 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tcgetsid \- get session ID .SH LIBRARY diff --git a/man3/telldir.3 b/man3/telldir.3 index d78931a22c..7c2d2d5b0c 100644 --- a/man3/telldir.3 +++ b/man3/telldir.3 @@ -7,7 +7,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 17:48:42 1993 by Rik Faith (faith@cs.unc.edu) -.TH TELLDIR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TELLDIR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME telldir \- return current location in directory stream .SH LIBRARY diff --git a/man3/tempnam.3 b/man3/tempnam.3 index 74ea017629..faeb5ca090 100644 --- a/man3/tempnam.3 +++ b/man3/tempnam.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TEMPNAM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TEMPNAM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tempnam \- create a name for a temporary file .SH LIBRARY diff --git a/man3/termios.3 b/man3/termios.3 index aa7799a285..5d6370d94c 100644 --- a/man3/termios.3 +++ b/man3/termios.3 @@ -18,7 +18,7 @@ .\" Enhanced the discussion of "raw" mode for cfmakeraw(). .\" Document CMSPAR. .\" -.TH TERMIOS 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TERMIOS 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME termios, tcgetattr, tcsetattr, tcsendbreak, tcdrain, tcflush, tcflow, cfmakeraw, cfgetospeed, cfgetispeed, cfsetispeed, cfsetospeed, cfsetspeed \- diff --git a/man3/tgamma.3 b/man3/tgamma.3 index 1c4bff2b64..3803e1c3e8 100644 --- a/man3/tgamma.3 +++ b/man3/tgamma.3 @@ -8,7 +8,7 @@ .\" Modified 2004-11-15, fixed error noted by Fabian Kreutz .\" .\" -.TH TGAMMA 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TGAMMA 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tgamma, tgammaf, tgammal \- true gamma function .SH LIBRARY diff --git a/man3/timegm.3 b/man3/timegm.3 index 93c57b2066..d8dd7f4da1 100644 --- a/man3/timegm.3 +++ b/man3/timegm.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TIMEGM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIMEGM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME timegm, timelocal \- inverses of gmtime and localtime .SH LIBRARY diff --git a/man3/timeradd.3 b/man3/timeradd.3 index 86288083f2..9487031c50 100644 --- a/man3/timeradd.3 +++ b/man3/timeradd.3 @@ -4,7 +4,7 @@ .\" .\" 2007-07-31, mtk, Created .\" -.TH TIMERADD 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIMERADD 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME timeradd, timersub, timercmp, timerclear, timerisset \- timeval operations .SH LIBRARY diff --git a/man3/tmpfile.3 b/man3/tmpfile.3 index 62a613f65b..6c94a338af 100644 --- a/man3/tmpfile.3 +++ b/man3/tmpfile.3 @@ -8,7 +8,7 @@ .\" 386BSD man pages .\" Modified Sat Jul 24 17:46:57 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 2001-11-17, aeb -.TH TMPFILE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TMPFILE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tmpfile \- create a temporary file .SH LIBRARY diff --git a/man3/tmpnam.3 b/man3/tmpnam.3 index 16250b5729..dc2012e5d9 100644 --- a/man3/tmpnam.3 +++ b/man3/tmpnam.3 @@ -4,7 +4,7 @@ .\" .\" 2003-11-15, aeb, added tmpnam_r .\" -.TH TMPNAM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TMPNAM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tmpnam, tmpnam_r \- create a name for a temporary file .SH LIBRARY diff --git a/man3/toascii.3 b/man3/toascii.3 index 9fb6809b8c..e95364109d 100644 --- a/man3/toascii.3 +++ b/man3/toascii.3 @@ -4,7 +4,7 @@ .\" .\" Added BUGS section, aeb, 950919 .\" -.TH TOASCII 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TOASCII 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME toascii \- convert character to ASCII .SH LIBRARY diff --git a/man3/toupper.3 b/man3/toupper.3 index d432ea1102..f982dfcfd9 100644 --- a/man3/toupper.3 +++ b/man3/toupper.3 @@ -5,7 +5,7 @@ .\" .\" Modified Sat Jul 24 17:45:39 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified 2000-02-13 by Nicolás Lichtmaier -.TH TOUPPER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TOUPPER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME toupper, tolower, toupper_l, tolower_l \- convert uppercase or lowercase .SH LIBRARY diff --git a/man3/towctrans.3 b/man3/towctrans.3 index 34dcbc0c3a..ea6ee5a608 100644 --- a/man3/towctrans.3 +++ b/man3/towctrans.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH TOWCTRANS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TOWCTRANS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME towctrans \- wide-character transliteration .SH LIBRARY diff --git a/man3/towlower.3 b/man3/towlower.3 index c43196fa3a..e01d02bdd2 100644 --- a/man3/towlower.3 +++ b/man3/towlower.3 @@ -9,7 +9,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH TOWLOWER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TOWLOWER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME towlower, towlower_l \- convert a wide character to lowercase .SH LIBRARY diff --git a/man3/towupper.3 b/man3/towupper.3 index d5bc6b6633..3fe1a57df0 100644 --- a/man3/towupper.3 +++ b/man3/towupper.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH TOWUPPER 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TOWUPPER 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME towupper, towupper_l \- convert a wide character to uppercase .SH LIBRARY diff --git a/man3/trunc.3 b/man3/trunc.3 index 47ea3d146e..12d4ab2a66 100644 --- a/man3/trunc.3 +++ b/man3/trunc.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TRUNC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TRUNC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME trunc, truncf, truncl \- round to integer, toward zero .SH LIBRARY diff --git a/man3/tsearch.3 b/man3/tsearch.3 index 850a857e92..1e177a6a9b 100644 --- a/man3/tsearch.3 +++ b/man3/tsearch.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TSEARCH 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TSEARCH 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME tsearch, tfind, tdelete, twalk, twalk_r, tdestroy \- manage a binary search tree .SH LIBRARY diff --git a/man3/ttyname.3 b/man3/ttyname.3 index 6295cbb0c6..39d2533567 100644 --- a/man3/ttyname.3 +++ b/man3/ttyname.3 @@ -5,7 +5,7 @@ .\" Modified 2001-12-13, Martin Schulze .\" Added ttyname_r, aeb, 2002-07-20 .\" -.TH TTYNAME 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TTYNAME 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ttyname, ttyname_r \- return name of a terminal .SH LIBRARY diff --git a/man3/ttyslot.3 b/man3/ttyslot.3 index 92e57c5197..d7226e6670 100644 --- a/man3/ttyslot.3 +++ b/man3/ttyslot.3 @@ -5,7 +5,7 @@ .\" This replaces an earlier man page written by Walter Harms .\" . .\" -.TH TTYSLOT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TTYSLOT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ttyslot \- find the slot of the current user's terminal in some file .SH LIBRARY diff --git a/man3/tzset.3 b/man3/tzset.3 index 8324042e11..c81f24a0f3 100644 --- a/man3/tzset.3 +++ b/man3/tzset.3 @@ -10,7 +10,7 @@ .\" Modified 2001-11-13, aeb .\" Modified 2004-12-01 mtk and Martin Schulze .\" -.TH TZSET 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TZSET 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tzset, tzname, timezone, daylight \- initialize time conversion information .SH LIBRARY diff --git a/man3/ualarm.3 b/man3/ualarm.3 index 9c996e5646..749822b7d4 100644 --- a/man3/ualarm.3 +++ b/man3/ualarm.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH UALARM 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UALARM 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ualarm \- schedule signal after given number of microseconds .SH LIBRARY diff --git a/man3/ulimit.3 b/man3/ulimit.3 index 897063d69f..349e5d6b52 100644 --- a/man3/ulimit.3 +++ b/man3/ulimit.3 @@ -4,7 +4,7 @@ .\" .\" Moved to man3, aeb, 980612 .\" -.TH ULIMIT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ULIMIT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ulimit \- get and set user limits .SH LIBRARY diff --git a/man3/undocumented.3 b/man3/undocumented.3 index 454a4d1442..0cd8b5c9fe 100644 --- a/man3/undocumented.3 +++ b/man3/undocumented.3 @@ -7,7 +7,7 @@ .\" 2004-10-31, aeb, changed maintainer address, updated list .\" 2015-04-20, william@tuffbizz.com, updated list .\" -.TH UNDOCUMENTED 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNDOCUMENTED 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME undocumented \- undocumented library functions .SH SYNOPSIS diff --git a/man3/ungetwc.3 b/man3/ungetwc.3 index 49848c9e46..31823cf9cd 100644 --- a/man3/ungetwc.3 +++ b/man3/ungetwc.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH UNGETWC 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNGETWC 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ungetwc \- push back a wide character onto a FILE stream .SH LIBRARY diff --git a/man3/unlocked_stdio.3 b/man3/unlocked_stdio.3 index 210820fcbf..f87b577799 100644 --- a/man3/unlocked_stdio.3 +++ b/man3/unlocked_stdio.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH UNLOCKED_STDIO 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNLOCKED_STDIO 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked \- nonlocking stdio functions diff --git a/man3/unlockpt.3 b/man3/unlockpt.3 index b9e1c289d1..d80bdb3a73 100644 --- a/man3/unlockpt.3 +++ b/man3/unlockpt.3 @@ -2,7 +2,7 @@ .\" This page is in the public domain. - aeb .\" %%%LICENSE_END .\" -.TH UNLOCKPT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNLOCKPT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME unlockpt \- unlock a pseudoterminal master/slave pair .SH LIBRARY diff --git a/man3/updwtmp.3 b/man3/updwtmp.3 index b6722565eb..dcafd9ba07 100644 --- a/man3/updwtmp.3 +++ b/man3/updwtmp.3 @@ -7,7 +7,7 @@ .\" Added -lutil remark, 030718 .\" 2008-07-02, mtk, document updwtmpx() .\" -.TH UPDWTMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UPDWTMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME updwtmp, logwtmp \- append an entry to the wtmp file .SH LIBRARY diff --git a/man3/uselocale.3 b/man3/uselocale.3 index f243917079..6fdaad5ebb 100644 --- a/man3/uselocale.3 +++ b/man3/uselocale.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH USELOCALE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH USELOCALE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME uselocale \- set/get the locale for the calling thread .SH LIBRARY diff --git a/man3/usleep.3 b/man3/usleep.3 index 2af910d266..eac383497a 100644 --- a/man3/usleep.3 +++ b/man3/usleep.3 @@ -10,7 +10,7 @@ .\" Modified 2001-04-01 by aeb .\" Modified 2003-07-23 by aeb .\" -.TH USLEEP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH USLEEP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME usleep \- suspend execution for microsecond intervals .SH LIBRARY diff --git a/man3/wcpcpy.3 b/man3/wcpcpy.3 index daaec4307e..376a5f3e44 100644 --- a/man3/wcpcpy.3 +++ b/man3/wcpcpy.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCPCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCPCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcpcpy \- copy a wide-character string, returning a pointer to its end .SH LIBRARY diff --git a/man3/wcpncpy.3 b/man3/wcpncpy.3 index 2c94b3ab76..5b26a5e37e 100644 --- a/man3/wcpncpy.3 +++ b/man3/wcpncpy.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCPNCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCPNCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcpncpy \- copy a fixed-size string of wide characters, returning a pointer to its end diff --git a/man3/wcrtomb.3 b/man3/wcrtomb.3 index 0d31267154..3729d4da74 100644 --- a/man3/wcrtomb.3 +++ b/man3/wcrtomb.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCRTOMB 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCRTOMB 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcrtomb \- convert a wide character to a multibyte sequence .SH LIBRARY diff --git a/man3/wcscasecmp.3 b/man3/wcscasecmp.3 index 3df6078658..57a0572cc9 100644 --- a/man3/wcscasecmp.3 +++ b/man3/wcscasecmp.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCSCASECMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSCASECMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcscasecmp \- compare two wide-character strings, ignoring case .SH LIBRARY diff --git a/man3/wcscat.3 b/man3/wcscat.3 index af48945ffe..68ac33b601 100644 --- a/man3/wcscat.3 +++ b/man3/wcscat.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSCAT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSCAT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcscat \- concatenate two wide-character strings .SH LIBRARY diff --git a/man3/wcschr.3 b/man3/wcschr.3 index d960e612aa..c43aa0ebf0 100644 --- a/man3/wcschr.3 +++ b/man3/wcschr.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSCHR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSCHR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcschr \- search a wide character in a wide-character string .SH LIBRARY diff --git a/man3/wcscmp.3 b/man3/wcscmp.3 index ed4ca48f2d..ef2f3dc49c 100644 --- a/man3/wcscmp.3 +++ b/man3/wcscmp.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSCMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSCMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcscmp \- compare two wide-character strings .SH LIBRARY diff --git a/man3/wcscpy.3 b/man3/wcscpy.3 index ea15f9a077..e5909cb7a9 100644 --- a/man3/wcscpy.3 +++ b/man3/wcscpy.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcscpy \- copy a wide-character string .SH LIBRARY diff --git a/man3/wcscspn.3 b/man3/wcscspn.3 index 45b8c843ed..aa57abe84d 100644 --- a/man3/wcscspn.3 +++ b/man3/wcscspn.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSCSPN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSCSPN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcscspn \- search a wide-character string for any of a set of wide characters .SH LIBRARY diff --git a/man3/wcsdup.3 b/man3/wcsdup.3 index 8fa61e0536..d5907ff52c 100644 --- a/man3/wcsdup.3 +++ b/man3/wcsdup.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCSDUP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSDUP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsdup \- duplicate a wide-character string .SH LIBRARY diff --git a/man3/wcslen.3 b/man3/wcslen.3 index b9b22053cd..1608cce9e4 100644 --- a/man3/wcslen.3 +++ b/man3/wcslen.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSLEN 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSLEN 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME wcslen \- determine the length of a wide-character string .SH LIBRARY diff --git a/man3/wcsncasecmp.3 b/man3/wcsncasecmp.3 index e469c0e870..f9637388da 100644 --- a/man3/wcsncasecmp.3 +++ b/man3/wcsncasecmp.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCSNCASECMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSNCASECMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsncasecmp \- compare two fixed-size wide-character strings, ignoring case .SH LIBRARY diff --git a/man3/wcsncat.3 b/man3/wcsncat.3 index 6c602c6e80..1eb108f0bf 100644 --- a/man3/wcsncat.3 +++ b/man3/wcsncat.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSNCAT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSNCAT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsncat \- concatenate two wide-character strings .SH LIBRARY diff --git a/man3/wcsncmp.3 b/man3/wcsncmp.3 index 9a19a685a3..cdf824c904 100644 --- a/man3/wcsncmp.3 +++ b/man3/wcsncmp.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSNCMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSNCMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsncmp \- compare two fixed-size wide-character strings .SH LIBRARY diff --git a/man3/wcsncpy.3 b/man3/wcsncpy.3 index a7d8361e4a..12969d43d9 100644 --- a/man3/wcsncpy.3 +++ b/man3/wcsncpy.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSNCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSNCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsncpy \- copy a fixed-size string of wide characters .SH LIBRARY diff --git a/man3/wcsnlen.3 b/man3/wcsnlen.3 index 2716d1cd74..b85e2db4dc 100644 --- a/man3/wcsnlen.3 +++ b/man3/wcsnlen.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCSNLEN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSNLEN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsnlen \- determine the length of a fixed-size wide-character string .SH LIBRARY diff --git a/man3/wcsnrtombs.3 b/man3/wcsnrtombs.3 index 5939d9dd30..ef9aeba4ca 100644 --- a/man3/wcsnrtombs.3 +++ b/man3/wcsnrtombs.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCSNRTOMBS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSNRTOMBS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsnrtombs \- convert a wide-character string to a multibyte string .SH LIBRARY diff --git a/man3/wcspbrk.3 b/man3/wcspbrk.3 index 59e0da981c..1572e37b77 100644 --- a/man3/wcspbrk.3 +++ b/man3/wcspbrk.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSPBRK 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSPBRK 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcspbrk \- search a wide-character string for any of a set of wide characters .SH LIBRARY diff --git a/man3/wcsrchr.3 b/man3/wcsrchr.3 index a9da6e8643..1567bedb9b 100644 --- a/man3/wcsrchr.3 +++ b/man3/wcsrchr.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSRCHR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSRCHR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsrchr \- search a wide character in a wide-character string .SH LIBRARY diff --git a/man3/wcsrtombs.3 b/man3/wcsrtombs.3 index c5895e3939..aed7024b70 100644 --- a/man3/wcsrtombs.3 +++ b/man3/wcsrtombs.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSRTOMBS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSRTOMBS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsrtombs \- convert a wide-character string to a multibyte string .SH LIBRARY diff --git a/man3/wcsspn.3 b/man3/wcsspn.3 index ec1ba4abad..b967c05aac 100644 --- a/man3/wcsspn.3 +++ b/man3/wcsspn.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSSPN 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSSPN 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsspn \- advance in a wide-character string, skipping any of a set of wide characters diff --git a/man3/wcsstr.3 b/man3/wcsstr.3 index 14eba0c395..600ed499c1 100644 --- a/man3/wcsstr.3 +++ b/man3/wcsstr.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSSTR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSSTR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcsstr \- locate a substring in a wide-character string .SH LIBRARY diff --git a/man3/wcstoimax.3 b/man3/wcstoimax.3 index 853ac152b9..f7ee6640a4 100644 --- a/man3/wcstoimax.3 +++ b/man3/wcstoimax.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH WCSTOIMAX 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSTOIMAX 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcstoimax, wcstoumax \- convert wide-character string to integer .SH LIBRARY diff --git a/man3/wcstok.3 b/man3/wcstok.3 index ea2431f831..9aee2cc1be 100644 --- a/man3/wcstok.3 +++ b/man3/wcstok.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSTOK 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSTOK 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME wcstok \- split wide-character string into tokens .SH LIBRARY diff --git a/man3/wcstombs.3 b/man3/wcstombs.3 index 1728b228d4..547381f7ef 100644 --- a/man3/wcstombs.3 +++ b/man3/wcstombs.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCSTOMBS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCSTOMBS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wcstombs \- convert a wide-character string to a multibyte string .SH LIBRARY diff --git a/man3/wcswidth.3 b/man3/wcswidth.3 index 2b5436ac65..db19a6dfcd 100644 --- a/man3/wcswidth.3 +++ b/man3/wcswidth.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCSWIDTH 3 2021-03-22 "Linux "Linux man-pages (unreleased)" (unreleased)" "Linux Programmer's Manual" +.TH WCSWIDTH 3 2021-03-22 "Linux "Linux man-pages (unreleased)" .SH NAME wcswidth \- determine columns needed for a fixed-size wide-character string .SH LIBRARY diff --git a/man3/wctob.3 b/man3/wctob.3 index aa96e29ca3..4493368b00 100644 --- a/man3/wctob.3 +++ b/man3/wctob.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCTOB 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCTOB 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wctob \- try to represent a wide character as a single byte .SH LIBRARY diff --git a/man3/wctomb.3 b/man3/wctomb.3 index 6e7df6691b..fd20bc67f5 100644 --- a/man3/wctomb.3 +++ b/man3/wctomb.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCTOMB 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCTOMB 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wctomb \- convert a wide character to a multibyte sequence .SH LIBRARY diff --git a/man3/wctrans.3 b/man3/wctrans.3 index 3edf278a38..2008e7aa98 100644 --- a/man3/wctrans.3 +++ b/man3/wctrans.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCTRANS 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCTRANS 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wctrans \- wide-character translation mapping .SH LIBRARY diff --git a/man3/wctype.3 b/man3/wctype.3 index b6f8d21455..71a9ee90e6 100644 --- a/man3/wctype.3 +++ b/man3/wctype.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WCTYPE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WCTYPE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wctype \- wide-character classification .SH LIBRARY diff --git a/man3/wcwidth.3 b/man3/wcwidth.3 index 58fe533683..65530a1392 100644 --- a/man3/wcwidth.3 +++ b/man3/wcwidth.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WCWIDTH 3 2021-03-22 "Linux "Linux man-pages (unreleased)" (unreleased)" "Linux Programmer's Manual" +.TH WCWIDTH 3 2021-03-22 "Linux "Linux man-pages (unreleased)" .SH NAME wcwidth \- determine columns needed for a wide character .SH LIBRARY diff --git a/man3/wmemchr.3 b/man3/wmemchr.3 index b0148f122e..16a03d869a 100644 --- a/man3/wmemchr.3 +++ b/man3/wmemchr.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WMEMCHR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WMEMCHR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wmemchr \- search a wide character in a wide-character array .SH LIBRARY diff --git a/man3/wmemcmp.3 b/man3/wmemcmp.3 index db8b79b519..af432f79c0 100644 --- a/man3/wmemcmp.3 +++ b/man3/wmemcmp.3 @@ -7,7 +7,7 @@ .\" Dinkumware C library reference http://www.dinkumware.com/ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" -.TH WMEMCMP 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WMEMCMP 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wmemcmp \- compare two arrays of wide-characters .SH LIBRARY diff --git a/man3/wmemcpy.3 b/man3/wmemcpy.3 index e5c8714ffb..0b2fd6a672 100644 --- a/man3/wmemcpy.3 +++ b/man3/wmemcpy.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WMEMCPY 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WMEMCPY 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wmemcpy \- copy an array of wide-characters .SH LIBRARY diff --git a/man3/wmemmove.3 b/man3/wmemmove.3 index 53b39961dc..010dde6aaf 100644 --- a/man3/wmemmove.3 +++ b/man3/wmemmove.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WMEMMOVE 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WMEMMOVE 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wmemmove \- copy an array of wide-characters .SH LIBRARY diff --git a/man3/wmemset.3 b/man3/wmemset.3 index c6ac4ea502..526028913e 100644 --- a/man3/wmemset.3 +++ b/man3/wmemset.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WMEMSET 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WMEMSET 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wmemset \- fill an array of wide-characters with a constant wide character .SH LIBRARY diff --git a/man3/wordexp.3 b/man3/wordexp.3 index 5314f89947..57f1794f33 100644 --- a/man3/wordexp.3 +++ b/man3/wordexp.3 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH WORDEXP 3 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WORDEXP 3 2021-08-27 "Linux man-pages (unreleased)" .SH NAME wordexp, wordfree \- perform word expansion like a posix-shell .SH LIBRARY diff --git a/man3/wprintf.3 b/man3/wprintf.3 index 4ef0a087f1..40bf78c575 100644 --- a/man3/wprintf.3 +++ b/man3/wprintf.3 @@ -8,7 +8,7 @@ .\" OpenGroup's Single UNIX specification http://www.UNIX-systems.org/online.html .\" ISO/IEC 9899:1999 .\" -.TH WPRINTF 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WPRINTF 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wprintf, fwprintf, swprintf, vwprintf, vfwprintf, vswprintf \- formatted wide-character output conversion diff --git a/man3/xcrypt.3 b/man3/xcrypt.3 index 0cd1db14a5..8e10bb90e7 100644 --- a/man3/xcrypt.3 +++ b/man3/xcrypt.3 @@ -8,7 +8,7 @@ .\" 3. xencrypt() a hexstring .\" to bad to be true :( .\" -.TH XCRYPT 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH XCRYPT 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME xencrypt, xdecrypt, passwd2des \- RFS password encryption .SH LIBRARY diff --git a/man3/xdr.3 b/man3/xdr.3 index bc977dcb8d..ff1afae2d1 100644 --- a/man3/xdr.3 +++ b/man3/xdr.3 @@ -8,7 +8,7 @@ .\" .\" 2007-12-30, mtk, Convert function prototypes to modern C syntax .\" -.TH XDR 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH XDR 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME xdr \- library routines for external data representation .SH LIBRARY diff --git a/man3/y0.3 b/man3/y0.3 index 4b021513c9..5b892a423f 100644 --- a/man3/y0.3 +++ b/man3/y0.3 @@ -13,7 +13,7 @@ .\" Modified 2004-11-12 as per suggestion by Fabian Kreutz/AEB .\" 2008-07-24, mtk, created this page, based on material from j0.3. .\" -.TH Y0 3 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH Y0 3 2021-03-22 "Linux man-pages (unreleased)" .SH NAME y0, y0f, y0l, y1, y1f, y1l, yn, ynf, ynl \- Bessel functions of the second kind diff --git a/man3head/sysexits.h.3head b/man3head/sysexits.h.3head index 627132da34..e95d3a7cd8 100644 --- a/man3head/sysexits.h.3head +++ b/man3head/sysexits.h.3head @@ -7,7 +7,7 @@ .\" .\" Rewritten for the Linux man-pages by Alejandro Colomar .\" -.TH sysexits.h 3head 2022-07-29 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH sysexits.h 3head 2022-07-29 "Linux man-pages (unreleased)" .SH NAME sysexits.h \- exit codes for programs .SH LIBRARY diff --git a/man3type/aiocb.3type b/man3type/aiocb.3type index 830430b22b..ae53f2cb23 100644 --- a/man3type/aiocb.3type +++ b/man3type/aiocb.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH AIOCB 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH AIOCB 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME aiocb \- asynchronous I/O control block .SH LIBRARY diff --git a/man3type/blkcnt_t.3type b/man3type/blkcnt_t.3type index b8a5b085ad..8d36cfce34 100644 --- a/man3type/blkcnt_t.3type +++ b/man3type/blkcnt_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH BLKCNT_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BLKCNT_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME blkcnt_t \- file block counts .SH LIBRARY diff --git a/man3type/blksize_t.3type b/man3type/blksize_t.3type index e9a70a66de..a889901b3e 100644 --- a/man3type/blksize_t.3type +++ b/man3type/blksize_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH BLKSIZE_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BLKSIZE_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME blksize_t \- file block sizes .SH LIBRARY diff --git a/man3type/cc_t.3type b/man3type/cc_t.3type index 541186ee51..029cf945cf 100644 --- a/man3type/cc_t.3type +++ b/man3type/cc_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH CC_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CC_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME cc_t \- terminal special characters .SH LIBRARY diff --git a/man3type/clock_t.3type b/man3type/clock_t.3type index 145f514232..74b65dd929 100644 --- a/man3type/clock_t.3type +++ b/man3type/clock_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH CLOCK_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOCK_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME clock_t \- system time .SH LIBRARY diff --git a/man3type/clockid_t.3type b/man3type/clockid_t.3type index 1574d7f29b..8efe41e31a 100644 --- a/man3type/clockid_t.3type +++ b/man3type/clockid_t.3type @@ -1,4 +1,4 @@ -.TH CLOCKID_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CLOCKID_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME clockid_t \- clock ID for the clock and timer functions .SH LIBRARY diff --git a/man3type/dev_t.3type b/man3type/dev_t.3type index 7300fb4fce..2af0ed01d9 100644 --- a/man3type/dev_t.3type +++ b/man3type/dev_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH DEV_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DEV_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME dev_t \- device ID .SH LIBRARY diff --git a/man3type/div_t.3type b/man3type/div_t.3type index 716cdc9c28..0034312b39 100644 --- a/man3type/div_t.3type +++ b/man3type/div_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH DIV_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DIV_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME div_t, ldiv_t, lldiv_t, imaxdiv_t \- quotient and remainder of an integer division diff --git a/man3type/double_t.3type b/man3type/double_t.3type index 7ad482968d..b406a32b8e 100644 --- a/man3type/double_t.3type +++ b/man3type/double_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH DOUBLE_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DOUBLE_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME float_t, double_t \- most efficient floating types .SH LIBRARY diff --git a/man3type/epoll_event.3type b/man3type/epoll_event.3type index 2983c1ffb4..761dce591f 100644 --- a/man3type/epoll_event.3type +++ b/man3type/epoll_event.3type @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH EPOLL_EVENT 3type 2022-06-19 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EPOLL_EVENT 3type 2022-06-19 "Linux man-pages (unreleased)" .SH NAME epoll_event, epoll_data, epoll_data_t \- epoll event diff --git a/man3type/fenv_t.3type b/man3type/fenv_t.3type index 8441d8cb43..d88e313d67 100644 --- a/man3type/fenv_t.3type +++ b/man3type/fenv_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH FENV_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FENV_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME fenv_t, fexcept_t \- floating-point environment .SH LIBRARY diff --git a/man3type/id_t.3type b/man3type/id_t.3type index 8eee12446b..4e18475c80 100644 --- a/man3type/id_t.3type +++ b/man3type/id_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH ID_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ID_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME pid_t, uid_t, gid_t, id_t \- process/user/group identifier .SH LIBRARY diff --git a/man3type/intN_t.3type b/man3type/intN_t.3type index 12c6c5cdc2..da336bcb63 100644 --- a/man3type/intN_t.3type +++ b/man3type/intN_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH INTN_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INTN_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME intN_t, int8_t, int16_t, int32_t, int64_t, uintN_t, uint8_t, uint16_t, uint32_t, uint64_t diff --git a/man3type/intmax_t.3type b/man3type/intmax_t.3type index 1214b8fa2f..d9949421a9 100644 --- a/man3type/intmax_t.3type +++ b/man3type/intmax_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH INTMAX_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INTMAX_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME intmax_t, uintmax_t \- greatest-width basic integer types .SH LIBRARY diff --git a/man3type/intptr_t.3type b/man3type/intptr_t.3type index ec529495ea..113ffb983e 100644 --- a/man3type/intptr_t.3type +++ b/man3type/intptr_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH INTPTR_T 3type 2022-02-25 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INTPTR_T 3type 2022-02-25 "Linux man-pages (unreleased)" .SH NAME intptr_t, uintptr_t \- integer types wide enough to hold pointers .SH LIBRARY diff --git a/man3type/iovec.3type b/man3type/iovec.3type index 340fda29db..c29f280345 100644 --- a/man3type/iovec.3type +++ b/man3type/iovec.3type @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH IOVEC 3type 2022-06-17 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IOVEC 3type 2022-06-17 "Linux man-pages (unreleased)" .SH NAME iovec \- Vector I/O data structure .SH LIBRARY diff --git a/man3type/itimerspec.3type b/man3type/itimerspec.3type index 1012568afe..be6e388246 100644 --- a/man3type/itimerspec.3type +++ b/man3type/itimerspec.3type @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH itimerspec 3type 2022-08-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH itimerspec 3type 2022-08-01 "Linux man-pages (unreleased)" .SH NAME timespec \- interval for a timer with nanosecond precision .SH LIBRARY diff --git a/man3type/lconv.3type b/man3type/lconv.3type index ddde7d22ae..d85305b9ee 100644 --- a/man3type/lconv.3type +++ b/man3type/lconv.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH LCONV 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LCONV 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME lconv \- numeric formatting information .SH LIBRARY diff --git a/man3type/mode_t.3type b/man3type/mode_t.3type index a879e33976..173caa9852 100644 --- a/man3type/mode_t.3type +++ b/man3type/mode_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH MODE_T 3type 2021-11-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MODE_T 3type 2021-11-02 "Linux man-pages (unreleased)" .SH NAME mode_t \- file attributes .SH LIBRARY diff --git a/man3type/off_t.3type b/man3type/off_t.3type index 9cc6ddd58f..75e8cf9a6b 100644 --- a/man3type/off_t.3type +++ b/man3type/off_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH OFF_T 3type 2022-07-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OFF_T 3type 2022-07-20 "Linux man-pages (unreleased)" .SH NAME off_t, off64_t, loff_t \- file sizes .SH LIBRARY diff --git a/man3type/ptrdiff_t.3type b/man3type/ptrdiff_t.3type index 890e5bad6b..f748e80f63 100644 --- a/man3type/ptrdiff_t.3type +++ b/man3type/ptrdiff_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH PTRDIFF_T 3type 2022-07-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTRDIFF_T 3type 2022-07-20 "Linux man-pages (unreleased)" .SH NAME ptrdiff_t \- count of elements or array index .SH LIBRARY diff --git a/man3type/regex_t.3type b/man3type/regex_t.3type index 610c02b7e0..f7bf4dde90 100644 --- a/man3type/regex_t.3type +++ b/man3type/regex_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH regex_t 3type 2022-07-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH regex_t 3type 2022-07-22 "Linux man-pages (unreleased)" .SH NAME regex_t, regmatch_t, regoff_t \- regular expression matching diff --git a/man3type/size_t.3type b/man3type/size_t.3type index cdda30d245..3e2bb10571 100644 --- a/man3type/size_t.3type +++ b/man3type/size_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH SIZE_T 3type 2022-07-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIZE_T 3type 2022-07-20 "Linux man-pages (unreleased)" .SH NAME size_t, ssize_t \- count of bytes .SH LIBRARY diff --git a/man3type/sockaddr.3type b/man3type/sockaddr.3type index 79251ec699..254ae17078 100644 --- a/man3type/sockaddr.3type +++ b/man3type/sockaddr.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH SOCKADDR 3type 2022-02-24 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SOCKADDR 3type 2022-02-24 "Linux man-pages (unreleased)" .SH NAME sockaddr, sockaddr_storage, sockaddr_in, sockaddr_in6, sockaddr_un, socklen_t, in_addr, in6_addr, in_addr_t, in_port_t, diff --git a/man3type/stat.3type b/man3type/stat.3type index 1d384d9d8e..007ae9486d 100644 --- a/man3type/stat.3type +++ b/man3type/stat.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH stat 3type 2022-07-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH stat 3type 2022-07-22 "Linux man-pages (unreleased)" .SH NAME stat \- file status .SH LIBRARY diff --git a/man3type/time_t.3type b/man3type/time_t.3type index 0a60a6a758..286fe26051 100644 --- a/man3type/time_t.3type +++ b/man3type/time_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH TIME_T 3type 2022-07-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIME_T 3type 2022-07-20 "Linux man-pages (unreleased)" .SH NAME time_t, suseconds_t, useconds_t \- integer time .SH LIBRARY diff --git a/man3type/timer_t.3type b/man3type/timer_t.3type index f087635f04..bbbf896957 100644 --- a/man3type/timer_t.3type +++ b/man3type/timer_t.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH timer_t 3type 2022-07-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH timer_t 3type 2022-07-22 "Linux man-pages (unreleased)" .SH NAME timer_t \- timer ID .SH LIBRARY diff --git a/man3type/timespec.3type b/man3type/timespec.3type index fd69d1ce79..88d54682ec 100644 --- a/man3type/timespec.3type +++ b/man3type/timespec.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH TIMESPEC 3type 2022-07-21 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIMESPEC 3type 2022-07-21 "Linux man-pages (unreleased)" .SH NAME timespec \- time in seconds and nanoseconds .SH LIBRARY diff --git a/man3type/timeval.3type b/man3type/timeval.3type index cb84fc867a..a2cfe5c956 100644 --- a/man3type/timeval.3type +++ b/man3type/timeval.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH TIMEVAL 3type 2022-07-21 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIMEVAL 3type 2022-07-21 "Linux man-pages (unreleased)" .SH NAME timeval \- time in seconds and microseconds .SH LIBRARY diff --git a/man3type/tm.3type b/man3type/tm.3type index a3effccb7a..7f52ebfcb9 100644 --- a/man3type/tm.3type +++ b/man3type/tm.3type @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH TM 3type 2022-06-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TM 3type 2022-06-15 "Linux man-pages (unreleased)" .SH NAME tm \- broken-down time .SH LIBRARY diff --git a/man3type/va_list.3type b/man3type/va_list.3type index 150d275511..c9cbba6fca 100644 --- a/man3type/va_list.3type +++ b/man3type/va_list.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH VA_LIST 3type 2022-07-21 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH VA_LIST 3type 2022-07-21 "Linux man-pages (unreleased)" .SH NAME va_list \- variable argument list .SH LIBRARY diff --git a/man3type/void.3type b/man3type/void.3type index 269b628fce..4f4c74a3bc 100644 --- a/man3type/void.3type +++ b/man3type/void.3type @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH VOID 3type 2022-07-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH VOID 3type 2022-07-20 "Linux man-pages (unreleased)" .SH NAME void \- abstract type .SH SYNOPSIS diff --git a/man4/cciss.4 b/man4/cciss.4 index 28baaffc76..dffc00d258 100644 --- a/man4/cciss.4 +++ b/man4/cciss.4 @@ -5,7 +5,7 @@ .\" .\" shorthand for double quote that works everywhere. .ds q \N'34' -.TH CCISS 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CCISS 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME cciss \- HP Smart Array block driver .SH SYNOPSIS diff --git a/man4/console_codes.4 b/man4/console_codes.4 index 0d1e9d6d8e..c8bbbc12a8 100644 --- a/man4/console_codes.4 +++ b/man4/console_codes.4 @@ -14,7 +14,7 @@ .\" .\" 2006-05-27, Several corrections - Thomas E. Dickey .\" -.TH CONSOLE_CODES 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CONSOLE_CODES 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME console_codes \- Linux console escape and control sequences .SH DESCRIPTION diff --git a/man4/cpuid.4 b/man4/cpuid.4 index dd49a921fa..b5c3008e49 100644 --- a/man4/cpuid.4 +++ b/man4/cpuid.4 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH CPUID 4 2019-08-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CPUID 4 2019-08-02 "Linux man-pages (unreleased)" .SH NAME cpuid \- x86 CPUID access device .SH DESCRIPTION diff --git a/man4/dsp56k.4 b/man4/dsp56k.4 index f749e15fb9..1535e12888 100644 --- a/man4/dsp56k.4 +++ b/man4/dsp56k.4 @@ -4,7 +4,7 @@ .\" .\" Modified, Thu Jan 27 19:16:19 CET 2000, lars@nocrew.org .\" -.TH DSP56K 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DSP56K 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME dsp56k \- DSP56001 interface device .SH SYNOPSIS diff --git a/man4/fd.4 b/man4/fd.4 index a9612fe837..7d25ee3fe1 100644 --- a/man4/fd.4 +++ b/man4/fd.4 @@ -5,7 +5,7 @@ .\" .\" Modified, Sun Feb 26 15:00:02 1995, faith@cs.unc.edu .\" -.TH FD 4 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FD 4 2020-08-13 "Linux man-pages (unreleased)" .SH NAME fd \- floppy disk device .SH CONFIGURATION diff --git a/man4/full.4 b/man4/full.4 index fec3ff2ee5..cc4b0f325f 100644 --- a/man4/full.4 +++ b/man4/full.4 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" correction, aeb, 970825 -.TH FULL 4 2019-03-06 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FULL 4 2019-03-06 "Linux man-pages (unreleased)" .SH NAME full \- always full device .SH CONFIGURATION diff --git a/man4/fuse.4 b/man4/fuse.4 index 24c65de434..219efd535d 100644 --- a/man4/fuse.4 +++ b/man4/fuse.4 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FUSE 4 2018-02-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FUSE 4 2018-02-02 "Linux man-pages (unreleased)" .SH NAME fuse \- Filesystem in Userspace (FUSE) device .SH SYNOPSIS diff --git a/man4/hd.4 b/man4/hd.4 index 4d2a6114ba..0587e096f0 100644 --- a/man4/hd.4 +++ b/man4/hd.4 @@ -7,7 +7,7 @@ .\" Modified Mon Oct 21 21:38:51 1996 by Eric S. Raymond .\" (and some more by aeb) .\" -.TH HD 4 2017-09-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH HD 4 2017-09-15 "Linux man-pages (unreleased)" .SH NAME hd \- MFM/IDE hard disk devices .SH DESCRIPTION diff --git a/man4/hpsa.4 b/man4/hpsa.4 index 5f96b6b9f2..ae2eacebfa 100644 --- a/man4/hpsa.4 +++ b/man4/hpsa.4 @@ -5,7 +5,7 @@ .\" .\" shorthand for double quote that works everywhere. .ds q \N'34' -.TH HPSA 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH HPSA 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME hpsa \- HP Smart Array SCSI driver .SH SYNOPSIS diff --git a/man4/initrd.4 b/man4/initrd.4 index d943c5338b..51f5dfc039 100644 --- a/man4/initrd.4 +++ b/man4/initrd.4 @@ -12,7 +12,7 @@ .\" phone: (302)654-5478 .\" .\" $Id: initrd.4,v 0.9 1997/11/07 05:05:32 kallal Exp kallal $ -.TH INITRD 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INITRD 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME initrd \- boot loader initialized RAM disk .SH CONFIGURATION diff --git a/man4/intro.4 b/man4/intro.4 index eb4cdbad73..220fe378af 100644 --- a/man4/intro.4 +++ b/man4/intro.4 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified Sat Jul 24 16:57:14 1993 by Rik Faith (faith@cs.unc.edu) -.TH INTRO 4 2017-09-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INTRO 4 2017-09-15 "Linux man-pages (unreleased)" .SH NAME intro \- introduction to special files .SH DESCRIPTION diff --git a/man4/lirc.4 b/man4/lirc.4 index d6a1857e41..2a20150987 100644 --- a/man4/lirc.4 +++ b/man4/lirc.4 @@ -2,7 +2,7 @@ .\" Copyright (c) 2018, Sean Young .\" .\" SPDX-License-Identifier: GPL-2.0-or-later -.TH LIRC 4 2019-03-06 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LIRC 4 2019-03-06 "Linux man-pages (unreleased)" .SH NAME lirc \- lirc devices .SH DESCRIPTION diff --git a/man4/loop.4 b/man4/loop.4 index c58b900308..f4d4e7df24 100644 --- a/man4/loop.4 +++ b/man4/loop.4 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH LOOP 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOOP 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME loop, loop-control \- loop devices .SH SYNOPSIS diff --git a/man4/lp.4 b/man4/lp.4 index b559ebfae4..2e66309691 100644 --- a/man4/lp.4 +++ b/man4/lp.4 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified, Sun Feb 26 15:02:58 1995, faith@cs.unc.edu -.TH LP 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LP 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME lp \- line printer devices .SH SYNOPSIS diff --git a/man4/mem.4 b/man4/mem.4 index 70208ce962..9fc2f4608e 100644 --- a/man4/mem.4 +++ b/man4/mem.4 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified Sat Jul 24 16:59:10 1993 by Rik Faith (faith@cs.unc.edu) -.TH MEM 4 2015-01-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MEM 4 2015-01-02 "Linux man-pages (unreleased)" .SH NAME mem, kmem, port \- system memory, kernel memory and system ports .SH DESCRIPTION diff --git a/man4/mouse.4 b/man4/mouse.4 index 413994ff45..4d21a95744 100644 --- a/man4/mouse.4 +++ b/man4/mouse.4 @@ -2,7 +2,7 @@ .\" Updates Nov 1998, Andries Brouwer .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft -.TH MOUSE 4 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MOUSE 4 2020-08-13 "Linux man-pages (unreleased)" .SH NAME mouse \- serial mouse interface .SH CONFIGURATION diff --git a/man4/msr.4 b/man4/msr.4 index 5d01284052..791c2fdeec 100644 --- a/man4/msr.4 +++ b/man4/msr.4 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MSR 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MSR 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME msr \- x86 CPU MSR access device .SH DESCRIPTION diff --git a/man4/null.4 b/man4/null.4 index 0abca8c2cd..0d65f3ee86 100644 --- a/man4/null.4 +++ b/man4/null.4 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified Sat Jul 24 17:00:12 1993 by Rik Faith (faith@cs.unc.edu) -.TH NULL 4 2015-07-23 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NULL 4 2015-07-23 "Linux man-pages (unreleased)" .SH NAME null, zero \- data sink .SH DESCRIPTION diff --git a/man4/pts.4 b/man4/pts.4 index ea4bf07443..5e2941175a 100644 --- a/man4/pts.4 +++ b/man4/pts.4 @@ -5,7 +5,7 @@ .\" Redistribute and revise at will. .\" %%%LICENSE_END .\" -.TH PTS 4 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTS 4 2020-08-13 "Linux man-pages (unreleased)" .SH NAME ptmx, pts \- pseudoterminal master and slave .SH DESCRIPTION diff --git a/man4/ram.4 b/man4/ram.4 index 7fbe224542..218da44237 100644 --- a/man4/ram.4 +++ b/man4/ram.4 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified Sat Jul 24 17:01:11 1993 by Rik Faith (faith@cs.unc.edu) -.TH RAM 4 1992-11-21 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RAM 4 1992-11-21 "Linux man-pages (unreleased)" .SH NAME ram \- ram disk device .SH DESCRIPTION diff --git a/man4/random.4 b/man4/random.4 index 87e47b676b..273bc051de 100644 --- a/man4/random.4 +++ b/man4/random.4 @@ -9,7 +9,7 @@ .\" 2008-06-20, George Spelvin , .\" Matt Mackall .\" -.TH RANDOM 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RANDOM 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME random, urandom \- kernel random number source devices .SH SYNOPSIS diff --git a/man4/rtc.4 b/man4/rtc.4 index d0ac2352a6..fd93c3970d 100644 --- a/man4/rtc.4 +++ b/man4/rtc.4 @@ -8,7 +8,7 @@ .\" 2006-02-08 Various additions by mtk .\" 2006-11-26 cleanup, cover the generic rtc framework; David Brownell .\" -.TH RTC 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RTC 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rtc \- real-time clock .SH SYNOPSIS diff --git a/man4/sd.4 b/man4/sd.4 index bd26b43116..37e404e83b 100644 --- a/man4/sd.4 +++ b/man4/sd.4 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SD 4 2017-09-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SD 4 2017-09-15 "Linux man-pages (unreleased)" .SH NAME sd \- driver for SCSI disk drives .SH SYNOPSIS diff --git a/man4/sk98lin.4 b/man4/sk98lin.4 index f9fe1868dc..13ba558416 100644 --- a/man4/sk98lin.4 +++ b/man4/sk98lin.4 @@ -5,7 +5,7 @@ .\" .\" This manpage can be viewed using `groff -Tascii -man sk98lin.4 | less` .\" -.TH SK98LIN 4 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SK98LIN 4 2020-08-13 "Linux man-pages (unreleased)" .SH NAME sk98lin \- Marvell/SysKonnect Gigabit Ethernet driver v6.21 .SH SYNOPSIS diff --git a/man4/smartpqi.4 b/man4/smartpqi.4 index f8753baaba..391f930baf 100644 --- a/man4/smartpqi.4 +++ b/man4/smartpqi.4 @@ -4,7 +4,7 @@ .\" Written by Kevin Barnett .\" .\" SPDX-License-Identifier: GPL-2.0-only -.TH SMARTPQI 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SMARTPQI 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME smartpqi \- Microsemi Smart Family SCSI driver .SH SYNOPSIS diff --git a/man4/st.4 b/man4/st.4 index 8c4e6257b6..add90feb97 100644 --- a/man4/st.4 +++ b/man4/st.4 @@ -2,7 +2,7 @@ .\" Copyright 1999-2005 Kai Mäkisara (Kai.Makisara@kolumbus.fi) .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft -.TH ST 4 2020-04-11 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ST 4 2020-04-11 "Linux man-pages (unreleased)" .SH NAME st \- SCSI tape device .SH SYNOPSIS diff --git a/man4/tty.4 b/man4/tty.4 index 7f11cbfc3d..f2d21ab74e 100644 --- a/man4/tty.4 +++ b/man4/tty.4 @@ -6,7 +6,7 @@ .\" Modified 1993-07-24 by Rik Faith (faith@cs.unc.edu) .\" Modified 2003-04-07 by Michael Kerrisk .\" -.TH TTY 4 2019-03-06 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TTY 4 2019-03-06 "Linux man-pages (unreleased)" .SH NAME tty \- controlling terminal .SH DESCRIPTION diff --git a/man4/ttyS.4 b/man4/ttyS.4 index 4950ffe088..59e3e24ccd 100644 --- a/man4/ttyS.4 +++ b/man4/ttyS.4 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified Sat Jul 24 17:03:24 1993 by Rik Faith (faith@cs.unc.edu) -.TH TTYS 4 1992-12-19 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TTYS 4 1992-12-19 "Linux man-pages (unreleased)" .SH NAME ttyS \- serial terminal lines .SH DESCRIPTION diff --git a/man4/vcs.4 b/man4/vcs.4 index 99680a7550..ba75a589f2 100644 --- a/man4/vcs.4 +++ b/man4/vcs.4 @@ -7,7 +7,7 @@ .\" 2007-12-17, Samuel Thibault : .\" document the VT_GETHIFONTMASK ioctl .\" " -.TH VCS 4 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH VCS 4 2020-11-01 "Linux man-pages (unreleased)" .SH NAME vcs, vcsa \- virtual console memory .SH DESCRIPTION diff --git a/man4/veth.4 b/man4/veth.4 index 628a3e83c7..6e332c8a35 100644 --- a/man4/veth.4 +++ b/man4/veth.4 @@ -5,7 +5,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" -.TH VETH 4 2021-03-22 "Linux "Linux man-pages (unreleased)" (unreleased)" "Linux Programmer's Manual" +.TH VETH 4 2021-03-22 "Linux "Linux man-pages (unreleased)" .SH NAME veth \- Virtual Ethernet Device .SH DESCRIPTION diff --git a/man4/wavelan.4 b/man4/wavelan.4 index ebcada4e36..af8af80f03 100644 --- a/man4/wavelan.4 +++ b/man4/wavelan.4 @@ -8,7 +8,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH WAVELAN 4 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH WAVELAN 4 2021-03-22 "Linux man-pages (unreleased)" .SH NAME wavelan \- AT&T GIS WaveLAN ISA device driver .SH SYNOPSIS diff --git a/man5/acct.5 b/man5/acct.5 index 6e62769f4d..0b8686b747 100644 --- a/man5/acct.5 +++ b/man5/acct.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ACCT 5 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ACCT 5 2021-03-22 "Linux man-pages (unreleased)" .SH NAME acct \- process accounting file .SH SYNOPSIS diff --git a/man5/charmap.5 b/man5/charmap.5 index 7cef4692df..9ad8fc668c 100644 --- a/man5/charmap.5 +++ b/man5/charmap.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH CHARMAP 5 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CHARMAP 5 2020-06-09 "Linux man-pages (unreleased)" .SH NAME charmap \- character set description file .SH DESCRIPTION diff --git a/man5/core.5 b/man5/core.5 index 4cda4c9ae2..04e34bbf9f 100644 --- a/man5/core.5 +++ b/man5/core.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH CORE 5 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CORE 5 2021-03-22 "Linux man-pages (unreleased)" .SH NAME core \- core dump file .SH DESCRIPTION diff --git a/man5/dir_colors.5 b/man5/dir_colors.5 index 4865277f88..335ca14c75 100644 --- a/man5/dir_colors.5 +++ b/man5/dir_colors.5 @@ -9,7 +9,7 @@ .\" .\" Modified Sat Dec 22 22:25:33 2001 by Martin Schulze .\" -.TH DIR_COLORS 5 2020-08-13 "Linux man-pages (unreleased)" "Linux User Manual" +.TH DIR_COLORS 5 2020-08-13 "Linux man-pages (unreleased)" .SH NAME dir_colors \- configuration file for dircolors(1) .SH DESCRIPTION diff --git a/man5/elf.5 b/man5/elf.5 index 6683291af4..220c0a3a83 100644 --- a/man5/elf.5 +++ b/man5/elf.5 @@ -32,7 +32,7 @@ .\" 2007-10-11, Mike Frysinger , various fixes .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH ELF 5 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ELF 5 2021-03-22 "Linux man-pages (unreleased)" .SH NAME elf \- format of Executable and Linking Format (ELF) files .SH SYNOPSIS diff --git a/man5/filesystems.5 b/man5/filesystems.5 index 80c31e5c2c..0b618a0717 100644 --- a/man5/filesystems.5 +++ b/man5/filesystems.5 @@ -4,7 +4,7 @@ .\" .\" 2007-12-14 mtk Added Reiserfs, XFS, JFS. .\" -.TH FILESYSTEMS 5 2020-12-21 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FILESYSTEMS 5 2020-12-21 "Linux man-pages (unreleased)" .nh .SH NAME filesystems \- Linux filesystem types: ext, ext2, ext3, ext4, hpfs, iso9660, diff --git a/man5/ftpusers.5 b/man5/ftpusers.5 index 1e4421b683..03f108962d 100644 --- a/man5/ftpusers.5 +++ b/man5/ftpusers.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH FTPUSERS 5 2000-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FTPUSERS 5 2000-08-27 "Linux man-pages (unreleased)" .SH NAME ftpusers \- list of users that may not log in via the FTP daemon .SH DESCRIPTION diff --git a/man5/gai.conf.5 b/man5/gai.conf.5 index 07b60c1d60..5c57a5c785 100644 --- a/man5/gai.conf.5 +++ b/man5/gai.conf.5 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-only .\" -.TH GAI.CONF 5 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GAI.CONF 5 2020-06-09 "Linux man-pages (unreleased)" .SH NAME gai.conf \- getaddrinfo(3) configuration file .SH DESCRIPTION diff --git a/man5/group.5 b/man5/group.5 index cfc16cc28c..f133c377cb 100644 --- a/man5/group.5 +++ b/man5/group.5 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified Sat Jul 24 17:06:03 1993 by Rik Faith (faith@cs.unc.edu) -.TH GROUP 5 2020-04-11 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GROUP 5 2020-04-11 "Linux man-pages (unreleased)" .SH NAME group \- user group file .SH DESCRIPTION diff --git a/man5/host.conf.5 b/man5/host.conf.5 index 11baaea7c3..9db4a8f25a 100644 --- a/man5/host.conf.5 +++ b/man5/host.conf.5 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" 2003-08-23 Martin Schulze Updated according to glibc 2.3.2 -.TH HOST.CONF 5 2019-03-06 "Linux man-pages (unreleased)" "Linux System Administration" +.TH HOST.CONF 5 2019-03-06 "Linux man-pages (unreleased)" .SH NAME host.conf \- resolver configuration file .SH DESCRIPTION diff --git a/man5/hosts.5 b/man5/hosts.5 index 635dda7a78..575e94ae21 100644 --- a/man5/hosts.5 +++ b/man5/hosts.5 @@ -5,7 +5,7 @@ .\" Minor polishing, aeb .\" Modified, 2002-06-16, Mike Coleman .\" -.TH HOSTS 5 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH HOSTS 5 2021-03-22 "Linux man-pages (unreleased)" .SH NAME hosts \- static table lookup for hostnames .SH SYNOPSIS diff --git a/man5/hosts.equiv.5 b/man5/hosts.equiv.5 index 69abaa5f39..d4a2adcd5c 100644 --- a/man5/hosts.equiv.5 +++ b/man5/hosts.equiv.5 @@ -1,7 +1,7 @@ .\" Copyright (c) 1995 Peter Tobias .\" .\" SPDX-License-Identifier: GPL-1.0-or-later -.TH HOSTS.EQUIV 5 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH HOSTS.EQUIV 5 2020-06-09 "Linux man-pages (unreleased)" .SH NAME hosts.equiv \- list of hosts and users that are granted "trusted" .B r diff --git a/man5/intro.5 b/man5/intro.5 index fa6eca5499..8ad27567a9 100644 --- a/man5/intro.5 +++ b/man5/intro.5 @@ -5,7 +5,7 @@ .\" .\" Modified Sat Jul 24 17:06:52 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Jan 14 00:34:09 1996 by Andries Brouwer (aeb@cwi.nl) -.TH INTRO 5 2017-03-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INTRO 5 2017-03-13 "Linux man-pages (unreleased)" .SH NAME intro \- introduction to file formats and filesystems .SH DESCRIPTION diff --git a/man5/issue.5 b/man5/issue.5 index 499bc45e6c..8f10c0327e 100644 --- a/man5/issue.5 +++ b/man5/issue.5 @@ -5,7 +5,7 @@ .\" .\" Modified Sun Jul 25 11:06:22 1993 by Rik Faith .\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond -.TH ISSUE 5 1993-07-24 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISSUE 5 1993-07-24 "Linux man-pages (unreleased)" .SH NAME issue \- prelogin message and identification file .SH DESCRIPTION diff --git a/man5/locale.5 b/man5/locale.5 index 128ac9d9dd..4c9c59a1ca 100644 --- a/man5/locale.5 +++ b/man5/locale.5 @@ -7,7 +7,7 @@ .\" 2008-06-17 Petr Baudis .\" LC_TIME: Describe first_weekday and first_workday .\" -.TH LOCALE 5 2021-03-22 "Linux man-pages (unreleased)" "Linux User Manual" +.TH LOCALE 5 2021-03-22 "Linux man-pages (unreleased)" .SH NAME locale \- describes a locale definition file .SH DESCRIPTION diff --git a/man5/motd.5 b/man5/motd.5 index b9dba994f2..44babfbdea 100644 --- a/man5/motd.5 +++ b/man5/motd.5 @@ -5,7 +5,7 @@ .\" .\" Modified Sat Jul 24 17:08:16 1993 by Rik Faith .\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond -.TH MOTD 5 1992-12-29 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MOTD 5 1992-12-29 "Linux man-pages (unreleased)" .SH NAME motd \- message of the day .SH DESCRIPTION diff --git a/man5/networks.5 b/man5/networks.5 index 1ada561318..e1e571aba6 100644 --- a/man5/networks.5 +++ b/man5/networks.5 @@ -4,7 +4,7 @@ .\" .\" 2008-09-04, mtk, taken from Debian downstream, with a few light edits .\" -.TH NETWORKS 5 2008-09-04 "Linux man-pages (unreleased)" "Linux System Administration" +.TH NETWORKS 5 2008-09-04 "Linux man-pages (unreleased)" .SH NAME networks \- network name information .SH DESCRIPTION diff --git a/man5/nologin.5 b/man5/nologin.5 index f605a81086..850cbb8576 100644 --- a/man5/nologin.5 +++ b/man5/nologin.5 @@ -5,7 +5,7 @@ .\" .\" Modified Sun Jul 25 11:06:34 1993 by Rik Faith (faith@cs.unc.edu) .\" Corrected Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond (esr@thyrsus.com) -.TH NOLOGIN 5 2017-09-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NOLOGIN 5 2017-09-15 "Linux man-pages (unreleased)" .SH NAME nologin \- prevent unprivileged users from logging into the system .SH DESCRIPTION diff --git a/man5/nscd.conf.5 b/man5/nscd.conf.5 index fa79386e9a..a958a0df7c 100644 --- a/man5/nscd.conf.5 +++ b/man5/nscd.conf.5 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH NSCD.CONF 5 2020-12-21 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NSCD.CONF 5 2020-12-21 "Linux man-pages (unreleased)" .SH NAME nscd.conf \- name service cache daemon configuration file .SH DESCRIPTION diff --git a/man5/nss.5 b/man5/nss.5 index 552662c9bd..75723c5df9 100644 --- a/man5/nss.5 +++ b/man5/nss.5 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-only .\" -.TH NSS 5 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NSS 5 2020-06-09 "Linux man-pages (unreleased)" .SH NAME nss \- Name Service Switch configuration file .SH DESCRIPTION diff --git a/man5/nsswitch.conf.5 b/man5/nsswitch.conf.5 index 8535969ccc..4abec6b917 100644 --- a/man5/nsswitch.conf.5 +++ b/man5/nsswitch.conf.5 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH NSSWITCH.CONF 5 2017-05-03 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NSSWITCH.CONF 5 2017-05-03 "Linux man-pages (unreleased)" .SH NAME nsswitch.conf \- Name Service Switch configuration file .SH DESCRIPTION diff --git a/man5/passwd.5 b/man5/passwd.5 index b6c950698a..9fcd2fdfc7 100644 --- a/man5/passwd.5 +++ b/man5/passwd.5 @@ -8,7 +8,7 @@ .\" Modified Sun Jun 18 01:53:57 1995 by Andries Brouwer (aeb@cwi.nl) .\" Modified Mon Jan 5 20:24:40 MET 1998 by Michael Haardt .\" (michael@cantor.informatik.rwth-aachen.de) -.TH PASSWD 5 2018-04-30 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PASSWD 5 2018-04-30 "Linux man-pages (unreleased)" .SH NAME passwd \- password file .SH DESCRIPTION diff --git a/man5/proc.5 b/man5/proc.5 index f6362394e0..1fc6cd03df 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -33,7 +33,7 @@ .\" to see what information could be imported from that file .\" into this file. .\" -.TH PROC 5 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PROC 5 2021-08-27 "Linux man-pages (unreleased)" .SH NAME proc \- process information pseudo-filesystem .SH DESCRIPTION diff --git a/man5/protocols.5 b/man5/protocols.5 index 172a5cbff8..e5971ee6b1 100644 --- a/man5/protocols.5 +++ b/man5/protocols.5 @@ -7,7 +7,7 @@ .\" 2002-09-22 Seth W. Klein .\" * protocol numbers are now assigned by the IANA .\" -.TH PROTOCOLS 5 2012-08-05 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PROTOCOLS 5 2012-08-05 "Linux man-pages (unreleased)" .SH NAME protocols \- protocols definition file .SH DESCRIPTION diff --git a/man5/repertoiremap.5 b/man5/repertoiremap.5 index ba20ddaa0a..6391d372ec 100644 --- a/man5/repertoiremap.5 +++ b/man5/repertoiremap.5 @@ -1,6 +1,6 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH REPERTOIREMAP 5 2020-06-09 "Linux man-pages (unreleased)" "Linux User Manual" +.TH REPERTOIREMAP 5 2020-06-09 "Linux man-pages (unreleased)" .SH NAME repertoiremap \- map symbolic character names to Unicode code points .SH DESCRIPTION diff --git a/man5/resolv.conf.5 b/man5/resolv.conf.5 index 2fc304f78a..517cbbeac0 100644 --- a/man5/resolv.conf.5 +++ b/man5/resolv.conf.5 @@ -20,7 +20,7 @@ .\" .\" Added ndots remark by Bernhard R. Link - debian bug #182886 .\" -.TH RESOLV.CONF 5 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RESOLV.CONF 5 2021-03-22 "Linux man-pages (unreleased)" .UC 4 .SH NAME resolv.conf \- resolver configuration file diff --git a/man5/rpc.5 b/man5/rpc.5 index fc04b03de6..c7ac15f879 100644 --- a/man5/rpc.5 +++ b/man5/rpc.5 @@ -5,7 +5,7 @@ .\" %%%LICENSE_END .\" .\" @(#)rpc.5 2.2 88/08/03 4.0 RPCSRC; from 1.4 87/11/27 SMI; -.TH RPC 5 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RPC 5 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rpc \- RPC program number data base .SH SYNOPSIS diff --git a/man5/securetty.5 b/man5/securetty.5 index 843556b1da..69ffb68a90 100644 --- a/man5/securetty.5 +++ b/man5/securetty.5 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified Sun Jul 25 11:06:27 1993 by Rik Faith (faith@cs.unc.edu) -.TH SECURETTY 5 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SECURETTY 5 2020-06-09 "Linux man-pages (unreleased)" .SH NAME securetty \- list of terminals on which root is allowed to login .SH DESCRIPTION diff --git a/man5/services.5 b/man5/services.5 index fc332ffde8..9c1b09b445 100644 --- a/man5/services.5 +++ b/man5/services.5 @@ -11,7 +11,7 @@ .\" Thu Jan 11 12:14:41 1996 Austin Donnelly .\" * Merged two services(5) manpages .\" -.TH SERVICES 5 2020-04-11 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SERVICES 5 2020-04-11 "Linux man-pages (unreleased)" .SH NAME services \- Internet network services list .SH DESCRIPTION diff --git a/man5/shells.5 b/man5/shells.5 index 98ec833823..1c3d4343ba 100644 --- a/man5/shells.5 +++ b/man5/shells.5 @@ -6,7 +6,7 @@ .\" Modified Sat Jul 24 17:11:07 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sun Nov 21 10:49:38 1993 by Michael Haardt .\" Modified Sun Feb 26 15:09:15 1995 by Rik Faith (faith@cs.unc.edu) -.TH SHELLS 5 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SHELLS 5 2020-06-09 "Linux man-pages (unreleased)" .SH NAME shells \- pathnames of valid login shells .SH DESCRIPTION diff --git a/man5/slabinfo.5 b/man5/slabinfo.5 index 15a5247de3..16fd4f834a 100644 --- a/man5/slabinfo.5 +++ b/man5/slabinfo.5 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SLABINFO 5 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SLABINFO 5 2021-03-22 "Linux man-pages (unreleased)" .SH NAME slabinfo \- kernel slab allocator statistics .SH SYNOPSIS diff --git a/man5/sysfs.5 b/man5/sysfs.5 index 55d52deefc..7dbcd6a29f 100644 --- a/man5/sysfs.5 +++ b/man5/sysfs.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SYSFS 5 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSFS 5 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sysfs \- a filesystem for exporting kernel objects .SH DESCRIPTION diff --git a/man5/termcap.5 b/man5/termcap.5 index 8c0fa72efa..9e6effe084 100644 --- a/man5/termcap.5 +++ b/man5/termcap.5 @@ -9,7 +9,7 @@ .\" If mistakes in the capabilities are found, please send a bug report to: .\" michael@moria.de .\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond (esr@thyrsus.com) -.TH TERMCAP 5 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TERMCAP 5 2020-08-13 "Linux man-pages (unreleased)" .SH NAME termcap \- terminal capability database .SH DESCRIPTION diff --git a/man5/tmpfs.5 b/man5/tmpfs.5 index dc51d9b25d..e922741acc 100644 --- a/man5/tmpfs.5 +++ b/man5/tmpfs.5 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH TMPFS 5 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TMPFS 5 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tmpfs \- a virtual memory filesystem .SH DESCRIPTION diff --git a/man5/ttytype.5 b/man5/ttytype.5 index 1d9a5fc507..e6b774c4f1 100644 --- a/man5/ttytype.5 +++ b/man5/ttytype.5 @@ -7,7 +7,7 @@ .\" Modified Thu Oct 19 21:25:21 MET 1995 by Martin Schulze .\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond .\" xk -.TH TTYTYPE 5 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TTYTYPE 5 2020-06-09 "Linux man-pages (unreleased)" .SH NAME ttytype \- terminal device to default terminal type mapping .SH DESCRIPTION diff --git a/man5/utmp.5 b/man5/utmp.5 index 7fdb810e13..af6b7bb076 100644 --- a/man5/utmp.5 +++ b/man5/utmp.5 @@ -8,7 +8,7 @@ .\" Modified 1996-07-20 by Michael Haardt .\" Modified 1997-07-02 by Nicolás Lichtmaier .\" Modified 2004-10-31 by aeb, following Gwenole Beauchesne -.TH UTMP 5 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UTMP 5 2021-03-22 "Linux man-pages (unreleased)" .SH NAME utmp, wtmp \- login records .SH SYNOPSIS diff --git a/man6/intro.6 b/man6/intro.6 index 9e671129b5..2a7846e228 100644 --- a/man6/intro.6 +++ b/man6/intro.6 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: GPL-2.0-or-later .\" .\" Modified Sat Jul 24 17:19:57 1993 by Rik Faith (faith@cs.unc.edu) -.TH INTRO 6 2007-10-23 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INTRO 6 2007-10-23 "Linux man-pages (unreleased)" .SH NAME intro \- introduction to games .SH DESCRIPTION diff --git a/man7/address_families.7 b/man7/address_families.7 index 3d5fbc0df2..4190619e3b 100644 --- a/man7/address_families.7 +++ b/man7/address_families.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH ADDRESS_FAMILIES 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ADDRESS_FAMILIES 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME address_families \- socket address families (domains) .SH SYNOPSIS diff --git a/man7/aio.7 b/man7/aio.7 index 6a279a8133..73ffbc5dd8 100644 --- a/man7/aio.7 +++ b/man7/aio.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH AIO 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH AIO 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME aio \- POSIX asynchronous I/O overview .SH DESCRIPTION diff --git a/man7/armscii-8.7 b/man7/armscii-8.7 index 4107bdd2ac..b1eaed713e 100644 --- a/man7/armscii-8.7 +++ b/man7/armscii-8.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ARMSCII-8 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ARMSCII-8 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME armscii-8 \- Armenian character set encoded in octal, decimal, and hexadecimal diff --git a/man7/arp.7 b/man7/arp.7 index a7e4dd93ed..6612134a57 100644 --- a/man7/arp.7 +++ b/man7/arp.7 @@ -9,7 +9,7 @@ .\" Modified June 1999 Andi Kleen .\" $Id: arp.7,v 1.10 2000/04/27 19:31:38 ak Exp $ .\" -.TH ARP 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ARP 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME arp \- Linux ARP kernel module. .SH DESCRIPTION diff --git a/man7/ascii.7 b/man7/ascii.7 index bc989a6512..beb5f9f6ec 100644 --- a/man7/ascii.7 +++ b/man7/ascii.7 @@ -12,7 +12,7 @@ .\" Modified 1999-08-08 by Michael Haardt (michael@moria.de) .\" Modified 2004-04-01 by aeb .\" -.TH ASCII 7 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ASCII 7 2020-06-09 "Linux man-pages (unreleased)" .SH NAME ascii \- ASCII character set encoded in octal, decimal, and hexadecimal diff --git a/man7/attributes.7 b/man7/attributes.7 index c1a1c2921b..393a3a7116 100644 --- a/man7/attributes.7 +++ b/man7/attributes.7 @@ -2,7 +2,7 @@ .\" Written by Alexandre Oliva .\" .\" SPDX-License-Identifier: GPL-2.0-or-later -.TH ATTRIBUTES 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ATTRIBUTES 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME attributes \- POSIX safety concepts .SH DESCRIPTION diff --git a/man7/boot.7 b/man7/boot.7 index f5b0e5e2ec..965f7a5f10 100644 --- a/man7/boot.7 +++ b/man7/boot.7 @@ -10,7 +10,7 @@ .\" .\" Modified 2004-11-03 patch from Martin Schulze .\" -.TH BOOT 7 2015-03-11 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BOOT 7 2015-03-11 "Linux man-pages (unreleased)" .SH NAME boot \- System bootup process based on UNIX System V Release 4 .SH DESCRIPTION diff --git a/man7/bootparam.7 b/man7/bootparam.7 index c174383fbd..91ee84b313 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -6,7 +6,7 @@ .\" (dated v1.0.1, 15/08/95). .\" Major update, aeb, 970114. .\" -.TH BOOTPARAM 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH BOOTPARAM 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME bootparam \- introduction to boot time parameters of the Linux kernel .SH DESCRIPTION diff --git a/man7/capabilities.7 b/man7/capabilities.7 index 713d3a1e8c..ef56c63f9a 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -25,7 +25,7 @@ .\" other capabilities where the permitted or inheritable bit is set. .\" 2011-09-07, mtk/Serge hallyn: Add CAP_SYSLOG .\" -.TH CAPABILITIES 7 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CAPABILITIES 7 2021-08-27 "Linux man-pages (unreleased)" .SH NAME capabilities \- overview of Linux capabilities .SH DESCRIPTION diff --git a/man7/cgroup_namespaces.7 b/man7/cgroup_namespaces.7 index 0bece531fd..0bd94080bb 100644 --- a/man7/cgroup_namespaces.7 +++ b/man7/cgroup_namespaces.7 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH CGROUP_NAMESPACES 7 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CGROUP_NAMESPACES 7 2020-11-01 "Linux man-pages (unreleased)" .SH NAME cgroup_namespaces \- overview of Linux cgroup namespaces .SH DESCRIPTION diff --git a/man7/cgroups.7 b/man7/cgroups.7 index 07f2d960c8..38b42d897a 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH CGROUPS 7 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CGROUPS 7 2021-08-27 "Linux man-pages (unreleased)" .SH NAME cgroups \- Linux control groups .SH DESCRIPTION diff --git a/man7/charsets.7 b/man7/charsets.7 index 1d69a66415..126dca8aba 100644 --- a/man7/charsets.7 +++ b/man7/charsets.7 @@ -8,7 +8,7 @@ .\" .\" Changes also by David Starner . .\" -.TH CHARSETS 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CHARSETS 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME charsets \- character set standards and internationalization .SH DESCRIPTION diff --git a/man7/complex.7 b/man7/complex.7 index d422cbc8b6..66ea8b7074 100644 --- a/man7/complex.7 +++ b/man7/complex.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-1.0-or-later .\" -.TH COMPLEX 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH COMPLEX 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME complex \- basics of complex mathematics .SH SYNOPSIS diff --git a/man7/cp1251.7 b/man7/cp1251.7 index ca6447b14c..e61699dc5c 100644 --- a/man7/cp1251.7 +++ b/man7/cp1251.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH CP1251 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CP1251 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME cp1251 \- CP\ 1251 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/cp1252.7 b/man7/cp1252.7 index 1e4d852f90..facf1e502e 100644 --- a/man7/cp1252.7 +++ b/man7/cp1252.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH CP1252 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CP1252 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME cp1252 \- CP\ 1252 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/cpuset.7 b/man7/cpuset.7 index 2d73422ebc..db27b40740 100644 --- a/man7/cpuset.7 +++ b/man7/cpuset.7 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-only .\" -.TH CPUSET 7 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CPUSET 7 2020-11-01 "Linux man-pages (unreleased)" .SH NAME cpuset \- confine processes to processor and memory node subsets .SH DESCRIPTION diff --git a/man7/credentials.7 b/man7/credentials.7 index 0da71a568d..589623556f 100644 --- a/man7/credentials.7 +++ b/man7/credentials.7 @@ -4,7 +4,7 @@ .\" .\" 2007-06-13 Creation .\" -.TH CREDENTIALS 7 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH CREDENTIALS 7 2020-11-01 "Linux man-pages (unreleased)" .SH NAME credentials \- process identifiers .SH DESCRIPTION diff --git a/man7/ddp.7 b/man7/ddp.7 index 8c3326ce3d..5679f55583 100644 --- a/man7/ddp.7 +++ b/man7/ddp.7 @@ -9,7 +9,7 @@ .\" .\" $Id: ddp.7,v 1.3 1999/05/13 11:33:22 freitag Exp $ .\" -.TH DDP 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH DDP 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ddp \- Linux AppleTalk protocol implementation .SH SYNOPSIS diff --git a/man7/environ.7 b/man7/environ.7 index 0c0540fbcf..10e35ca4b6 100644 --- a/man7/environ.7 +++ b/man7/environ.7 @@ -12,7 +12,7 @@ .\" Modified Wed Jan 24 06:37:24 2001 by Eric S. Raymond (esr@thyrsus.com) .\" Modified Thu Dec 13 23:53:27 2001 by Martin Schulze .\" -.TH ENVIRON 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ENVIRON 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME environ \- user environment .SH SYNOPSIS diff --git a/man7/epoll.7 b/man7/epoll.7 index df3ff30c8a..d014ac21c0 100644 --- a/man7/epoll.7 +++ b/man7/epoll.7 @@ -4,7 +4,7 @@ .\" .\" Davide Libenzi .\" -.TH EPOLL 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH EPOLL 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME epoll \- I/O event notification facility .SH SYNOPSIS diff --git a/man7/fanotify.7 b/man7/fanotify.7 index 1bb7d274fe..0f9750ab42 100644 --- a/man7/fanotify.7 +++ b/man7/fanotify.7 @@ -2,7 +2,7 @@ .\" and Copyright (C) 2014, Michael Kerrisk .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft -.TH FANOTIFY 7 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FANOTIFY 7 2021-08-27 "Linux man-pages (unreleased)" .SH NAME fanotify \- monitoring filesystem events .SH DESCRIPTION diff --git a/man7/feature_test_macros.7 b/man7/feature_test_macros.7 index 168cc35433..cec8ec7041 100644 --- a/man7/feature_test_macros.7 +++ b/man7/feature_test_macros.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH FEATURE_TEST_MACROS 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FEATURE_TEST_MACROS 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME feature_test_macros \- feature test macros .SH DESCRIPTION diff --git a/man7/fifo.7 b/man7/fifo.7 index a34bab251e..a041a16c89 100644 --- a/man7/fifo.7 +++ b/man7/fifo.7 @@ -9,7 +9,7 @@ .\" .\" 990620 - page created - aeb@cwi.nl .\" -.TH FIFO 7 2017-11-26 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FIFO 7 2017-11-26 "Linux man-pages (unreleased)" .SH NAME fifo \- first-in first-out special file, named pipe .SH DESCRIPTION diff --git a/man7/futex.7 b/man7/futex.7 index 231e7147e3..015933f14f 100644 --- a/man7/futex.7 +++ b/man7/futex.7 @@ -6,7 +6,7 @@ .\" .\" SPDX-License-Identifier: MIT .\" -.TH FUTEX 7 2017-09-15 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH FUTEX 7 2017-09-15 "Linux man-pages (unreleased)" .SH NAME futex \- fast user-space locking .SH SYNOPSIS diff --git a/man7/glob.7 b/man7/glob.7 index 108b1f1057..ccf69ac9b3 100644 --- a/man7/glob.7 +++ b/man7/glob.7 @@ -4,7 +4,7 @@ .\" .\" 2003-08-24 fix for / by John Kristoff + joey .\" -.TH GLOB 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH GLOB 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME glob \- globbing pathnames .SH DESCRIPTION diff --git a/man7/hier.7 b/man7/hier.7 index cb6103cfae..edcf403b20 100644 --- a/man7/hier.7 +++ b/man7/hier.7 @@ -8,7 +8,7 @@ .\" Modified Mon Feb 6 16:41:00 1999 by Nicolás Lichtmaier .\" Modified Tue Feb 8 16:46:45 2000 by Chris Pepper .\" Modified Fri Sep 7 20:32:45 2001 by Tammy Fox -.TH HIER 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH HIER 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME hier \- description of the filesystem hierarchy .SH DESCRIPTION diff --git a/man7/hostname.7 b/man7/hostname.7 index fa9d5d21c7..468fd212f6 100644 --- a/man7/hostname.7 +++ b/man7/hostname.7 @@ -8,7 +8,7 @@ .\" .\" 2008-06-11, mtk, Taken from FreeBSD 6.2 and modified for Linux. .\" -.TH HOSTNAME 7 2019-05-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH HOSTNAME 7 2019-05-09 "Linux man-pages (unreleased)" .SH NAME hostname \- hostname resolution description .SH DESCRIPTION diff --git a/man7/icmp.7 b/man7/icmp.7 index b6532dd074..80779370ec 100644 --- a/man7/icmp.7 +++ b/man7/icmp.7 @@ -9,7 +9,7 @@ .\" .\" $Id: icmp.7,v 1.6 2000/08/14 08:03:45 ak Exp $ .\" -.TH ICMP 7 2017-11-26 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ICMP 7 2017-11-26 "Linux man-pages (unreleased)" .SH NAME icmp \- Linux IPv4 ICMP kernel module. .SH DESCRIPTION diff --git a/man7/inode.7 b/man7/inode.7 index d72668da0f..9b255a8907 100644 --- a/man7/inode.7 +++ b/man7/inode.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH INODE 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INODE 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME inode \- file inode information .SH DESCRIPTION diff --git a/man7/inotify.7 b/man7/inotify.7 index 39cedc1a05..dd6bc37d4c 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH INOTIFY 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INOTIFY 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME inotify \- monitoring filesystem events .SH DESCRIPTION diff --git a/man7/intro.7 b/man7/intro.7 index 70ce0dda08..430cb0b1e7 100644 --- a/man7/intro.7 +++ b/man7/intro.7 @@ -6,7 +6,7 @@ .\" .\" Modified by Thomas Koenig (ig25@rz.uni-karlsruhe.de) 24 Apr 1993 .\" Modified Sat Jul 24 17:28:08 1993 by Rik Faith (faith@cs.unc.edu) -.TH INTRO 7 2007-10-23 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INTRO 7 2007-10-23 "Linux man-pages (unreleased)" .SH NAME intro \- introduction to overview and miscellany section .SH DESCRIPTION diff --git a/man7/ip.7 b/man7/ip.7 index 7fc5f7bead..756f30ec68 100644 --- a/man7/ip.7 +++ b/man7/ip.7 @@ -39,7 +39,7 @@ .\" commit 76e21053b5bf33a07c76f99d27a74238310e3c71 .\" Author: Erich E. Hoover .\" -.TH IP 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IP 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ip \- Linux IPv4 protocol implementation .SH SYNOPSIS diff --git a/man7/ipc_namespaces.7 b/man7/ipc_namespaces.7 index 9bc4b223d8..02b290827f 100644 --- a/man7/ipc_namespaces.7 +++ b/man7/ipc_namespaces.7 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH IPC_NAMESPACES 7 2019-08-02 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IPC_NAMESPACES 7 2019-08-02 "Linux man-pages (unreleased)" .SH NAME ipc_namespaces \- overview of Linux IPC namespaces .SH DESCRIPTION diff --git a/man7/ipv6.7 b/man7/ipv6.7 index efa60dc6ce..a4e741f4bc 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -83,7 +83,7 @@ .\" commit c4062dfc425e94290ac427a98d6b4721dd2bc91f .\" Author: Erich E. Hoover .\" -.TH IPV6 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH IPV6 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ipv6 \- Linux IPv6 protocol implementation .SH SYNOPSIS diff --git a/man7/iso_8859-1.7 b/man7/iso_8859-1.7 index c5f40ddd28..b448e63f8f 100644 --- a/man7/iso_8859-1.7 +++ b/man7/iso_8859-1.7 @@ -4,7 +4,7 @@ .\" .\" Slightly rearranged, aeb, 950713 .\" Updated, dpo, 990531 -.TH ISO_8859-1 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-1 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-1 \- ISO 8859-1 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-10.7 b/man7/iso_8859-10.7 index 137be1ef7b..a8ff3ff0fa 100644 --- a/man7/iso_8859-10.7 +++ b/man7/iso_8859-10.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-10 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-10 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-10 \- ISO 8859-10 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-11.7 b/man7/iso_8859-11.7 index 9c38f7d98c..43467ddf1e 100644 --- a/man7/iso_8859-11.7 +++ b/man7/iso_8859-11.7 @@ -4,7 +4,7 @@ .\" .\"Thanomsub Noppaburana made valuable suggestions. .\" -.TH ISO_8859-11 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-11 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-11 \- ISO 8859-11 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-13.7 b/man7/iso_8859-13.7 index f5ed97aaf5..6cc5f1f606 100644 --- a/man7/iso_8859-13.7 +++ b/man7/iso_8859-13.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-13 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-13 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-13 \- ISO 8859-13 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-14.7 b/man7/iso_8859-14.7 index c5e0f2848f..71beb4ffa3 100644 --- a/man7/iso_8859-14.7 +++ b/man7/iso_8859-14.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-14 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-14 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-14 \- ISO 8859-14 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-15.7 b/man7/iso_8859-15.7 index c5e4e9d470..b8b8661687 100644 --- a/man7/iso_8859-15.7 +++ b/man7/iso_8859-15.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-15 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-15 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-15 \- ISO 8859-15 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-16.7 b/man7/iso_8859-16.7 index 152bb9fda6..50144c98fb 100644 --- a/man7/iso_8859-16.7 +++ b/man7/iso_8859-16.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-16 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-16 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-16 \- ISO 8859-16 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-2.7 b/man7/iso_8859-2.7 index 0a945b81cf..dcd562d154 100644 --- a/man7/iso_8859-2.7 +++ b/man7/iso_8859-2.7 @@ -5,7 +5,7 @@ .\" .\" Slightly rearranged, aeb, 950713 .\" Updated, dpo, 990531 -.TH ISO_8859-2 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-2 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-2 \- ISO 8859-2 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-3.7 b/man7/iso_8859-3.7 index ef34157416..9069930ab5 100644 --- a/man7/iso_8859-3.7 +++ b/man7/iso_8859-3.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-3 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-3 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-3 \- ISO 8859-3 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-4.7 b/man7/iso_8859-4.7 index ff87a00b11..554ac5aa97 100644 --- a/man7/iso_8859-4.7 +++ b/man7/iso_8859-4.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-4 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-4 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-4 \- ISO 8859-4 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-5.7 b/man7/iso_8859-5.7 index dc2f49a780..8ea733c058 100644 --- a/man7/iso_8859-5.7 +++ b/man7/iso_8859-5.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-5 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-5 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-5 \- ISO 8859-5 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-6.7 b/man7/iso_8859-6.7 index b92d3317e6..dae79b8666 100644 --- a/man7/iso_8859-6.7 +++ b/man7/iso_8859-6.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-6 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-6 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-6 \- ISO 8859-6 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-7.7 b/man7/iso_8859-7.7 index ea4fd20bdf..3a71e1963b 100644 --- a/man7/iso_8859-7.7 +++ b/man7/iso_8859-7.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-7 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-7 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-7 \- ISO 8859-7 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-8.7 b/man7/iso_8859-8.7 index b1b91758b6..c4b2d04c79 100644 --- a/man7/iso_8859-8.7 +++ b/man7/iso_8859-8.7 @@ -4,7 +4,7 @@ .\" .\" Eli Zaretskii made valuable suggestions .\" -.TH ISO_8859-8 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-8 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-8 \- ISO 8859-8 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/iso_8859-9.7 b/man7/iso_8859-9.7 index a9f3f12c40..16d35a9625 100644 --- a/man7/iso_8859-9.7 +++ b/man7/iso_8859-9.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ISO_8859-9 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH ISO_8859-9 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME iso_8859-9 \- ISO 8859-9 character set encoded in octal, decimal, and hexadecimal diff --git a/man7/kernel_lockdown.7 b/man7/kernel_lockdown.7 index 5eeef74530..8176ea6eaf 100644 --- a/man7/kernel_lockdown.7 +++ b/man7/kernel_lockdown.7 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH KERNEL_LOCKDOWN 7 2021-06-20 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH KERNEL_LOCKDOWN 7 2021-06-20 "Linux man-pages (unreleased)" .SH NAME kernel_lockdown \- kernel image access prevention feature .SH DESCRIPTION diff --git a/man7/keyrings.7 b/man7/keyrings.7 index 46f23ae3f2..36035a95db 100644 --- a/man7/keyrings.7 +++ b/man7/keyrings.7 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH KEYRINGS 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH KEYRINGS 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME keyrings \- in-kernel key management and retention facility .SH DESCRIPTION diff --git a/man7/koi8-r.7 b/man7/koi8-r.7 index ce7b8e8593..13742b4878 100644 --- a/man7/koi8-r.7 +++ b/man7/koi8-r.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH KOI8-R 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH KOI8-R 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME koi8-r \- Russian character set encoded in octal, decimal, and hexadecimal diff --git a/man7/koi8-u.7 b/man7/koi8-u.7 index fb70375fa4..f6b96dc840 100644 --- a/man7/koi8-u.7 +++ b/man7/koi8-u.7 @@ -4,7 +4,7 @@ .\" .\" 2009-01-15, mtk, Some edits .\" -.TH KOI8-U 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH KOI8-U 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME koi8-u \- Ukrainian character set encoded in octal, decimal, and hexadecimal diff --git a/man7/landlock.7 b/man7/landlock.7 index 2d6e4710e4..7f00467518 100644 --- a/man7/landlock.7 +++ b/man7/landlock.7 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH LANDLOCK 7 2021-06-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LANDLOCK 7 2021-06-27 "Linux man-pages (unreleased)" .SH NAME Landlock \- unprivileged access-control .SH DESCRIPTION diff --git a/man7/libc.7 b/man7/libc.7 index b0d7ce9fb7..ec63ea3d66 100644 --- a/man7/libc.7 +++ b/man7/libc.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH LIBC 7 2016-12-12 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LIBC 7 2016-12-12 "Linux man-pages (unreleased)" .SH NAME libc \- overview of standard C libraries on Linux .SH DESCRIPTION diff --git a/man7/locale.7 b/man7/locale.7 index 17a1d30440..1700769055 100644 --- a/man7/locale.7 +++ b/man7/locale.7 @@ -8,7 +8,7 @@ .\" .\" Modified Thu Apr 25 00:43:19 2002 by Bruno Haible .\" -.TH LOCALE 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LOCALE 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME locale \- description of multilanguage support .SH SYNOPSIS diff --git a/man7/mailaddr.7 b/man7/mailaddr.7 index db4ebc7af5..b5f8e5caba 100644 --- a/man7/mailaddr.7 +++ b/man7/mailaddr.7 @@ -24,7 +24,7 @@ .\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" %%%LICENSE_END .\" -.TH MAILADDR 7 2020-08-13 "Linux man-pages (unreleased)" "Linux User's Manual" +.TH MAILADDR 7 2020-08-13 "Linux man-pages (unreleased)" .UC 5 .SH NAME mailaddr \- mail addressing description diff --git a/man7/man-pages.7 b/man7/man-pages.7 index e7c55d2277..e4d99723fc 100644 --- a/man7/man-pages.7 +++ b/man7/man-pages.7 @@ -7,7 +7,7 @@ .\" 2007-05-30 created by mtk, using text from old man.7 plus .\" rewrites and additional text. .\" -.TH MAN-PAGES 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MAN-PAGES 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME man-pages \- conventions for writing Linux man pages .SH SYNOPSIS diff --git a/man7/man.7 b/man7/man.7 index ef0a117e8b..f2cd1a9d3f 100644 --- a/man7/man.7 +++ b/man7/man.7 @@ -11,7 +11,7 @@ .\" Modified Tue Jul 27 20:12:02 2004 by Colin Watson .\" 2007-05-30, mtk: various rewrites and moved much text to new man-pages.7. .\" -.TH MAN 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MAN 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME man \- macros to format man pages .SH SYNOPSIS diff --git a/man7/math_error.7 b/man7/math_error.7 index 05950d2606..448f9ab7cd 100644 --- a/man7/math_error.7 +++ b/man7/math_error.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MATH_ERROR 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MATH_ERROR 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME math_error \- detecting errors from mathematical functions .SH SYNOPSIS diff --git a/man7/mount_namespaces.7 b/man7/mount_namespaces.7 index 3247b2af84..ccd63adfe8 100644 --- a/man7/mount_namespaces.7 +++ b/man7/mount_namespaces.7 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH MOUNT_NAMESPACES 7 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MOUNT_NAMESPACES 7 2021-08-27 "Linux man-pages (unreleased)" .SH NAME mount_namespaces \- overview of Linux mount namespaces .SH DESCRIPTION diff --git a/man7/mq_overview.7 b/man7/mq_overview.7 index cd25a09957..2f4c4d2a72 100644 --- a/man7/mq_overview.7 +++ b/man7/mq_overview.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH MQ_OVERVIEW 7 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH MQ_OVERVIEW 7 2020-06-09 "Linux man-pages (unreleased)" .SH NAME mq_overview \- overview of POSIX message queues .SH DESCRIPTION diff --git a/man7/namespaces.7 b/man7/namespaces.7 index 6333dfc620..a9ac51c07d 100644 --- a/man7/namespaces.7 +++ b/man7/namespaces.7 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH NAMESPACES 7 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NAMESPACES 7 2021-08-27 "Linux man-pages (unreleased)" .SH NAME namespaces \- overview of Linux namespaces .SH DESCRIPTION diff --git a/man7/netdevice.7 b/man7/netdevice.7 index 7657ebc1da..769fec19be 100644 --- a/man7/netdevice.7 +++ b/man7/netdevice.7 @@ -14,7 +14,7 @@ .\" Modified, 2011-11-02, , added many basic .\" but missing ioctls, such as SIOCGIFADDR. .\" -.TH NETDEVICE 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NETDEVICE 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME netdevice \- low-level access to Linux network devices .SH SYNOPSIS diff --git a/man7/netlink.7 b/man7/netlink.7 index 3c92b26031..667cae0a66 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -5,7 +5,7 @@ .\" Based on the original comments from Alexey Kuznetsov .\" Modified 2005-12-27 by Hasso Tepper .\" $Id: netlink.7,v 1.8 2000/06/22 13:23:00 ak Exp $ -.TH NETLINK 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NETLINK 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME netlink \- communication between kernel and user space (AF_NETLINK) .SH SYNOPSIS diff --git a/man7/network_namespaces.7 b/man7/network_namespaces.7 index fc6bd0fc8e..301a7694ff 100644 --- a/man7/network_namespaces.7 +++ b/man7/network_namespaces.7 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH NETWORK_NAMESPACES 7 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NETWORK_NAMESPACES 7 2020-06-09 "Linux man-pages (unreleased)" .SH NAME network_namespaces \- overview of Linux network namespaces .SH DESCRIPTION diff --git a/man7/nptl.7 b/man7/nptl.7 index 1211914805..6e477b7393 100644 --- a/man7/nptl.7 +++ b/man7/nptl.7 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH NPTL 7 2015-08-08 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NPTL 7 2015-08-08 "Linux man-pages (unreleased)" .SH NAME nptl \- Native POSIX Threads Library .SH DESCRIPTION diff --git a/man7/numa.7 b/man7/numa.7 index d25031d483..da417833e6 100644 --- a/man7/numa.7 +++ b/man7/numa.7 @@ -6,7 +6,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH NUMA 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NUMA 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME numa \- overview of Non-Uniform Memory Architecture .SH DESCRIPTION diff --git a/man7/operator.7 b/man7/operator.7 index 6a0a550794..77ae9c2bfb 100644 --- a/man7/operator.7 +++ b/man7/operator.7 @@ -13,7 +13,7 @@ .\" .\" 2007-12-08, mtk, Converted from mdoc to man macros .\" -.TH OPERATOR 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH OPERATOR 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME operator \- C operator precedence and order of evaluation .SH DESCRIPTION diff --git a/man7/packet.7 b/man7/packet.7 index 29cfb3a868..2f04ab258c 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -9,7 +9,7 @@ .\" .\" $Id: packet.7,v 1.13 2000/08/14 08:03:45 ak Exp $ .\" -.TH PACKET 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PACKET 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME packet \- packet interface on device level .SH SYNOPSIS diff --git a/man7/path_resolution.7 b/man7/path_resolution.7 index 42069bb9cb..d5a72a1156 100644 --- a/man7/path_resolution.7 +++ b/man7/path_resolution.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PATH_RESOLUTION 7 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PATH_RESOLUTION 7 2021-08-27 "Linux man-pages (unreleased)" .SH NAME path_resolution \- how a pathname is resolved to a file .SH DESCRIPTION diff --git a/man7/persistent-keyring.7 b/man7/persistent-keyring.7 index 4a2388b81b..f148b186a9 100644 --- a/man7/persistent-keyring.7 +++ b/man7/persistent-keyring.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH PERSISTENT-KEYRING 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PERSISTENT-KEYRING 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME persistent-keyring \- per-user persistent keyring .SH DESCRIPTION diff --git a/man7/pid_namespaces.7 b/man7/pid_namespaces.7 index d9456a34f6..79b9b52b6e 100644 --- a/man7/pid_namespaces.7 +++ b/man7/pid_namespaces.7 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH PID_NAMESPACES 7 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PID_NAMESPACES 7 2020-11-01 "Linux man-pages (unreleased)" .SH NAME pid_namespaces \- overview of Linux PID namespaces .SH DESCRIPTION diff --git a/man7/pipe.7 b/man7/pipe.7 index 08ea292408..7eb4ccffd6 100644 --- a/man7/pipe.7 +++ b/man7/pipe.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PIPE 7 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PIPE 7 2021-08-27 "Linux man-pages (unreleased)" .SH NAME pipe \- overview of pipes and FIFOs .SH DESCRIPTION diff --git a/man7/pkeys.7 b/man7/pkeys.7 index bc0ab39f9c..1d3006f747 100644 --- a/man7/pkeys.7 +++ b/man7/pkeys.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PKEYS 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PKEYS 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pkeys \- overview of Memory Protection Keys .SH DESCRIPTION diff --git a/man7/posixoptions.7 b/man7/posixoptions.7 index 0eaeff9cb4..a61b1857ba 100644 --- a/man7/posixoptions.7 +++ b/man7/posixoptions.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH POSIXOPTIONS 7 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH POSIXOPTIONS 7 2021-08-27 "Linux man-pages (unreleased)" .SH NAME posixoptions \- optional parts of the POSIX standard .SH DESCRIPTION diff --git a/man7/process-keyring.7 b/man7/process-keyring.7 index 7aa05d4da5..cdd3c17327 100644 --- a/man7/process-keyring.7 +++ b/man7/process-keyring.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH PROCESS-KEYRING 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PROCESS-KEYRING 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME process-keyring \- per-process shared keyring .SH DESCRIPTION diff --git a/man7/pthreads.7 b/man7/pthreads.7 index 26b4bf91ec..74510983a1 100644 --- a/man7/pthreads.7 +++ b/man7/pthreads.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTHREADS 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTHREADS 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME pthreads \- POSIX threads .SH DESCRIPTION diff --git a/man7/pty.7 b/man7/pty.7 index 4c00801e19..5fbc1461fb 100644 --- a/man7/pty.7 +++ b/man7/pty.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH PTY 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH PTY 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME pty \- pseudoterminal interfaces .SH DESCRIPTION diff --git a/man7/queue.7 b/man7/queue.7 index 032e25a7bd..87efb9e0d5 100644 --- a/man7/queue.7 +++ b/man7/queue.7 @@ -5,7 +5,7 @@ .\" SPDX-License-Identifier: BSD-3-Clause .\" .\" -.TH QUEUE 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH QUEUE 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME queue \- implementations of linked lists and queues .SH DESCRIPTION diff --git a/man7/random.7 b/man7/random.7 index 495479fbed..d53478aa92 100644 --- a/man7/random.7 +++ b/man7/random.7 @@ -8,7 +8,7 @@ .\" The following web page is quite informative: .\" http://www.2uo.de/myths-about-urandom/ .\" -.TH RANDOM 7 2017-03-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RANDOM 7 2017-03-13 "Linux man-pages (unreleased)" .SH NAME random \- overview of interfaces for obtaining randomness .SH DESCRIPTION diff --git a/man7/raw.7 b/man7/raw.7 index fcdb35beb9..1bd33f31f7 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -9,7 +9,7 @@ .\" .\" $Id: raw.7,v 1.6 1999/06/05 10:32:08 freitag Exp $ .\" -.TH RAW 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RAW 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME raw \- Linux IPv4 raw sockets .SH SYNOPSIS diff --git a/man7/regex.7 b/man7/regex.7 index 2abdf0ee5f..b32e177b4a 100644 --- a/man7/regex.7 +++ b/man7/regex.7 @@ -34,7 +34,7 @@ .\" .ie t .ds dg \(dg .el .ds dg (!) -.TH REGEX 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH REGEX 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME regex \- POSIX.2 regular expressions .SH DESCRIPTION diff --git a/man7/rtld-audit.7 b/man7/rtld-audit.7 index 3a0435102d..aa0796d7e3 100644 --- a/man7/rtld-audit.7 +++ b/man7/rtld-audit.7 @@ -5,7 +5,7 @@ .\" .\" 2009-01-12, mtk, Created .\" -.TH RTLD-AUDIT 7 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RTLD-AUDIT 7 2020-11-01 "Linux man-pages (unreleased)" .SH NAME rtld-audit \- auditing API for the dynamic linker .SH SYNOPSIS diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index 32897a6fdb..f85d6a683e 100644 --- a/man7/rtnetlink.7 +++ b/man7/rtnetlink.7 @@ -11,7 +11,7 @@ .\" help from Matthew Wilcox. .\" $Id: rtnetlink.7,v 1.8 2000/01/22 01:55:04 freitag Exp $ .\" -.TH RTNETLINK 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH RTNETLINK 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME rtnetlink \- Linux routing socket .SH SYNOPSIS diff --git a/man7/sched.7 b/man7/sched.7 index d473902c80..2592d9d625 100644 --- a/man7/sched.7 +++ b/man7/sched.7 @@ -10,7 +10,7 @@ .\" .\" Worth looking at: http://rt.wiki.kernel.org/index.php .\" -.TH SCHED 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SCHED 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sched \- overview of CPU scheduling .SH DESCRIPTION diff --git a/man7/sem_overview.7 b/man7/sem_overview.7 index 0ff7a27c39..a5894ce450 100644 --- a/man7/sem_overview.7 +++ b/man7/sem_overview.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SEM_OVERVIEW 7 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SEM_OVERVIEW 7 2020-06-09 "Linux man-pages (unreleased)" .SH NAME sem_overview \- overview of POSIX semaphores .SH DESCRIPTION diff --git a/man7/session-keyring.7 b/man7/session-keyring.7 index 4d76098dfe..7ee62cc35f 100644 --- a/man7/session-keyring.7 +++ b/man7/session-keyring.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH SESSION-KEYRING 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SESSION-KEYRING 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME session-keyring \- session shared process keyring .SH DESCRIPTION diff --git a/man7/shm_overview.7 b/man7/shm_overview.7 index 85308b1bdf..158c58842a 100644 --- a/man7/shm_overview.7 +++ b/man7/shm_overview.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SHM_OVERVIEW 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SHM_OVERVIEW 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME shm_overview \- overview of POSIX shared memory .SH DESCRIPTION diff --git a/man7/sigevent.7 b/man7/sigevent.7 index e4eb144a4b..a91c9d171f 100644 --- a/man7/sigevent.7 +++ b/man7/sigevent.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SIGEVENT 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGEVENT 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sigevent \- structure for notification from asynchronous routines .SH SYNOPSIS diff --git a/man7/signal-safety.7 b/man7/signal-safety.7 index cc0fd20ec7..38d8d99abd 100644 --- a/man7/signal-safety.7 +++ b/man7/signal-safety.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SIGNAL-SAFETY 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGNAL-SAFETY 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME signal-safety \- async-signal-safe functions .SH DESCRIPTION diff --git a/man7/signal.7 b/man7/signal.7 index 42f7721f15..1c308b12da 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -22,7 +22,7 @@ .\" Added section on stop/cont signals interrupting syscalls. .\" 2008-10-05, mtk: various additions .\" -.TH SIGNAL 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SIGNAL 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME signal \- overview of signals .SH DESCRIPTION diff --git a/man7/sock_diag.7 b/man7/sock_diag.7 index 266f8cc774..c412d9b108 100644 --- a/man7/sock_diag.7 +++ b/man7/sock_diag.7 @@ -2,7 +2,7 @@ .\" Copyright (c) 2016 Dmitry V. Levin .\" .\" SPDX-License-Identifier: GPL-2.0-or-later -.TH SOCK_DIAG 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SOCK_DIAG 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sock_diag \- obtaining information about sockets .SH SYNOPSIS diff --git a/man7/socket.7 b/man7/socket.7 index 82cbf6c4f3..5ca9174e8b 100644 --- a/man7/socket.7 +++ b/man7/socket.7 @@ -51,7 +51,7 @@ .\" commit ea02f9411d9faa3553ed09ce0ec9f00ceae9885e .\" Author: Michal Sekletar .\" -.TH SOCKET 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SOCKET 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME socket \- Linux socket interface .SH SYNOPSIS diff --git a/man7/spufs.7 b/man7/spufs.7 index 76238d836a..1d4950f508 100644 --- a/man7/spufs.7 +++ b/man7/spufs.7 @@ -10,7 +10,7 @@ .\" 2007-07-10, quite a lot of polishing by mtk .\" 2007-09-28, updates for newer kernels by Jeremy Kerr .\" -.TH SPUFS 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SPUFS 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME spufs \- SPU filesystem .SH DESCRIPTION diff --git a/man7/standards.7 b/man7/standards.7 index f6f2fceb93..77a057c2e9 100644 --- a/man7/standards.7 +++ b/man7/standards.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH STANDARDS 7 2020-11-01 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH STANDARDS 7 2020-11-01 "Linux man-pages (unreleased)" .SH NAME standards \- C and UNIX Standards .SH DESCRIPTION diff --git a/man7/suffixes.7 b/man7/suffixes.7 index af5ad30a68..449eff114b 100644 --- a/man7/suffixes.7 +++ b/man7/suffixes.7 @@ -16,7 +16,7 @@ .\" "nroff" ("man") (or "tbl") needs a long page to avoid warnings .\" from "grotty" (at imagined page breaks). Bug in grotty? .if n .pl 1000v -.TH SUFFIXES 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SUFFIXES 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME suffixes \- list of file suffixes .SH DESCRIPTION diff --git a/man7/symlink.7 b/man7/symlink.7 index 2d04953120..fbdba42165 100644 --- a/man7/symlink.7 +++ b/man7/symlink.7 @@ -10,7 +10,7 @@ .\" 2008-06-11, mtk, Taken from FreeBSD 6.2 and heavily edited for .\" specific Linux details, improved readability, and man-pages style. .\" -.TH SYMLINK 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYMLINK 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME symlink \- symbolic link handling .SH DESCRIPTION diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index 89f8a7baae..044cf7abfc 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH SYSTEM_DATA_TYPES 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SYSTEM_DATA_TYPES 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME system_data_types \- overview of system data types .SH DESCRIPTION diff --git a/man7/sysvipc.7 b/man7/sysvipc.7 index 09f14c1565..f9f1e0cf10 100644 --- a/man7/sysvipc.7 +++ b/man7/sysvipc.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SVIPC 7 2020-04-11 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SVIPC 7 2020-04-11 "Linux man-pages (unreleased)" .SH NAME sysvipc \- System V interprocess communication mechanisms .SH DESCRIPTION diff --git a/man7/tcp.7 b/man7/tcp.7 index 2b05b9287c..82de9a2c7d 100644 --- a/man7/tcp.7 +++ b/man7/tcp.7 @@ -93,7 +93,7 @@ .\" commit cd8ae85299d54155702a56811b2e035e63064d3d .\" Author: Eric Dumazet .\" -.TH TCP 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TCP 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tcp \- TCP protocol .SH SYNOPSIS diff --git a/man7/termio.7 b/man7/termio.7 index e1de73e489..23004f336d 100644 --- a/man7/termio.7 +++ b/man7/termio.7 @@ -4,7 +4,7 @@ .\" .\" 28 Dec 2006 - Initial Creation .\" -.TH TERMIO 7 2017-05-03 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TERMIO 7 2017-05-03 "Linux man-pages (unreleased)" .SH NAME termio \- System V terminal driver interface .SH DESCRIPTION diff --git a/man7/thread-keyring.7 b/man7/thread-keyring.7 index 5913ab1246..3b1f4e62b2 100644 --- a/man7/thread-keyring.7 +++ b/man7/thread-keyring.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH THREAD-KEYRING 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH THREAD-KEYRING 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME thread-keyring \- per-thread keyring .SH DESCRIPTION diff --git a/man7/time.7 b/man7/time.7 index b8d74c0621..5d19297d7f 100644 --- a/man7/time.7 +++ b/man7/time.7 @@ -5,7 +5,7 @@ .\" 2008-06-24, mtk: added some details about where jiffies come into .\" play; added section on high-resolution timers. .\" -.TH TIME 7 2020-04-11 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIME 7 2020-04-11 "Linux man-pages (unreleased)" .SH NAME time \- overview of time and timers .SH DESCRIPTION diff --git a/man7/time_namespaces.7 b/man7/time_namespaces.7 index 896a8d4e99..84bd16e5d3 100644 --- a/man7/time_namespaces.7 +++ b/man7/time_namespaces.7 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH TIME_NAMESPACES 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH TIME_NAMESPACES 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME time_namespaces \- overview of Linux time namespaces .SH DESCRIPTION diff --git a/man7/udp.7 b/man7/udp.7 index 64a25936a5..b85f27ca4f 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -9,7 +9,7 @@ .\" .\" $Id: udp.7,v 1.7 2000/01/22 01:55:05 freitag Exp $ .\" -.TH UDP 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UDP 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME udp \- User Datagram Protocol for IPv4 .SH SYNOPSIS diff --git a/man7/udplite.7 b/man7/udplite.7 index c19fd755bc..e024a40fdc 100644 --- a/man7/udplite.7 +++ b/man7/udplite.7 @@ -4,7 +4,7 @@ .\" .\" $Id: udplite.7,v 1.12 2008/07/23 15:22:22 gerrit Exp gerrit $ .\" -.TH UDPLITE 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UDPLITE 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME udplite \- Lightweight User Datagram Protocol .SH SYNOPSIS diff --git a/man7/unicode.7 b/man7/unicode.7 index 387a3d7c99..9433f5cf04 100644 --- a/man7/unicode.7 +++ b/man7/unicode.7 @@ -7,7 +7,7 @@ .\" 2001-05-11 Markus Kuhn .\" Update .\" -.TH UNICODE 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNICODE 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME unicode \- universal character set .SH DESCRIPTION diff --git a/man7/units.7 b/man7/units.7 index 7bdaa49e67..089786c549 100644 --- a/man7/units.7 +++ b/man7/units.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH UNITS 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNITS 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME units \- decimal and binary prefixes .SH DESCRIPTION diff --git a/man7/unix.7 b/man7/unix.7 index 8bd3f07a87..37f22320f6 100644 --- a/man7/unix.7 +++ b/man7/unix.7 @@ -17,7 +17,7 @@ .\" address that can appear in the sockaddr_un structure: pathname, .\" unnamed, and abstract. .\" -.TH UNIX 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UNIX 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME unix \- sockets for local interprocess communication .SH SYNOPSIS diff --git a/man7/uri.7 b/man7/uri.7 index cd04223651..e1925eed5b 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -25,7 +25,7 @@ .\" Modified Fri Aug 21 23:00:00 1999 by David A. Wheeler (dwheeler@dwheeler.com) .\" Modified Tue Mar 14 2000 by David A. Wheeler (dwheeler@dwheeler.com) .\" -.TH URI 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH URI 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME uri, url, urn \- uniform resource identifier (URI), including a URL or URN .SH SYNOPSIS diff --git a/man7/user-keyring.7 b/man7/user-keyring.7 index 04694e16c0..be7446b084 100644 --- a/man7/user-keyring.7 +++ b/man7/user-keyring.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH USER-KEYRING 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH USER-KEYRING 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME user-keyring \- per-user keyring .SH DESCRIPTION diff --git a/man7/user-session-keyring.7 b/man7/user-session-keyring.7 index 8e0e10d36a..92ffb73483 100644 --- a/man7/user-session-keyring.7 +++ b/man7/user-session-keyring.7 @@ -3,7 +3,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH USER-SESSION-KEYRING 7 2020-08-13 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH USER-SESSION-KEYRING 7 2020-08-13 "Linux man-pages (unreleased)" .SH NAME user-session-keyring \- per-user default session keyring .SH DESCRIPTION diff --git a/man7/user_namespaces.7 b/man7/user_namespaces.7 index 3300988ee5..e4e21cb757 100644 --- a/man7/user_namespaces.7 +++ b/man7/user_namespaces.7 @@ -4,7 +4,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH USER_NAMESPACES 7 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH USER_NAMESPACES 7 2021-08-27 "Linux man-pages (unreleased)" .SH NAME user_namespaces \- overview of Linux user namespaces .SH DESCRIPTION diff --git a/man7/utf-8.7 b/man7/utf-8.7 index 10db0d61a4..9a583fb82d 100644 --- a/man7/utf-8.7 +++ b/man7/utf-8.7 @@ -7,7 +7,7 @@ .\" 2001-05-11 Markus Kuhn .\" Update .\" -.TH UTF-8 7 2019-03-06 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UTF-8 7 2019-03-06 "Linux man-pages (unreleased)" .SH NAME UTF-8 \- an ASCII compatible multibyte Unicode encoding .SH DESCRIPTION diff --git a/man7/uts_namespaces.7 b/man7/uts_namespaces.7 index 582ce50253..6bfae07a59 100644 --- a/man7/uts_namespaces.7 +++ b/man7/uts_namespaces.7 @@ -3,7 +3,7 @@ .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\" -.TH UTS_NAMESPACES 7 2019-11-19 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH UTS_NAMESPACES 7 2019-11-19 "Linux man-pages (unreleased)" .SH NAME uts_namespaces \- overview of Linux UTS namespaces .SH DESCRIPTION diff --git a/man7/vdso.7 b/man7/vdso.7 index 646735fa7c..b65b786753 100644 --- a/man7/vdso.7 +++ b/man7/vdso.7 @@ -10,7 +10,7 @@ .\" http://www.linuxjournal.com/content/creating-vdso-colonels-other-chicken .\" http://www.trilithium.com/johan/2005/08/linux-gate/ .\" -.TH VDSO 7 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH VDSO 7 2021-08-27 "Linux man-pages (unreleased)" .SH NAME vdso \- overview of the virtual ELF dynamic shared object .SH SYNOPSIS diff --git a/man7/vsock.7 b/man7/vsock.7 index 156156e1e6..5e789d7540 100644 --- a/man7/vsock.7 +++ b/man7/vsock.7 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH VSOCK 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH VSOCK 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME vsock \- Linux VSOCK address family .SH SYNOPSIS diff --git a/man7/x25.7 b/man7/x25.7 index 41af5bcb5e..cba05b5c99 100644 --- a/man7/x25.7 +++ b/man7/x25.7 @@ -9,7 +9,7 @@ .\" .\" $Id: x25.7,v 1.4 1999/05/18 10:35:12 freitag Exp $ .\" -.TH X25 7 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH X25 7 2021-03-22 "Linux man-pages (unreleased)" .SH NAME x25 \- ITU-T X.25 / ISO-8208 protocol interface .SH SYNOPSIS diff --git a/man7/xattr.7 b/man7/xattr.7 index 6d5d7e06f4..81ddd2e08e 100644 --- a/man7/xattr.7 +++ b/man7/xattr.7 @@ -6,7 +6,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH XATTR 7 2020-06-09 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH XATTR 7 2020-06-09 "Linux man-pages (unreleased)" .SH NAME xattr \- Extended attributes .SH DESCRIPTION diff --git a/man8/iconvconfig.8 b/man8/iconvconfig.8 index 481f30b8e9..1ed559135e 100644 --- a/man8/iconvconfig.8 +++ b/man8/iconvconfig.8 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: GPL-2.0-or-later .\" -.TH ICONVCONFIG 8 2021-08-27 "Linux man-pages (unreleased)" "Linux System Administration" +.TH ICONVCONFIG 8 2021-08-27 "Linux man-pages (unreleased)" .SH NAME iconvconfig \- create iconv module configuration cache .SH SYNOPSIS diff --git a/man8/intro.8 b/man8/intro.8 index a3a63fc8ff..d73c76e584 100644 --- a/man8/intro.8 +++ b/man8/intro.8 @@ -7,7 +7,7 @@ .\" Modified Sat Jul 24 17:35:48 1993 by Rik Faith (faith@cs.unc.edu) .\" 2007-10-23 mtk: minor rewrites, and added paragraph on exit status .\" -.TH INTRO 8 2007-10-23 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH INTRO 8 2007-10-23 "Linux man-pages (unreleased)" .SH NAME intro \- introduction to administration and privileged commands .SH DESCRIPTION diff --git a/man8/ld.so.8 b/man8/ld.so.8 index f2f2ab779b..644df56fbd 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -4,7 +4,7 @@ .\" Various parts: .\" Copyright (C) 2007-9, 2013, 2016 Michael Kerrisk .\" -.TH LD.SO 8 2021-08-27 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LD.SO 8 2021-08-27 "Linux man-pages (unreleased)" .SH NAME ld.so, ld\-linux.so \- dynamic linker/loader .SH SYNOPSIS diff --git a/man8/ldconfig.8 b/man8/ldconfig.8 index a1e0ea9180..c4da574367 100644 --- a/man8/ldconfig.8 +++ b/man8/ldconfig.8 @@ -5,7 +5,7 @@ .\" .\" Modified, 6 May 2002, Michael Kerrisk, .\" Change listed order of /usr/lib and /lib -.TH LDCONFIG 8 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH LDCONFIG 8 2021-03-22 "Linux man-pages (unreleased)" .SH NAME ldconfig \- configure dynamic linker run-time bindings .SH SYNOPSIS diff --git a/man8/nscd.8 b/man8/nscd.8 index dbb64b82f0..26aaf3eed2 100644 --- a/man8/nscd.8 +++ b/man8/nscd.8 @@ -6,7 +6,7 @@ .\" 2008-12-05 Petr Baudis .\" Rewrite the NOTES section to reflect modern reality .\" -.TH NSCD 8 2015-05-07 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH NSCD 8 2015-05-07 "Linux man-pages (unreleased)" .SH NAME nscd \- name service cache daemon .SH DESCRIPTION diff --git a/man8/sln.8 b/man8/sln.8 index ca1243a658..3992b01aba 100644 --- a/man8/sln.8 +++ b/man8/sln.8 @@ -2,7 +2,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH SLN 8 2021-03-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual" +.TH SLN 8 2021-03-22 "Linux man-pages (unreleased)" .SH NAME sln \- create symbolic links .SH SYNOPSIS diff --git a/man8/tzselect.8 b/man8/tzselect.8 index e42d363278..b625b8277f 100644 --- a/man8/tzselect.8 +++ b/man8/tzselect.8 @@ -2,7 +2,7 @@ .\" This page is in the public domain .\" %%%LICENSE_END .\" -.TH TZSELECT 8 2021-03-22 "Linux man-pages (unreleased)" "Linux System Administration" +.TH TZSELECT 8 2021-03-22 "Linux man-pages (unreleased)" .SH NAME tzselect \- select a timezone .SH SYNOPSIS -- 2.39.5