summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-08-21 14:10:16 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-08-21 14:29:13 +0200
commit45186a5da74285d72199744eb5d2888fe348f680 (patch)
treebf627631cae6d0503fb07259eef19e7436a4eedb
parent7b1586683200b7e8028137ba0cb734129ff7e78d (diff)
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" <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> Cc: Ingo Schwarze <schwarze@openbsd.de> Cc: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man1/getent.12
-rw-r--r--man1/iconv.12
-rw-r--r--man1/intro.12
-rw-r--r--man1/ldd.12
-rw-r--r--man1/locale.12
-rw-r--r--man1/localedef.12
-rw-r--r--man1/memusage.12
-rw-r--r--man1/memusagestat.12
-rw-r--r--man1/mtrace.12
-rw-r--r--man1/pldd.12
-rw-r--r--man1/sprof.12
-rw-r--r--man1/time.12
-rw-r--r--man2/_exit.22
-rw-r--r--man2/_syscall.22
-rw-r--r--man2/accept.22
-rw-r--r--man2/access.22
-rw-r--r--man2/acct.22
-rw-r--r--man2/add_key.22
-rw-r--r--man2/adjtimex.22
-rw-r--r--man2/alarm.22
-rw-r--r--man2/alloc_hugepages.22
-rw-r--r--man2/arch_prctl.22
-rw-r--r--man2/bdflush.22
-rw-r--r--man2/bind.22
-rw-r--r--man2/bpf.22
-rw-r--r--man2/brk.22
-rw-r--r--man2/cacheflush.22
-rw-r--r--man2/capget.22
-rw-r--r--man2/chdir.22
-rw-r--r--man2/chmod.22
-rw-r--r--man2/chown.22
-rw-r--r--man2/chroot.22
-rw-r--r--man2/clock_getres.22
-rw-r--r--man2/clock_nanosleep.22
-rw-r--r--man2/clone.22
-rw-r--r--man2/close.22
-rw-r--r--man2/close_range.22
-rw-r--r--man2/connect.22
-rw-r--r--man2/copy_file_range.22
-rw-r--r--man2/create_module.22
-rw-r--r--man2/delete_module.22
-rw-r--r--man2/dup.22
-rw-r--r--man2/epoll_create.22
-rw-r--r--man2/epoll_ctl.22
-rw-r--r--man2/epoll_wait.22
-rw-r--r--man2/eventfd.22
-rw-r--r--man2/execve.22
-rw-r--r--man2/execveat.22
-rw-r--r--man2/exit_group.22
-rw-r--r--man2/fallocate.22
-rw-r--r--man2/fanotify_init.22
-rw-r--r--man2/fanotify_mark.22
-rw-r--r--man2/fcntl.22
-rw-r--r--man2/flock.22
-rw-r--r--man2/fork.22
-rw-r--r--man2/fsync.22
-rw-r--r--man2/futex.22
-rw-r--r--man2/futimesat.22
-rw-r--r--man2/get_kernel_syms.22
-rw-r--r--man2/get_mempolicy.22
-rw-r--r--man2/get_robust_list.22
-rw-r--r--man2/getcpu.22
-rw-r--r--man2/getdents.22
-rw-r--r--man2/getdomainname.22
-rw-r--r--man2/getgid.22
-rw-r--r--man2/getgroups.22
-rw-r--r--man2/gethostname.22
-rw-r--r--man2/getitimer.22
-rw-r--r--man2/getpagesize.22
-rw-r--r--man2/getpeername.22
-rw-r--r--man2/getpid.22
-rw-r--r--man2/getpriority.22
-rw-r--r--man2/getrandom.22
-rw-r--r--man2/getresuid.22
-rw-r--r--man2/getrlimit.22
-rw-r--r--man2/getrusage.22
-rw-r--r--man2/getsid.22
-rw-r--r--man2/getsockname.22
-rw-r--r--man2/getsockopt.22
-rw-r--r--man2/gettid.22
-rw-r--r--man2/gettimeofday.22
-rw-r--r--man2/getuid.22
-rw-r--r--man2/getunwind.22
-rw-r--r--man2/getxattr.22
-rw-r--r--man2/idle.22
-rw-r--r--man2/init_module.22
-rw-r--r--man2/inotify_add_watch.22
-rw-r--r--man2/inotify_init.22
-rw-r--r--man2/inotify_rm_watch.22
-rw-r--r--man2/intro.22
-rw-r--r--man2/io_cancel.22
-rw-r--r--man2/io_destroy.22
-rw-r--r--man2/io_getevents.22
-rw-r--r--man2/io_setup.22
-rw-r--r--man2/io_submit.22
-rw-r--r--man2/ioctl.22
-rw-r--r--man2/ioctl_console.22
-rw-r--r--man2/ioctl_fat.22
-rw-r--r--man2/ioctl_ficlonerange.22
-rw-r--r--man2/ioctl_fideduperange.22
-rw-r--r--man2/ioctl_fslabel.22
-rw-r--r--man2/ioctl_getfsmap.22
-rw-r--r--man2/ioctl_iflags.22
-rw-r--r--man2/ioctl_ns.22
-rw-r--r--man2/ioctl_tty.22
-rw-r--r--man2/ioctl_userfaultfd.22
-rw-r--r--man2/ioperm.22
-rw-r--r--man2/iopl.22
-rw-r--r--man2/ioprio_set.22
-rw-r--r--man2/ipc.22
-rw-r--r--man2/kcmp.22
-rw-r--r--man2/kexec_load.22
-rw-r--r--man2/keyctl.22
-rw-r--r--man2/kill.22
-rw-r--r--man2/landlock_add_rule.22
-rw-r--r--man2/landlock_create_ruleset.22
-rw-r--r--man2/landlock_restrict_self.22
-rw-r--r--man2/link.22
-rw-r--r--man2/listen.22
-rw-r--r--man2/listxattr.22
-rw-r--r--man2/llseek.22
-rw-r--r--man2/lookup_dcookie.22
-rw-r--r--man2/lseek.22
-rw-r--r--man2/madvise.22
-rw-r--r--man2/mbind.22
-rw-r--r--man2/membarrier.22
-rw-r--r--man2/memfd_create.22
-rw-r--r--man2/memfd_secret.22
-rw-r--r--man2/migrate_pages.22
-rw-r--r--man2/mincore.22
-rw-r--r--man2/mkdir.22
-rw-r--r--man2/mknod.22
-rw-r--r--man2/mlock.22
-rw-r--r--man2/mmap.22
-rw-r--r--man2/mmap2.22
-rw-r--r--man2/modify_ldt.22
-rw-r--r--man2/mount.22
-rw-r--r--man2/mount_setattr.22
-rw-r--r--man2/move_pages.22
-rw-r--r--man2/mprotect.22
-rw-r--r--man2/mq_getsetattr.22
-rw-r--r--man2/mremap.22
-rw-r--r--man2/msgctl.22
-rw-r--r--man2/msgget.22
-rw-r--r--man2/msgop.22
-rw-r--r--man2/msync.22
-rw-r--r--man2/nanosleep.22
-rw-r--r--man2/nfsservctl.22
-rw-r--r--man2/nice.22
-rw-r--r--man2/open.22
-rw-r--r--man2/open_by_handle_at.22
-rw-r--r--man2/openat2.22
-rw-r--r--man2/outb.22
-rw-r--r--man2/pause.22
-rw-r--r--man2/pciconfig_read.22
-rw-r--r--man2/perf_event_open.22
-rw-r--r--man2/perfmonctl.22
-rw-r--r--man2/personality.22
-rw-r--r--man2/pidfd_getfd.22
-rw-r--r--man2/pidfd_open.22
-rw-r--r--man2/pidfd_send_signal.22
-rw-r--r--man2/pipe.22
-rw-r--r--man2/pivot_root.22
-rw-r--r--man2/pkey_alloc.22
-rw-r--r--man2/poll.22
-rw-r--r--man2/posix_fadvise.22
-rw-r--r--man2/prctl.22
-rw-r--r--man2/pread.22
-rw-r--r--man2/process_madvise.22
-rw-r--r--man2/process_vm_readv.22
-rw-r--r--man2/ptrace.22
-rw-r--r--man2/query_module.22
-rw-r--r--man2/quotactl.22
-rw-r--r--man2/read.22
-rw-r--r--man2/readahead.22
-rw-r--r--man2/readdir.22
-rw-r--r--man2/readlink.22
-rw-r--r--man2/readv.22
-rw-r--r--man2/reboot.22
-rw-r--r--man2/recv.22
-rw-r--r--man2/recvmmsg.22
-rw-r--r--man2/remap_file_pages.22
-rw-r--r--man2/removexattr.22
-rw-r--r--man2/rename.22
-rw-r--r--man2/request_key.22
-rw-r--r--man2/restart_syscall.22
-rw-r--r--man2/rmdir.22
-rw-r--r--man2/rt_sigqueueinfo.22
-rw-r--r--man2/sched_get_priority_max.22
-rw-r--r--man2/sched_rr_get_interval.22
-rw-r--r--man2/sched_setaffinity.22
-rw-r--r--man2/sched_setattr.22
-rw-r--r--man2/sched_setparam.22
-rw-r--r--man2/sched_setscheduler.22
-rw-r--r--man2/sched_yield.22
-rw-r--r--man2/seccomp.22
-rw-r--r--man2/seccomp_unotify.22
-rw-r--r--man2/select.22
-rw-r--r--man2/select_tut.22
-rw-r--r--man2/semctl.22
-rw-r--r--man2/semget.22
-rw-r--r--man2/semop.22
-rw-r--r--man2/send.22
-rw-r--r--man2/sendfile.22
-rw-r--r--man2/sendmmsg.22
-rw-r--r--man2/set_mempolicy.22
-rw-r--r--man2/set_thread_area.22
-rw-r--r--man2/set_tid_address.22
-rw-r--r--man2/seteuid.22
-rw-r--r--man2/setfsgid.22
-rw-r--r--man2/setfsuid.22
-rw-r--r--man2/setgid.22
-rw-r--r--man2/setns.22
-rw-r--r--man2/setpgid.22
-rw-r--r--man2/setresuid.22
-rw-r--r--man2/setreuid.22
-rw-r--r--man2/setsid.22
-rw-r--r--man2/setuid.22
-rw-r--r--man2/setup.22
-rw-r--r--man2/setxattr.22
-rw-r--r--man2/sgetmask.22
-rw-r--r--man2/shmctl.22
-rw-r--r--man2/shmget.22
-rw-r--r--man2/shmop.22
-rw-r--r--man2/shutdown.22
-rw-r--r--man2/sigaction.22
-rw-r--r--man2/sigaltstack.22
-rw-r--r--man2/signal.22
-rw-r--r--man2/signalfd.22
-rw-r--r--man2/sigpending.22
-rw-r--r--man2/sigprocmask.22
-rw-r--r--man2/sigreturn.22
-rw-r--r--man2/sigsuspend.22
-rw-r--r--man2/sigwaitinfo.22
-rw-r--r--man2/socket.22
-rw-r--r--man2/socketcall.22
-rw-r--r--man2/socketpair.22
-rw-r--r--man2/splice.22
-rw-r--r--man2/spu_create.22
-rw-r--r--man2/spu_run.22
-rw-r--r--man2/stat.22
-rw-r--r--man2/statfs.22
-rw-r--r--man2/statx.22
-rw-r--r--man2/stime.22
-rw-r--r--man2/subpage_prot.22
-rw-r--r--man2/swapon.22
-rw-r--r--man2/symlink.22
-rw-r--r--man2/sync.22
-rw-r--r--man2/sync_file_range.22
-rw-r--r--man2/syscall.22
-rw-r--r--man2/syscalls.22
-rw-r--r--man2/sysctl.22
-rw-r--r--man2/sysfs.22
-rw-r--r--man2/sysinfo.22
-rw-r--r--man2/syslog.22
-rw-r--r--man2/tee.22
-rw-r--r--man2/time.22
-rw-r--r--man2/timer_create.22
-rw-r--r--man2/timer_delete.22
-rw-r--r--man2/timer_getoverrun.22
-rw-r--r--man2/timer_settime.22
-rw-r--r--man2/timerfd_create.22
-rw-r--r--man2/times.22
-rw-r--r--man2/tkill.22
-rw-r--r--man2/truncate.22
-rw-r--r--man2/umask.22
-rw-r--r--man2/umount.22
-rw-r--r--man2/uname.22
-rw-r--r--man2/unimplemented.22
-rw-r--r--man2/unlink.22
-rw-r--r--man2/unshare.22
-rw-r--r--man2/uselib.22
-rw-r--r--man2/userfaultfd.22
-rw-r--r--man2/ustat.22
-rw-r--r--man2/utime.22
-rw-r--r--man2/utimensat.22
-rw-r--r--man2/vfork.22
-rw-r--r--man2/vhangup.22
-rw-r--r--man2/vm86.22
-rw-r--r--man2/vmsplice.22
-rw-r--r--man2/wait.22
-rw-r--r--man2/wait4.22
-rw-r--r--man2/write.22
-rw-r--r--man2type/open_how.2type2
-rw-r--r--man3/CPU_SET.32
-rw-r--r--man3/FILE.32
-rw-r--r--man3/INFINITY.32
-rw-r--r--man3/MAX.32
-rw-r--r--man3/MB_CUR_MAX.32
-rw-r--r--man3/MB_LEN_MAX.32
-rw-r--r--man3/_Generic.34
-rw-r--r--man3/__ppc_get_timebase.32
-rw-r--r--man3/__ppc_set_ppr_med.32
-rw-r--r--man3/__ppc_yield.32
-rw-r--r--man3/__setfpucw.32
-rw-r--r--man3/a64l.32
-rw-r--r--man3/abort.32
-rw-r--r--man3/abs.32
-rw-r--r--man3/acos.32
-rw-r--r--man3/acosh.32
-rw-r--r--man3/addseverity.32
-rw-r--r--man3/adjtime.32
-rw-r--r--man3/aio_cancel.32
-rw-r--r--man3/aio_error.32
-rw-r--r--man3/aio_fsync.32
-rw-r--r--man3/aio_init.32
-rw-r--r--man3/aio_read.32
-rw-r--r--man3/aio_return.32
-rw-r--r--man3/aio_suspend.32
-rw-r--r--man3/aio_write.32
-rw-r--r--man3/alloca.32
-rw-r--r--man3/argz_add.32
-rw-r--r--man3/asin.32
-rw-r--r--man3/asinh.32
-rw-r--r--man3/asprintf.32
-rw-r--r--man3/assert.32
-rw-r--r--man3/assert_perror.32
-rw-r--r--man3/atan.32
-rw-r--r--man3/atan2.32
-rw-r--r--man3/atanh.32
-rw-r--r--man3/atexit.32
-rw-r--r--man3/atof.32
-rw-r--r--man3/atoi.32
-rw-r--r--man3/backtrace.32
-rw-r--r--man3/basename.32
-rw-r--r--man3/bcmp.32
-rw-r--r--man3/bcopy.32
-rw-r--r--man3/bindresvport.32
-rw-r--r--man3/bsd_signal.32
-rw-r--r--man3/bsearch.32
-rw-r--r--man3/bstring.32
-rw-r--r--man3/bswap.32
-rw-r--r--man3/btowc.32
-rw-r--r--man3/btree.32
-rw-r--r--man3/byteorder.32
-rw-r--r--man3/bzero.32
-rw-r--r--man3/cabs.32
-rw-r--r--man3/cacos.32
-rw-r--r--man3/cacosh.32
-rw-r--r--man3/canonicalize_file_name.32
-rw-r--r--man3/carg.32
-rw-r--r--man3/casin.32
-rw-r--r--man3/casinh.32
-rw-r--r--man3/catan.32
-rw-r--r--man3/catanh.32
-rw-r--r--man3/catgets.32
-rw-r--r--man3/catopen.32
-rw-r--r--man3/cbrt.32
-rw-r--r--man3/ccos.32
-rw-r--r--man3/ccosh.32
-rw-r--r--man3/ceil.32
-rw-r--r--man3/cexp.32
-rw-r--r--man3/cexp2.32
-rw-r--r--man3/cfree.32
-rw-r--r--man3/cimag.32
-rw-r--r--man3/circleq.32
-rw-r--r--man3/clearenv.32
-rw-r--r--man3/clock.32
-rw-r--r--man3/clock_getcpuclockid.32
-rw-r--r--man3/clog.32
-rw-r--r--man3/clog10.32
-rw-r--r--man3/clog2.32
-rw-r--r--man3/closedir.32
-rw-r--r--man3/cmsg.32
-rw-r--r--man3/confstr.32
-rw-r--r--man3/conj.32
-rw-r--r--man3/copysign.32
-rw-r--r--man3/cos.32
-rw-r--r--man3/cosh.32
-rw-r--r--man3/cpow.32
-rw-r--r--man3/cproj.32
-rw-r--r--man3/creal.32
-rw-r--r--man3/crypt.32
-rw-r--r--man3/csin.32
-rw-r--r--man3/csinh.32
-rw-r--r--man3/csqrt.32
-rw-r--r--man3/ctan.32
-rw-r--r--man3/ctanh.32
-rw-r--r--man3/ctermid.32
-rw-r--r--man3/ctime.32
-rw-r--r--man3/daemon.32
-rw-r--r--man3/dbopen.32
-rw-r--r--man3/des_crypt.32
-rw-r--r--man3/difftime.32
-rw-r--r--man3/dirfd.32
-rw-r--r--man3/div.32
-rw-r--r--man3/dl_iterate_phdr.32
-rw-r--r--man3/dladdr.32
-rw-r--r--man3/dlerror.32
-rw-r--r--man3/dlinfo.32
-rw-r--r--man3/dlopen.32
-rw-r--r--man3/dlsym.32
-rw-r--r--man3/drand48.32
-rw-r--r--man3/drand48_r.32
-rw-r--r--man3/duplocale.32
-rw-r--r--man3/dysize.32
-rw-r--r--man3/ecvt.32
-rw-r--r--man3/ecvt_r.32
-rw-r--r--man3/encrypt.32
-rw-r--r--man3/end.32
-rw-r--r--man3/endian.32
-rw-r--r--man3/envz_add.32
-rw-r--r--man3/erf.32
-rw-r--r--man3/erfc.32
-rw-r--r--man3/err.32
-rw-r--r--man3/errno.32
-rw-r--r--man3/error.32
-rw-r--r--man3/ether_aton.32
-rw-r--r--man3/euidaccess.32
-rw-r--r--man3/exec.32
-rw-r--r--man3/exit.32
-rw-r--r--man3/exp.32
-rw-r--r--man3/exp10.32
-rw-r--r--man3/exp2.32
-rw-r--r--man3/expm1.32
-rw-r--r--man3/fabs.32
-rw-r--r--man3/fclose.32
-rw-r--r--man3/fcloseall.32
-rw-r--r--man3/fdim.32
-rw-r--r--man3/fenv.32
-rw-r--r--man3/ferror.32
-rw-r--r--man3/fexecve.32
-rw-r--r--man3/fflush.32
-rw-r--r--man3/ffs.32
-rw-r--r--man3/fgetc.32
-rw-r--r--man3/fgetgrent.32
-rw-r--r--man3/fgetpwent.32
-rw-r--r--man3/fgetwc.32
-rw-r--r--man3/fgetws.32
-rw-r--r--man3/fileno.32
-rw-r--r--man3/finite.32
-rw-r--r--man3/flockfile.32
-rw-r--r--man3/floor.32
-rw-r--r--man3/fma.32
-rw-r--r--man3/fmax.32
-rw-r--r--man3/fmemopen.32
-rw-r--r--man3/fmin.32
-rw-r--r--man3/fmod.32
-rw-r--r--man3/fmtmsg.32
-rw-r--r--man3/fnmatch.32
-rw-r--r--man3/fopen.32
-rw-r--r--man3/fopencookie.32
-rw-r--r--man3/fpathconf.32
-rw-r--r--man3/fpclassify.32
-rw-r--r--man3/fpurge.32
-rw-r--r--man3/fputwc.32
-rw-r--r--man3/fputws.32
-rw-r--r--man3/fread.32
-rw-r--r--man3/frexp.32
-rw-r--r--man3/fseek.32
-rw-r--r--man3/fseeko.32
-rw-r--r--man3/ftime.32
-rw-r--r--man3/ftok.32
-rw-r--r--man3/fts.32
-rw-r--r--man3/ftw.32
-rw-r--r--man3/futimes.32
-rw-r--r--man3/fwide.32
-rw-r--r--man3/gamma.32
-rw-r--r--man3/gcvt.32
-rw-r--r--man3/get_nprocs_conf.32
-rw-r--r--man3/get_phys_pages.32
-rw-r--r--man3/getaddrinfo.32
-rw-r--r--man3/getaddrinfo_a.32
-rw-r--r--man3/getauxval.32
-rw-r--r--man3/getcontext.32
-rw-r--r--man3/getcwd.32
-rw-r--r--man3/getdate.32
-rw-r--r--man3/getdirentries.32
-rw-r--r--man3/getdtablesize.32
-rw-r--r--man3/getentropy.32
-rw-r--r--man3/getenv.32
-rw-r--r--man3/getfsent.32
-rw-r--r--man3/getgrent.32
-rw-r--r--man3/getgrent_r.32
-rw-r--r--man3/getgrnam.32
-rw-r--r--man3/getgrouplist.32
-rw-r--r--man3/gethostbyname.32
-rw-r--r--man3/gethostid.32
-rw-r--r--man3/getifaddrs.32
-rw-r--r--man3/getipnodebyname.32
-rw-r--r--man3/getline.32
-rw-r--r--man3/getloadavg.32
-rw-r--r--man3/getlogin.32
-rw-r--r--man3/getmntent.32
-rw-r--r--man3/getnameinfo.32
-rw-r--r--man3/getnetent.32
-rw-r--r--man3/getnetent_r.32
-rw-r--r--man3/getopt.32
-rw-r--r--man3/getpass.32
-rw-r--r--man3/getprotoent.32
-rw-r--r--man3/getprotoent_r.32
-rw-r--r--man3/getpt.32
-rw-r--r--man3/getpw.32
-rw-r--r--man3/getpwent.32
-rw-r--r--man3/getpwent_r.32
-rw-r--r--man3/getpwnam.32
-rw-r--r--man3/getrpcent.32
-rw-r--r--man3/getrpcent_r.32
-rw-r--r--man3/getrpcport.32
-rw-r--r--man3/gets.32
-rw-r--r--man3/getservent.32
-rw-r--r--man3/getservent_r.32
-rw-r--r--man3/getspnam.32
-rw-r--r--man3/getsubopt.32
-rw-r--r--man3/getttyent.32
-rw-r--r--man3/getusershell.32
-rw-r--r--man3/getutent.32
-rw-r--r--man3/getutmp.32
-rw-r--r--man3/getw.32
-rw-r--r--man3/getwchar.32
-rw-r--r--man3/glob.32
-rw-r--r--man3/gnu_get_libc_version.32
-rw-r--r--man3/grantpt.32
-rw-r--r--man3/group_member.32
-rw-r--r--man3/gsignal.32
-rw-r--r--man3/hash.32
-rw-r--r--man3/hsearch.32
-rw-r--r--man3/hypot.32
-rw-r--r--man3/iconv.32
-rw-r--r--man3/iconv_close.32
-rw-r--r--man3/iconv_open.32
-rw-r--r--man3/if_nameindex.32
-rw-r--r--man3/if_nametoindex.32
-rw-r--r--man3/ilogb.32
-rw-r--r--man3/index.32
-rw-r--r--man3/inet.32
-rw-r--r--man3/inet_net_pton.32
-rw-r--r--man3/inet_ntop.32
-rw-r--r--man3/inet_pton.32
-rw-r--r--man3/initgroups.32
-rw-r--r--man3/insque.32
-rw-r--r--man3/intro.32
-rw-r--r--man3/isalpha.32
-rw-r--r--man3/isatty.32
-rw-r--r--man3/isfdtype.32
-rw-r--r--man3/isgreater.32
-rw-r--r--man3/iswalnum.32
-rw-r--r--man3/iswalpha.32
-rw-r--r--man3/iswblank.32
-rw-r--r--man3/iswcntrl.32
-rw-r--r--man3/iswctype.32
-rw-r--r--man3/iswdigit.32
-rw-r--r--man3/iswgraph.32
-rw-r--r--man3/iswlower.32
-rw-r--r--man3/iswprint.32
-rw-r--r--man3/iswpunct.32
-rw-r--r--man3/iswspace.32
-rw-r--r--man3/iswupper.32
-rw-r--r--man3/iswxdigit.32
-rw-r--r--man3/j0.32
-rw-r--r--man3/key_setsecret.32
-rw-r--r--man3/killpg.32
-rw-r--r--man3/ldexp.32
-rw-r--r--man3/lgamma.32
-rw-r--r--man3/lio_listio.32
-rw-r--r--man3/list.32
-rw-r--r--man3/localeconv.32
-rw-r--r--man3/lockf.32
-rw-r--r--man3/log.32
-rw-r--r--man3/log10.32
-rw-r--r--man3/log1p.32
-rw-r--r--man3/log2.32
-rw-r--r--man3/logb.32
-rw-r--r--man3/login.32
-rw-r--r--man3/lrint.32
-rw-r--r--man3/lround.32
-rw-r--r--man3/lsearch.32
-rw-r--r--man3/lseek64.32
-rw-r--r--man3/makecontext.32
-rw-r--r--man3/makedev.32
-rw-r--r--man3/mallinfo.32
-rw-r--r--man3/malloc.32
-rw-r--r--man3/malloc_get_state.32
-rw-r--r--man3/malloc_hook.32
-rw-r--r--man3/malloc_info.32
-rw-r--r--man3/malloc_stats.32
-rw-r--r--man3/malloc_trim.32
-rw-r--r--man3/malloc_usable_size.32
-rw-r--r--man3/mallopt.32
-rw-r--r--man3/matherr.32
-rw-r--r--man3/mblen.32
-rw-r--r--man3/mbrlen.32
-rw-r--r--man3/mbrtowc.32
-rw-r--r--man3/mbsinit.32
-rw-r--r--man3/mbsnrtowcs.32
-rw-r--r--man3/mbsrtowcs.32
-rw-r--r--man3/mbstowcs.32
-rw-r--r--man3/mbtowc.32
-rw-r--r--man3/mcheck.32
-rw-r--r--man3/memccpy.32
-rw-r--r--man3/memchr.32
-rw-r--r--man3/memcmp.32
-rw-r--r--man3/memcpy.32
-rw-r--r--man3/memfrob.32
-rw-r--r--man3/memmem.32
-rw-r--r--man3/memmove.32
-rw-r--r--man3/mempcpy.32
-rw-r--r--man3/memset.32
-rw-r--r--man3/mkdtemp.32
-rw-r--r--man3/mkfifo.32
-rw-r--r--man3/mkstemp.32
-rw-r--r--man3/mktemp.32
-rw-r--r--man3/modf.32
-rw-r--r--man3/mpool.32
-rw-r--r--man3/mq_close.32
-rw-r--r--man3/mq_getattr.32
-rw-r--r--man3/mq_notify.32
-rw-r--r--man3/mq_open.32
-rw-r--r--man3/mq_receive.32
-rw-r--r--man3/mq_send.32
-rw-r--r--man3/mq_unlink.32
-rw-r--r--man3/mtrace.32
-rw-r--r--man3/nan.32
-rw-r--r--man3/netlink.32
-rw-r--r--man3/newlocale.32
-rw-r--r--man3/nextafter.32
-rw-r--r--man3/nextup.32
-rw-r--r--man3/nl_langinfo.32
-rw-r--r--man3/ntp_gettime.32
-rw-r--r--man3/offsetof.32
-rw-r--r--man3/on_exit.32
-rw-r--r--man3/open_memstream.32
-rw-r--r--man3/opendir.32
-rw-r--r--man3/openpty.32
-rw-r--r--man3/perror.32
-rw-r--r--man3/popen.32
-rw-r--r--man3/posix_fallocate.32
-rw-r--r--man3/posix_madvise.32
-rw-r--r--man3/posix_memalign.32
-rw-r--r--man3/posix_openpt.32
-rw-r--r--man3/posix_spawn.32
-rw-r--r--man3/pow.32
-rw-r--r--man3/pow10.32
-rw-r--r--man3/printf.32
-rw-r--r--man3/profil.32
-rw-r--r--man3/program_invocation_name.32
-rw-r--r--man3/psignal.32
-rw-r--r--man3/pthread_atfork.32
-rw-r--r--man3/pthread_attr_init.32
-rw-r--r--man3/pthread_attr_setaffinity_np.32
-rw-r--r--man3/pthread_attr_setdetachstate.32
-rw-r--r--man3/pthread_attr_setguardsize.32
-rw-r--r--man3/pthread_attr_setinheritsched.32
-rw-r--r--man3/pthread_attr_setschedparam.32
-rw-r--r--man3/pthread_attr_setschedpolicy.32
-rw-r--r--man3/pthread_attr_setscope.32
-rw-r--r--man3/pthread_attr_setsigmask_np.32
-rw-r--r--man3/pthread_attr_setstack.32
-rw-r--r--man3/pthread_attr_setstackaddr.32
-rw-r--r--man3/pthread_attr_setstacksize.32
-rw-r--r--man3/pthread_cancel.32
-rw-r--r--man3/pthread_cleanup_push.32
-rw-r--r--man3/pthread_cleanup_push_defer_np.32
-rw-r--r--man3/pthread_create.32
-rw-r--r--man3/pthread_detach.32
-rw-r--r--man3/pthread_equal.32
-rw-r--r--man3/pthread_exit.32
-rw-r--r--man3/pthread_getattr_default_np.32
-rw-r--r--man3/pthread_getattr_np.32
-rw-r--r--man3/pthread_getcpuclockid.32
-rw-r--r--man3/pthread_join.32
-rw-r--r--man3/pthread_kill.32
-rw-r--r--man3/pthread_kill_other_threads_np.32
-rw-r--r--man3/pthread_mutex_consistent.32
-rw-r--r--man3/pthread_mutexattr_getpshared.32
-rw-r--r--man3/pthread_mutexattr_init.32
-rw-r--r--man3/pthread_mutexattr_setrobust.32
-rw-r--r--man3/pthread_self.32
-rw-r--r--man3/pthread_setaffinity_np.32
-rw-r--r--man3/pthread_setcancelstate.32
-rw-r--r--man3/pthread_setconcurrency.32
-rw-r--r--man3/pthread_setname_np.32
-rw-r--r--man3/pthread_setschedparam.32
-rw-r--r--man3/pthread_setschedprio.32
-rw-r--r--man3/pthread_sigmask.32
-rw-r--r--man3/pthread_sigqueue.32
-rw-r--r--man3/pthread_spin_init.32
-rw-r--r--man3/pthread_spin_lock.32
-rw-r--r--man3/pthread_testcancel.32
-rw-r--r--man3/pthread_tryjoin_np.32
-rw-r--r--man3/pthread_yield.32
-rw-r--r--man3/ptsname.32
-rw-r--r--man3/putenv.32
-rw-r--r--man3/putgrent.32
-rw-r--r--man3/putpwent.32
-rw-r--r--man3/puts.32
-rw-r--r--man3/putwchar.32
-rw-r--r--man3/qecvt.32
-rw-r--r--man3/qsort.32
-rw-r--r--man3/raise.32
-rw-r--r--man3/rand.32
-rw-r--r--man3/random.32
-rw-r--r--man3/random_r.32
-rw-r--r--man3/rcmd.32
-rw-r--r--man3/re_comp.32
-rw-r--r--man3/readdir.32
-rw-r--r--man3/readdir_r.32
-rw-r--r--man3/realpath.32
-rw-r--r--man3/recno.32
-rw-r--r--man3/regex.32
-rw-r--r--man3/remainder.32
-rw-r--r--man3/remove.32
-rw-r--r--man3/remquo.32
-rw-r--r--man3/resolver.32
-rw-r--r--man3/rewinddir.32
-rw-r--r--man3/rexec.32
-rw-r--r--man3/rint.32
-rw-r--r--man3/round.32
-rw-r--r--man3/rpc.32
-rw-r--r--man3/rpmatch.32
-rw-r--r--man3/rtime.32
-rw-r--r--man3/rtnetlink.32
-rw-r--r--man3/scalb.32
-rw-r--r--man3/scalbln.32
-rw-r--r--man3/scandir.32
-rw-r--r--man3/scanf.32
-rw-r--r--man3/sched_getcpu.32
-rw-r--r--man3/seekdir.32
-rw-r--r--man3/sem_close.32
-rw-r--r--man3/sem_destroy.32
-rw-r--r--man3/sem_getvalue.32
-rw-r--r--man3/sem_init.32
-rw-r--r--man3/sem_open.32
-rw-r--r--man3/sem_post.32
-rw-r--r--man3/sem_unlink.32
-rw-r--r--man3/sem_wait.32
-rw-r--r--man3/setaliasent.32
-rw-r--r--man3/setbuf.32
-rw-r--r--man3/setenv.32
-rw-r--r--man3/setjmp.32
-rw-r--r--man3/setlocale.32
-rw-r--r--man3/setlogmask.32
-rw-r--r--man3/setnetgrent.32
-rw-r--r--man3/shm_open.32
-rw-r--r--man3/siginterrupt.32
-rw-r--r--man3/signbit.32
-rw-r--r--man3/significand.32
-rw-r--r--man3/sigpause.32
-rw-r--r--man3/sigqueue.32
-rw-r--r--man3/sigset.32
-rw-r--r--man3/sigsetops.32
-rw-r--r--man3/sigvec.32
-rw-r--r--man3/sigwait.32
-rw-r--r--man3/sin.32
-rw-r--r--man3/sincos.32
-rw-r--r--man3/sinh.32
-rw-r--r--man3/sleep.32
-rw-r--r--man3/slist.32
-rw-r--r--man3/sockatmark.32
-rw-r--r--man3/sqrt.32
-rw-r--r--man3/stailq.32
-rw-r--r--man3/statvfs.32
-rw-r--r--man3/stdarg.32
-rw-r--r--man3/stdin.32
-rw-r--r--man3/stdio.32
-rw-r--r--man3/stdio_ext.32
-rw-r--r--man3/stpcpy.32
-rw-r--r--man3/stpncpy.32
-rw-r--r--man3/strcasecmp.32
-rw-r--r--man3/strcat.32
-rw-r--r--man3/strchr.32
-rw-r--r--man3/strcmp.32
-rw-r--r--man3/strcoll.32
-rw-r--r--man3/strcpy.32
-rw-r--r--man3/strdup.32
-rw-r--r--man3/strerror.32
-rw-r--r--man3/strfmon.32
-rw-r--r--man3/strfromd.32
-rw-r--r--man3/strfry.32
-rw-r--r--man3/strftime.32
-rw-r--r--man3/string.32
-rw-r--r--man3/strlen.32
-rw-r--r--man3/strnlen.32
-rw-r--r--man3/strpbrk.32
-rw-r--r--man3/strptime.32
-rw-r--r--man3/strsep.32
-rw-r--r--man3/strsignal.32
-rw-r--r--man3/strspn.32
-rw-r--r--man3/strstr.32
-rw-r--r--man3/strtod.32
-rw-r--r--man3/strtoimax.32
-rw-r--r--man3/strtok.32
-rw-r--r--man3/strtol.32
-rw-r--r--man3/strtoul.32
-rw-r--r--man3/strverscmp.32
-rw-r--r--man3/strxfrm.32
-rw-r--r--man3/swab.32
-rw-r--r--man3/sysconf.32
-rw-r--r--man3/syslog.32
-rw-r--r--man3/system.32
-rw-r--r--man3/sysv_signal.32
-rw-r--r--man3/tailq.32
-rw-r--r--man3/tan.32
-rw-r--r--man3/tanh.32
-rw-r--r--man3/tcgetpgrp.32
-rw-r--r--man3/tcgetsid.32
-rw-r--r--man3/telldir.32
-rw-r--r--man3/tempnam.32
-rw-r--r--man3/termios.32
-rw-r--r--man3/tgamma.32
-rw-r--r--man3/timegm.32
-rw-r--r--man3/timeradd.32
-rw-r--r--man3/tmpfile.32
-rw-r--r--man3/tmpnam.32
-rw-r--r--man3/toascii.32
-rw-r--r--man3/toupper.32
-rw-r--r--man3/towctrans.32
-rw-r--r--man3/towlower.32
-rw-r--r--man3/towupper.32
-rw-r--r--man3/trunc.32
-rw-r--r--man3/tsearch.32
-rw-r--r--man3/ttyname.32
-rw-r--r--man3/ttyslot.32
-rw-r--r--man3/tzset.32
-rw-r--r--man3/ualarm.32
-rw-r--r--man3/ulimit.32
-rw-r--r--man3/undocumented.32
-rw-r--r--man3/ungetwc.32
-rw-r--r--man3/unlocked_stdio.32
-rw-r--r--man3/unlockpt.32
-rw-r--r--man3/updwtmp.32
-rw-r--r--man3/uselocale.32
-rw-r--r--man3/usleep.32
-rw-r--r--man3/wcpcpy.32
-rw-r--r--man3/wcpncpy.32
-rw-r--r--man3/wcrtomb.32
-rw-r--r--man3/wcscasecmp.32
-rw-r--r--man3/wcscat.32
-rw-r--r--man3/wcschr.32
-rw-r--r--man3/wcscmp.32
-rw-r--r--man3/wcscpy.32
-rw-r--r--man3/wcscspn.32
-rw-r--r--man3/wcsdup.32
-rw-r--r--man3/wcslen.32
-rw-r--r--man3/wcsncasecmp.32
-rw-r--r--man3/wcsncat.32
-rw-r--r--man3/wcsncmp.32
-rw-r--r--man3/wcsncpy.32
-rw-r--r--man3/wcsnlen.32
-rw-r--r--man3/wcsnrtombs.32
-rw-r--r--man3/wcspbrk.32
-rw-r--r--man3/wcsrchr.32
-rw-r--r--man3/wcsrtombs.32
-rw-r--r--man3/wcsspn.32
-rw-r--r--man3/wcsstr.32
-rw-r--r--man3/wcstoimax.32
-rw-r--r--man3/wcstok.32
-rw-r--r--man3/wcstombs.32
-rw-r--r--man3/wcswidth.32
-rw-r--r--man3/wctob.32
-rw-r--r--man3/wctomb.32
-rw-r--r--man3/wctrans.32
-rw-r--r--man3/wctype.32
-rw-r--r--man3/wcwidth.32
-rw-r--r--man3/wmemchr.32
-rw-r--r--man3/wmemcmp.32
-rw-r--r--man3/wmemcpy.32
-rw-r--r--man3/wmemmove.32
-rw-r--r--man3/wmemset.32
-rw-r--r--man3/wordexp.32
-rw-r--r--man3/wprintf.32
-rw-r--r--man3/xcrypt.32
-rw-r--r--man3/xdr.32
-rw-r--r--man3/y0.32
-rw-r--r--man3head/sysexits.h.3head2
-rw-r--r--man3type/aiocb.3type2
-rw-r--r--man3type/blkcnt_t.3type2
-rw-r--r--man3type/blksize_t.3type2
-rw-r--r--man3type/cc_t.3type2
-rw-r--r--man3type/clock_t.3type2
-rw-r--r--man3type/clockid_t.3type2
-rw-r--r--man3type/dev_t.3type2
-rw-r--r--man3type/div_t.3type2
-rw-r--r--man3type/double_t.3type2
-rw-r--r--man3type/epoll_event.3type2
-rw-r--r--man3type/fenv_t.3type2
-rw-r--r--man3type/id_t.3type2
-rw-r--r--man3type/intN_t.3type2
-rw-r--r--man3type/intmax_t.3type2
-rw-r--r--man3type/intptr_t.3type2
-rw-r--r--man3type/iovec.3type2
-rw-r--r--man3type/itimerspec.3type2
-rw-r--r--man3type/lconv.3type2
-rw-r--r--man3type/mode_t.3type2
-rw-r--r--man3type/off_t.3type2
-rw-r--r--man3type/ptrdiff_t.3type2
-rw-r--r--man3type/regex_t.3type2
-rw-r--r--man3type/size_t.3type2
-rw-r--r--man3type/sockaddr.3type2
-rw-r--r--man3type/stat.3type2
-rw-r--r--man3type/time_t.3type2
-rw-r--r--man3type/timer_t.3type2
-rw-r--r--man3type/timespec.3type2
-rw-r--r--man3type/timeval.3type2
-rw-r--r--man3type/tm.3type2
-rw-r--r--man3type/va_list.3type2
-rw-r--r--man3type/void.3type2
-rw-r--r--man4/cciss.42
-rw-r--r--man4/console_codes.42
-rw-r--r--man4/cpuid.42
-rw-r--r--man4/dsp56k.42
-rw-r--r--man4/fd.42
-rw-r--r--man4/full.42
-rw-r--r--man4/fuse.42
-rw-r--r--man4/hd.42
-rw-r--r--man4/hpsa.42
-rw-r--r--man4/initrd.42
-rw-r--r--man4/intro.42
-rw-r--r--man4/lirc.42
-rw-r--r--man4/loop.42
-rw-r--r--man4/lp.42
-rw-r--r--man4/mem.42
-rw-r--r--man4/mouse.42
-rw-r--r--man4/msr.42
-rw-r--r--man4/null.42
-rw-r--r--man4/pts.42
-rw-r--r--man4/ram.42
-rw-r--r--man4/random.42
-rw-r--r--man4/rtc.42
-rw-r--r--man4/sd.42
-rw-r--r--man4/sk98lin.42
-rw-r--r--man4/smartpqi.42
-rw-r--r--man4/st.42
-rw-r--r--man4/tty.42
-rw-r--r--man4/ttyS.42
-rw-r--r--man4/vcs.42
-rw-r--r--man4/veth.42
-rw-r--r--man4/wavelan.42
-rw-r--r--man5/acct.52
-rw-r--r--man5/charmap.52
-rw-r--r--man5/core.52
-rw-r--r--man5/dir_colors.52
-rw-r--r--man5/elf.52
-rw-r--r--man5/filesystems.52
-rw-r--r--man5/ftpusers.52
-rw-r--r--man5/gai.conf.52
-rw-r--r--man5/group.52
-rw-r--r--man5/host.conf.52
-rw-r--r--man5/hosts.52
-rw-r--r--man5/hosts.equiv.52
-rw-r--r--man5/intro.52
-rw-r--r--man5/issue.52
-rw-r--r--man5/locale.52
-rw-r--r--man5/motd.52
-rw-r--r--man5/networks.52
-rw-r--r--man5/nologin.52
-rw-r--r--man5/nscd.conf.52
-rw-r--r--man5/nss.52
-rw-r--r--man5/nsswitch.conf.52
-rw-r--r--man5/passwd.52
-rw-r--r--man5/proc.52
-rw-r--r--man5/protocols.52
-rw-r--r--man5/repertoiremap.52
-rw-r--r--man5/resolv.conf.52
-rw-r--r--man5/rpc.52
-rw-r--r--man5/securetty.52
-rw-r--r--man5/services.52
-rw-r--r--man5/shells.52
-rw-r--r--man5/slabinfo.52
-rw-r--r--man5/sysfs.52
-rw-r--r--man5/termcap.52
-rw-r--r--man5/tmpfs.52
-rw-r--r--man5/ttytype.52
-rw-r--r--man5/utmp.52
-rw-r--r--man6/intro.62
-rw-r--r--man7/address_families.72
-rw-r--r--man7/aio.72
-rw-r--r--man7/armscii-8.72
-rw-r--r--man7/arp.72
-rw-r--r--man7/ascii.72
-rw-r--r--man7/attributes.72
-rw-r--r--man7/boot.72
-rw-r--r--man7/bootparam.72
-rw-r--r--man7/capabilities.72
-rw-r--r--man7/cgroup_namespaces.72
-rw-r--r--man7/cgroups.72
-rw-r--r--man7/charsets.72
-rw-r--r--man7/complex.72
-rw-r--r--man7/cp1251.72
-rw-r--r--man7/cp1252.72
-rw-r--r--man7/cpuset.72
-rw-r--r--man7/credentials.72
-rw-r--r--man7/ddp.72
-rw-r--r--man7/environ.72
-rw-r--r--man7/epoll.72
-rw-r--r--man7/fanotify.72
-rw-r--r--man7/feature_test_macros.72
-rw-r--r--man7/fifo.72
-rw-r--r--man7/futex.72
-rw-r--r--man7/glob.72
-rw-r--r--man7/hier.72
-rw-r--r--man7/hostname.72
-rw-r--r--man7/icmp.72
-rw-r--r--man7/inode.72
-rw-r--r--man7/inotify.72
-rw-r--r--man7/intro.72
-rw-r--r--man7/ip.72
-rw-r--r--man7/ipc_namespaces.72
-rw-r--r--man7/ipv6.72
-rw-r--r--man7/iso_8859-1.72
-rw-r--r--man7/iso_8859-10.72
-rw-r--r--man7/iso_8859-11.72
-rw-r--r--man7/iso_8859-13.72
-rw-r--r--man7/iso_8859-14.72
-rw-r--r--man7/iso_8859-15.72
-rw-r--r--man7/iso_8859-16.72
-rw-r--r--man7/iso_8859-2.72
-rw-r--r--man7/iso_8859-3.72
-rw-r--r--man7/iso_8859-4.72
-rw-r--r--man7/iso_8859-5.72
-rw-r--r--man7/iso_8859-6.72
-rw-r--r--man7/iso_8859-7.72
-rw-r--r--man7/iso_8859-8.72
-rw-r--r--man7/iso_8859-9.72
-rw-r--r--man7/kernel_lockdown.72
-rw-r--r--man7/keyrings.72
-rw-r--r--man7/koi8-r.72
-rw-r--r--man7/koi8-u.72
-rw-r--r--man7/landlock.72
-rw-r--r--man7/libc.72
-rw-r--r--man7/locale.72
-rw-r--r--man7/mailaddr.72
-rw-r--r--man7/man-pages.72
-rw-r--r--man7/man.72
-rw-r--r--man7/math_error.72
-rw-r--r--man7/mount_namespaces.72
-rw-r--r--man7/mq_overview.72
-rw-r--r--man7/namespaces.72
-rw-r--r--man7/netdevice.72
-rw-r--r--man7/netlink.72
-rw-r--r--man7/network_namespaces.72
-rw-r--r--man7/nptl.72
-rw-r--r--man7/numa.72
-rw-r--r--man7/operator.72
-rw-r--r--man7/packet.72
-rw-r--r--man7/path_resolution.72
-rw-r--r--man7/persistent-keyring.72
-rw-r--r--man7/pid_namespaces.72
-rw-r--r--man7/pipe.72
-rw-r--r--man7/pkeys.72
-rw-r--r--man7/posixoptions.72
-rw-r--r--man7/process-keyring.72
-rw-r--r--man7/pthreads.72
-rw-r--r--man7/pty.72
-rw-r--r--man7/queue.72
-rw-r--r--man7/random.72
-rw-r--r--man7/raw.72
-rw-r--r--man7/regex.72
-rw-r--r--man7/rtld-audit.72
-rw-r--r--man7/rtnetlink.72
-rw-r--r--man7/sched.72
-rw-r--r--man7/sem_overview.72
-rw-r--r--man7/session-keyring.72
-rw-r--r--man7/shm_overview.72
-rw-r--r--man7/sigevent.72
-rw-r--r--man7/signal-safety.72
-rw-r--r--man7/signal.72
-rw-r--r--man7/sock_diag.72
-rw-r--r--man7/socket.72
-rw-r--r--man7/spufs.72
-rw-r--r--man7/standards.72
-rw-r--r--man7/suffixes.72
-rw-r--r--man7/symlink.72
-rw-r--r--man7/system_data_types.72
-rw-r--r--man7/sysvipc.72
-rw-r--r--man7/tcp.72
-rw-r--r--man7/termio.72
-rw-r--r--man7/thread-keyring.72
-rw-r--r--man7/time.72
-rw-r--r--man7/time_namespaces.72
-rw-r--r--man7/udp.72
-rw-r--r--man7/udplite.72
-rw-r--r--man7/unicode.72
-rw-r--r--man7/units.72
-rw-r--r--man7/unix.72
-rw-r--r--man7/uri.72
-rw-r--r--man7/user-keyring.72
-rw-r--r--man7/user-session-keyring.72
-rw-r--r--man7/user_namespaces.72
-rw-r--r--man7/utf-8.72
-rw-r--r--man7/uts_namespaces.72
-rw-r--r--man7/vdso.72
-rw-r--r--man7/vsock.72
-rw-r--r--man7/x25.72
-rw-r--r--man7/xattr.72
-rw-r--r--man8/iconvconfig.82
-rw-r--r--man8/intro.82
-rw-r--r--man8/ld.so.82
-rw-r--r--man8/ldconfig.82
-rw-r--r--man8/nscd.82
-rw-r--r--man8/sln.82
-rw-r--r--man8/tzselect.82
1092 files changed, 1093 insertions, 1093 deletions
diff --git a/man1/getent.1 b/man1/getent.1
index f56fe09d2..3de6dbd80 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 c393f8ed1..6ec67d515 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 67180a445..c691cea18 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 a2874248b..c498460d6 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 8b86f6f1c..416efd43a 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 34787180d..0c3ae59ff 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 703a51230..b46ecc9dc 100644
--- a/man1/memusage.1
+++ b/man1/memusage.1
@@ -2,7 +2,7 @@
.\" and Copyright (C) 2014, Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.\" 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 115725899..23c3f3a55 100644
--- a/man1/memusagestat.1
+++ b/man1/memusagestat.1
@@ -1,7 +1,7 @@
.\" Copyright (c) 2013, Peter Schiffer <pschiffe@redhat.com>
.\"
.\" 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 7d94883be..3ef356221 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 56e778e7c..7e568c82a 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 6fe52dbd9..35bd42c3d 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 707370be5..2d438feb7 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 d3314bd16..2e2816964 100644
--- a/man2/_exit.2
+++ b/man2/_exit.2
@@ -6,7 +6,7 @@
.\" Modified Wed Jul 21 23:02:38 1993 by Rik Faith <faith@cs.unc.edu>
.\" 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 eb5f94e30..dc6faad41 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 42ce73eef..002cc074f 100644
--- a/man2/accept.2
+++ b/man2/accept.2
@@ -10,7 +10,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 e922433c6..14d950750 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 549c54365..4864fc8e9 100644
--- a/man2/acct.2
+++ b/man2/acct.2
@@ -9,7 +9,7 @@
.\" Modified 1998-11-04 by Tigran Aivazian <tigran@sco.com>
.\" 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 8c5d3add3..9bb7d733a 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 def79e875..1f56c3bde 100644
--- a/man2/adjtimex.2
+++ b/man2/adjtimex.2
@@ -7,7 +7,7 @@
.\" Modified 1997-07-30 by Paul Slootman <paul@wurtel.demon.nl>
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 c0147478a..977e7dd8e 100644
--- a/man2/alarm.2
+++ b/man2/alarm.2
@@ -7,7 +7,7 @@
.\" Modified Sun Jul 21 21:25:26 1996 by Andries Brouwer <aeb@cwi.nl>
.\" Modified Wed Nov 6 03:46:05 1996 by Eric S. Raymond <esr@thyrsus.com>
.\"
-.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 7393258fd..bae8b1ede 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 bb833985e..0b0643ee3 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 f3029a545..7a2f5cc38 100644
--- a/man2/bdflush.2
+++ b/man2/bdflush.2
@@ -5,7 +5,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 c65b8bcaf..ce42aed73 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 <mtk.manpages@gmail.com>
.\"
-.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 a7b4efb29..d05b73ec2 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 66ffc0209..2b6b1476f 100644
--- a/man2/brk.2
+++ b/man2/brk.2
@@ -7,7 +7,7 @@
.\" Modified Wed Jul 21 19:52:58 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified Sun Aug 21 17:40:38 1994 by Rik Faith <faith@cs.unc.edu>
.\"
-.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 d3694f0eb..1f081caa4 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 294e3aae7..5820c29f1 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 2ac5b8146..2b78ffff7 100644
--- a/man2/chdir.2
+++ b/man2/chdir.2
@@ -10,7 +10,7 @@
.\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 e2277f9b5..ca71b8ef2 100644
--- a/man2/chmod.2
+++ b/man2/chmod.2
@@ -9,7 +9,7 @@
.\" <michael@cantor.informatik.rwth-aachen.de>: NFS details
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 42f75fb5b..badd3f6bc 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 3c4290889..fd2169529 100644
--- a/man2/chroot.2
+++ b/man2/chroot.2
@@ -10,7 +10,7 @@
.\" Modified 1997-08-21 by Joseph S. Myers <jsm28@cam.ac.uk>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 054b229d0..e994d6dcb 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 <clameter@sgi.com>, 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 9019fac2e..47b93345d 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 f514f2d1d..e3f8e6904 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 2ffa5811e..4db844091 100644
--- a/man2/close.2
+++ b/man2/close.2
@@ -13,7 +13,7 @@
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\" 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 8b837e4fa..386f829c9 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 0a1ed1c51..802a33402 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 <mtk.manpages@gmail.com>
.\"
-.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 ca60e5f4f..17c0fffb9 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 758c12ff5..8460f24f2 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 1001b3d41..bc6775bd5 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 9ef797000..75f64adcb 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 a83e169d8..09ce481fa 100644
--- a/man2/epoll_create.2
+++ b/man2/epoll_create.2
@@ -8,7 +8,7 @@
.\" Modified 2005-04-04 by Marko Kohtala <marko.kohtala@gmail.com>
.\" 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 93ced3925..cd050b1ae 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 43f8c1d3e..39f8e54ce 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 4d258d91e..ad388746a 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 9bb672dd8..744d06c27 100644
--- a/man2/execve.2
+++ b/man2/execve.2
@@ -14,7 +14,7 @@
.\" 2007-09-14 Ollie Wild <aaw@google.com>, 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 f096ad9dd..c2673f674 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 365902602..44fadf148 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 3a2aec878..723a8bf9d 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 320284a97..09b69722c 100644
--- a/man2/fanotify_init.2
+++ b/man2/fanotify_init.2
@@ -1,7 +1,7 @@
\" Copyright (C) 2013, Heinrich Schuchardt <xypron.glpk@gmx.de>
.\"
.\" 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 45e38de02..2696a803a 100644
--- a/man2/fanotify_mark.2
+++ b/man2/fanotify_mark.2
@@ -1,7 +1,7 @@
.\" Copyright (C) 2013, Heinrich Schuchardt <xypron.glpk@gmx.de>
.\"
.\" 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 228968c22..8c2e2f5a0 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -44,7 +44,7 @@
.\" 2017-06-26, Jens Axboe <axboe@kernel.dk>
.\" 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 ef43b9de8..73ed936e2 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 226bb9618..4ac62f851 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 101eccb5f..2fbd0a678 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 <hch@lst.de>
.\"
-.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 f8e9aeae0..ff75fce5c 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 bf227f291..e179dc777 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 d2641d894..38a3660ae 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 d0f57e0c6..4dae70a25 100644
--- a/man2/get_mempolicy.2
+++ b/man2/get_mempolicy.2
@@ -24,7 +24,7 @@
.\" 2007-08-27, Lee Schermerhorn <Lee.Schermerhorn@hp.com>
.\" 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 5fcb757e8..746034d02 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 ec58e0b7a..6a36a4a72 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 013b3d931..ae815ae15 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 <esr@thyrsus.com>
.\"
-.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 352b65af2..8c8f074f6 100644
--- a/man2/getdomainname.2
+++ b/man2/getdomainname.2
@@ -6,7 +6,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 dd8215c1f..ca4e454c8 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 4c1287a86..4318bebf4 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 30f0dd180..e2effccfc 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 661459f3e..c3d3d40d2 100644
--- a/man2/getitimer.2
+++ b/man2/getitimer.2
@@ -10,7 +10,7 @@
.\" 2005-04-06 mtk, Matthias Lang <matthias@corelatus.se>
.\" 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 1ce3428e8..5c834b146 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 bad5d272c..361fd1de5 100644
--- a/man2/getpeername.2
+++ b/man2/getpeername.2
@@ -11,7 +11,7 @@
.\" Modified 17 Jul 2002, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 1cb06147a..84631e700 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 5443df40a..f018c0673 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 <mtk.manpages@gmail.com>
.\"
-.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 e78f1cc81..6b45e7969 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 813e120a7..0c6d26801 100644
--- a/man2/getresuid.2
+++ b/man2/getresuid.2
@@ -5,7 +5,7 @@
.\"
.\" Modified, 2003-05-26, Michael Kerrisk, <mtk.manpages@gmail.com>
.\"
-.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 a377c2999..33175ce61 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 2ae49c56c..df83fafdb 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 1206e5327..7f8bdfb43 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 <esr@y\thyrsus.com>
.\" 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 170469253..49c0a54ad 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 <esr@thyrsus.com>
.\" Modified Sun Mar 28 21:26:46 1999 by Andries Brouwer <aeb@cwi.nl>
.\"
-.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 6b6e6e277..ab2f270ee 100644
--- a/man2/getsockopt.2
+++ b/man2/getsockopt.2
@@ -13,7 +13,7 @@
.\" Modified 1999 by Andi Kleen <ak@muc.de>.
.\" 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 6e0a1b1e1..fa6ed01f8 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 4a7162e05..98259a077 100644
--- a/man2/gettimeofday.2
+++ b/man2/gettimeofday.2
@@ -17,7 +17,7 @@
.\" Modified, 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 358e6d5b2..9e2aabfc2 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 bd7143c27..94935ba02 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 0f1870ebb..04937783f 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 da8b1d7a3..38d4379be 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 <esr@thyrsus.com>
.\" "
-.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 d130aba63..63b4f8622 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 b67dd24a3..d56d66aa3 100644
--- a/man2/inotify_add_watch.2
+++ b/man2/inotify_add_watch.2
@@ -6,7 +6,7 @@
.\" 2005-07-19 Robert Love <rlove@rlove.org> - 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 0e94bac11..aa210113f 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 4c9393c01..b11bd37de 100644
--- a/man2/inotify_rm_watch.2
+++ b/man2/inotify_rm_watch.2
@@ -5,7 +5,7 @@
.\" 2005-07-19 Robert Love <rlove@rlove.org> - 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 22fd17319..570bdfc1d 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 9590b395c..7236fecae 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 b3ebef28a..3fee3f42f 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 b4668ae32..0f884be4c 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 43a0b953b..13dc62aa1 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 82d7a0912..308d90575 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 41f662389..5d46ea36f 100644
--- a/man2/ioctl.2
+++ b/man2/ioctl.2
@@ -10,7 +10,7 @@
.\" Modified 1999-06-25 by Rachael Munns <vashti@dream.org.uk>
.\" Modified 2000-09-21 by Andries Brouwer <aeb@cwi.nl>
.\"
-.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 5bcc48866..28eaade83 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 b79a61f98..fc657ffa9 100644
--- a/man2/ioctl_fat.2
+++ b/man2/ioctl_fat.2
@@ -1,7 +1,7 @@
.\" Copyright (C) 2014, Heinrich Schuchardt <xypron.glpk@gmx.de>
.\"
.\" 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 1c945ff94..c16d14b8b 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 78585d128..573022aac 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 3aded8bcc..90f237020 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 027bb02ac..0cc41cef5 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 a7f12637e..e17319ed7 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 caedb63de..95b39ccac 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 40f401fbd..c6a374104 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 604d1c1a8..88876ce4e 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 30fac1670..5a5c7b49c 100644
--- a/man2/ioperm.2
+++ b/man2/ioperm.2
@@ -12,7 +12,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 a94302d8a..968626fc3 100644
--- a/man2/iopl.2
+++ b/man2/iopl.2
@@ -10,7 +10,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 1e553a87e..1c5ca7855 100644
--- a/man2/ioprio_set.2
+++ b/man2/ioprio_set.2
@@ -7,7 +7,7 @@
.\" with various additions by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.\"
-.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 a4e3d7783..2bf30fae7 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 <esr@thyrsus.com>
-.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 0f26511c3..886d5d66c 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 e586c7875..99bfca7ba 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 227bea72e..2b57b5e12 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 4060b06d4..663b0ac4d 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 30546950e..61a39f702 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 1fd7a8085..92a640e7e 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 27b0fb5df..f74debf90 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 56a119202..146585ff3 100644
--- a/man2/link.2
+++ b/man2/link.2
@@ -9,7 +9,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 686ae7ed6..b458d47e4 100644
--- a/man2/listen.2
+++ b/man2/listen.2
@@ -14,7 +14,7 @@
.\" Modified 11 May 2001 by Sam Varshavchik <mrsam@courier-mta.com>
.\"
.\"
-.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 5be3c294e..3fd727359 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 8164cbf4b..52eafb130 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 <esr@thyrsus.com>
.\"
-.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 87297e7d0..0e8e893de 100644
--- a/man2/lookup_dcookie.2
+++ b/man2/lookup_dcookie.2
@@ -4,7 +4,7 @@
.\"
.\" Modified 2004-06-17 Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 d7e4825c7..29d7b43ef 100644
--- a/man2/lseek.2
+++ b/man2/lseek.2
@@ -15,7 +15,7 @@
.\" Modified 2003-08-21 by Andries Brouwer <aeb@cwi.nl>
.\" 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 5943f2984..ff009405d 100644
--- a/man2/madvise.2
+++ b/man2/madvise.2
@@ -12,7 +12,7 @@
.\" 2011-09-18, Doug Goldstein <cardoe@cardoe.com>
.\" 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 5e11d93a7..db906507c 100644
--- a/man2/mbind.2
+++ b/man2/mbind.2
@@ -32,7 +32,7 @@
.\" Author: Lee Schermerhorn <lee.schermerhorn@hp.com>
.\" 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 f63925a16..59b702da8 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 15f819fb3..26129c18c 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 857f3a0c3..07d0377fa 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 e583b1351..a10a1e131 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 b8af0e909..b65fbee65 100644
--- a/man2/mincore.2
+++ b/man2/mincore.2
@@ -11,7 +11,7 @@
.\" after message from <gordon.jin@intel.com>
.\" 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 f8847b6eb..35466dbf0 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 7c9a8280c..b96662849 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 <mtk.manpages@gmail.com>
.\"
-.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 8005f55d6..fc138f6fd 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 4ead07c4f..afe573d76 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 19fc80ff1..506d9ffa1 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 fbec50982..039527a0b 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 acd7fce3f..66d525af3 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 acb61ac23..160fd2526 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 321381190..fe5686b68 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 f0fe9c04a..f99c5b45c 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 f5d0993c4..49b1bdfbe 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 467e74f4d..ae6d51321 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 c8c97fd1d..f7d57a641 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 3269be892..ba6388fec 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 87bc84794..b9b0321c4 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 121755c79..42ccd36ae 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 50b697406..c3ed27b73 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 2d8e05660..04b0793f8 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 b6da8b981..726ae1ef3 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 <mtk.manpages@gmail.com>
.\"
-.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 888a02ddd..deba7e4ea 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 5ca696f9e..351fda93f 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 fa8c28337..13431959c 100644
--- a/man2/openat2.2
+++ b/man2/openat2.2
@@ -1,7 +1,7 @@
.\" Copyright (C) 2019 Aleksa Sarai <cyphar@cyphar.com>
.\"
.\" 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 71b2c50bc..a5c6baeeb 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 54fe5a40a..67d988360 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 ce1248825..f980bc1d0 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 2e54f311a..8186c21c7 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 013ed91e7..96e6c0e23 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 a487151da..53eb69a43 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 <joey@infodrom.org>
.\"
-.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 f082fa003..7371bc011 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 2abea8dd5..fd7749cf8 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 142f8cb82..75126d9b1 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 55b9bec75..3fc2f95fe 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 62cf27968..ddd8ce547 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 c0d9305a0..ea381e7a9 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 9efcef323..e8be13543 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 54d992d74..17db9ef59 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 0de0eba87..ae14d705f 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 f64bb466d..dc02421f5 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 0dd0b38e5..37f059e88 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 ea8056f02..8a28af755 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 8b62d6752..734645d29 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 6e72153df..c572ea8d8 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 2288ca8ee..ce84f8cca 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 ff4015b1f..809dc21dc 100644
--- a/man2/read.2
+++ b/man2/read.2
@@ -13,7 +13,7 @@
.\" Modified Sat Jul 12 20:45:39 1997 by Michael Haardt
.\" <michael@cantor.informatik.rwth-aachen.de>
.\"
-.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 2baefa3fc..318bcb60f 100644
--- a/man2/readahead.2
+++ b/man2/readahead.2
@@ -5,7 +5,7 @@
.\" 2004-05-40 Created by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 8dd8a816a..49ab34d71 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 b6657c7ec..9600510bc 100644
--- a/man2/readlink.2
+++ b/man2/readlink.2
@@ -13,7 +13,7 @@
.\" 2011-09-20, Guillem Jover <guillem@hadrons.org>:
.\" 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 96e8262d7..1d863b3f9 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 57a4c2651..e7ab7e63d 100644
--- a/man2/reboot.2
+++ b/man2/reboot.2
@@ -5,7 +5,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 334f1dae4..11e7a9ce3 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 0a0fddcf2..4a76273a1 100644
--- a/man2/recvmmsg.2
+++ b/man2/recvmmsg.2
@@ -8,7 +8,7 @@
.\" Author: Arnaldo Carvalho de Melo <acme@redhat.com>
.\" 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 1da96c91e..709358206 100644
--- a/man2/remap_file_pages.2
+++ b/man2/remap_file_pages.2
@@ -5,7 +5,7 @@
.\" 2003-12-10 Initial creation, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 9163e4437..da104be90 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 1d6084baf..c43d9fab9 100644
--- a/man2/rename.2
+++ b/man2/rename.2
@@ -10,7 +10,7 @@
.\" Modified Thu Mar 3 09:49:35 2005 by Michael Haardt <michael@moria.de>
.\" 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 bf7716b64..7758d1af9 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 deb159e04..3e6e9fe66 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 51593231e..e57f2a4d4 100644
--- a/man2/rmdir.2
+++ b/man2/rmdir.2
@@ -7,7 +7,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 be2de2c23..ad05eb0a2 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 5791025e2..359379bb5 100644
--- a/man2/sched_get_priority_max.2
+++ b/man2/sched_get_priority_max.2
@@ -7,7 +7,7 @@
.\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
.\" 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 c035cf98b..8c83d6a01 100644
--- a/man2/sched_rr_get_interval.2
+++ b/man2/sched_rr_get_interval.2
@@ -7,7 +7,7 @@
.\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
.\" 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 cc014ee5b..cc7c4d2b5 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 d4b8bb675..701970369 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 2c931fe27..4593edaed 100644
--- a/man2/sched_setparam.2
+++ b/man2/sched_setparam.2
@@ -8,7 +8,7 @@
.\" revision
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 18add9be1..31bd699f6 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 0f7ec7e66..f6618d881 100644
--- a/man2/sched_yield.2
+++ b/man2/sched_yield.2
@@ -7,7 +7,7 @@
.\" 1996-04-10 Markus Kuhn <mskuhn@cip.informatik.uni-erlangen.de>
.\" 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 aa045ee87..c49076ea3 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 9cd7a6d93..bfb968014 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 9f0f8ff52..648b0ad35 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 d41bbec0b..b113996b2 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 3ebcb93b3..8bd535fcc 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 b49d5e2dc..47bca9ec2 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 6c1624e25..7a301f453 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 f7012d51c..e4dcab25a 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 8597b40bb..b0cb38c25 100644
--- a/man2/sendfile.2
+++ b/man2/sendfile.2
@@ -16,7 +16,7 @@
.\"
.\" 2005-03-31 Martin Pool <mbp@sourcefrog.net> 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 3cd883701..a2e84dcff 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 9a72b5c1c..833abe575 100644
--- a/man2/set_mempolicy.2
+++ b/man2/set_mempolicy.2
@@ -24,7 +24,7 @@
.\" 2007-08-27, Lee Schermerhorn <Lee.Schermerhorn@hp.com>
.\" 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 ae5b3793b..1be697963 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 bf7d87b6e..cc5dba180 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 466ee6300..ab8579803 100644
--- a/man2/seteuid.2
+++ b/man2/seteuid.2
@@ -6,7 +6,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 2f83b4251..4c8ecbe20 100644
--- a/man2/setfsgid.2
+++ b/man2/setfsgid.2
@@ -9,7 +9,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 6e4a6f127..b5a8fe1c1 100644
--- a/man2/setfsuid.2
+++ b/man2/setfsuid.2
@@ -9,7 +9,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 173bf583a..89d9dd735 100644
--- a/man2/setgid.2
+++ b/man2/setgid.2
@@ -7,7 +7,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" 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 1026b0754..3af43dd6a 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 7ba810ada..b932a5442 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 10c4a65c7..9dff9cbb1 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, <mtk.manpages@gmail.com>
-.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 b4d43f481..8594a217e 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 ffb34e795..1eb5c6567 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 <aeb@cwi.nl>
.\"
-.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 16900b8b7..22d59afb6 100644
--- a/man2/setuid.2
+++ b/man2/setuid.2
@@ -8,7 +8,7 @@
.\" <richard@greenend.org.uk>, aeb 970616.
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 5eeef84c7..4035dcf3a 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 <esr@thyrsus.com>
.\" 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 101a2df49..adde5e0b8 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 6b5459afe..d6d0bba2b 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 5bd225e1e..a79edbab9 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 e3d1e2ffb..e869f4811 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 9f12f1928..34c570bf2 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 e7e0ff8eb..d8efdc29e 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 <esr@thyrsus.com>
.\" 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 30f506fbb..e9fb2ff72 100644
--- a/man2/sigaction.2
+++ b/man2/sigaction.2
@@ -25,7 +25,7 @@
.\" 2015-01-17, Kees Cook <keescook@chromium.org>
.\" 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 ecafda196..4fbde6ba9 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 e3c8d46b3..384ee85f8 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 c0bf77a5a..bc7706fb8 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 7e6d98dd8..07179a900 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 2c3509a7c..c2d7bd8c8 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 976482527..58b6bf59b 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 1cf417e19..ad9d4b93d 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 6b08b2d76..f0191193d 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 2c861c168..37fa1000a 100644
--- a/man2/socket.2
+++ b/man2/socket.2
@@ -11,7 +11,7 @@
.\" Modified 2002-07-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 a8b9f2d9d..8a0829a52 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 <esr@thyrsus.com>
-.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 52bc169dc..8e57c92ec 100644
--- a/man2/socketpair.2
+++ b/man2/socketpair.2
@@ -11,7 +11,7 @@
.\" Modified 2004-06-17 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 ecee0464f..7b60753a4 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 babbbffd1..7ed527580 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 <jk@ozlabs.org>
.\"
-.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 0183a6d10..7af2c0ff8 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 <jk@ozlabs.org>
.\"
-.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 aff3075eb..585a20484 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 414961a70..a62dc8fbb 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 <mtk.manpages@gmail.com>
.\"
-.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 04e3dd150..0d1b4591f 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 afcec14c9..008d564a0 100644
--- a/man2/stime.2
+++ b/man2/stime.2
@@ -7,7 +7,7 @@
.\" Modified 2001-03-16 by Andries Brouwer <aeb@cwi.nl>
.\" Modified 2004-05-27 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 9ee696aca..138266f96 100644
--- a/man2/subpage_prot.2
+++ b/man2/subpage_prot.2
@@ -7,7 +7,7 @@
.\" in kernel commit fa28237cfcc5827553044cbd6ee52e33692b0faa
.\" both written by Paul Mackerras <paulus@samba.org>
.\"
-.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 764da9da2..af0929cea 100644
--- a/man2/swapon.2
+++ b/man2/swapon.2
@@ -22,7 +22,7 @@
.\" Author: Rafael Aquini <aquini@redhat.com>
.\" 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 1347918b5..1e7823329 100644
--- a/man2/symlink.2
+++ b/man2/symlink.2
@@ -10,7 +10,7 @@
.\" Modified 1997-01-31 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 d4de4d905..19cb8af11 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 ee6c74ba6..c86e49b6f 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 312fb3f46..083141183 100644
--- a/man2/syscall.2
+++ b/man2/syscall.2
@@ -11,7 +11,7 @@
.\" 2015-01-17, Kees Cook <keescook@chromium.org>
.\" 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 851669492..7348d22be 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 5000f22cc..796b5fad8 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 <esr@thyrsus.com>
.\" 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 93e873b56..2b6a1bc02 100644
--- a/man2/sysfs.2
+++ b/man2/sysfs.2
@@ -4,7 +4,7 @@
.\"
.\" Created Wed Aug 9 1995 Thomas K. Dyas <tdyas@eden.rutgers.edu>
.\"
-.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 2d3fb1acc..0a93fda04 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 <esr@thyrsus.com>
.\" Modified Mon Aug 25 16:06:11 1997 by Nicolás Lichtmaier <nick@debian.org>
.\"
-.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 951673cbc..3a5b462c9 100644
--- a/man2/syslog.2
+++ b/man2/syslog.2
@@ -9,7 +9,7 @@
.\" 2008-02-15, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 3efc8fa4a..85e6852a5 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 665623c08..b5402326c 100644
--- a/man2/time.2
+++ b/man2/time.2
@@ -6,7 +6,7 @@
.\" Modified Sat Jul 24 14:13:40 1993 by Rik Faith <faith@cs.unc.edu>
.\" Additions by Joseph S. Myers <jsm28@cam.ac.uk>, 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 51c3c7750..a07528ba6 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 0fec21e4f..cf93617fe 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 91de9f2d5..ff2c84c22 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 eb434aa7a..d1c787af0 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 8098c33ca..50c81c463 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 2bbc710e4..54e0c2eeb 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 cbca32224..c4e888b75 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 ff0ed1463..79a2b07ec 100644
--- a/man2/truncate.2
+++ b/man2/truncate.2
@@ -12,7 +12,7 @@
.\" Modified 2002-04-06 by Andries Brouwer <aeb@cwi.nl>
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 da5d93ce5..94b74fea2 100644
--- a/man2/umask.2
+++ b/man2/umask.2
@@ -11,7 +11,7 @@
.\" <nick@debian.com> with Lars Wirzenius <liw@iki.fi> 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 926d3021a..6aa433012 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 4e81d0598..f7183840c 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 3b621f23c..a6b6c0458 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 3a343fb5c..b16132057 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 <mtk.manpages@gmail.com>
.\"
-.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 8c98e1073..e72464950 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 f6b4e856c..537653771 100644
--- a/man2/uselib.2
+++ b/man2/uselib.2
@@ -8,7 +8,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 e877d4cf1..a49bc984c 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 97207a7a6..d7594b5f9 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 ea0f5c5d6..533872357 100644
--- a/man2/utime.2
+++ b/man2/utime.2
@@ -8,7 +8,7 @@
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\" Modified 2004-10-10 by Andries Brouwer <aeb@cwi.nl>
.\"
-.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 bd715f020..11cf3ee24 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 93392cd54..e4ab74427 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 5acfa542d..7be0f220f 100644
--- a/man2/vhangup.2
+++ b/man2/vhangup.2
@@ -5,7 +5,7 @@
.\" Modified, 27 May 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 2eb7e5000..c41dd8161 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 01c98aece..dd74f38b5 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 1c0c57769..3a36435cb 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 c8c045ad7..2c00aa8d4 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 7b6ea9831..bbfb68af0 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 89d99a7c6..6037f0a01 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 71b4a3c74..fb194d901 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 55fe746b3..f9b55527f 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 4da1f0e01..22f63834c 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 c73a32f7d..fec4e5d27 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 a1bad99d6..e9ff36b72 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 1256d3d2a..b08cacd0e 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 3e1c159ab..6d7e8ef5e 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 483f43c9b..ca27b2277 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 1cdf039f1..bf5d2abf7 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 1a8d3b98f..f8751401b 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 c89ce745c..bdba10f48 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 63049da3e..a4f551463 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 c4a57dcb6..f703a18b8 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 a9ab04788..e21e18973 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 23f647c5c..78e90c756 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 676110aae..ef060678a 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 c592e7f0f..428918e92 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 bf2158545..b4218c6d5 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 fff08d8ea..a3bdf4010 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 8348fdb20..268bafbab 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 bfac38bad..091d423da 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 62ceea846..1cd640f74 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 cfffc381e..c7b34d6ab 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 50b951b1e..5c217b746 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 896cc1056..4bdcca5f8 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 84a9e3e05..bd9da10d4 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 55ffeccc9..d40fd8b3a 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 1c9c67d3a..86e9a4f4d 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 96e5a8720..b6de3066d 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 133d5a085..e5cd6037d 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 01cdfc8bc..820713eaa 100644
--- a/man3/asprintf.3
+++ b/man3/asprintf.3
@@ -4,7 +4,7 @@
.\"
.\" Text fragments inspired by Martin Schulze <joey@infodrom.org>.
.\"
-.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 9cf31aca3..a5d932a01 100644
--- a/man3/assert.3
+++ b/man3/assert.3
@@ -5,7 +5,7 @@
.\" Modified Sat Jul 24 21:42:42 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified Tue Oct 22 23:44:11 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" Modified Thu Jun 2 23:44:11 2016 by Nikos Mavrogiannopoulos <nmav@redhat.com>
-.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 ef28f55a7..37e42102c 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
.\" <walter.harms@informatik.uni-oldenburg.de>.
.\"
-.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 5ccf86cb7..c48295abb 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 c437dc963..8ed1e82c1 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 436394435..eb46adb53 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 7c270565d..422a579de 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 6f0229206..0d5ea6671 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 1ee2248c2..be4cbcbc1 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 a1172e477..3151c5482 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 c4d94abb9..e2aefe495 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 ca90dec83..3ede10b8b 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 <faith@cs.unc.edu>
.\" Modified Tue Oct 22 23:47:36 1996 by Eric S. Raymond <esr@thyrsus.com>
-.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 67f95aac8..495be73f0 100644
--- a/man3/bcopy.3
+++ b/man3/bcopy.3
@@ -10,7 +10,7 @@
.\" Modified Sun Feb 26 14:52:00 1995 by Rik Faith <faith@cs.unc.edu>
.\" Modified Tue Oct 22 23:48:10 1996 by Eric S. Raymond <esr@thyrsus.com>
.\" "
-.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 640396d49..038588043 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 d51b4ab04..488057ce5 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 0156755e6..83f015205 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 10b47d3d7..8011a45b5 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 de680bc33..52d20ae15 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 5cb9c0bfd..98d93de5f 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 3dcb93eff..c56608a65 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 31e79364e..ecc741077 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 1077235be..94d5c6dd9 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 cfe392fee..3bb00c1df 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 1a1c5f1e0..777a8d8cf 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 b4e0c0632..1d17cb872 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 aac228963..a3098df6c 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 160747987..dd1a8242c 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 d69ceaec0..2351d25ff 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 115243783..43a97a8cd 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 a609d42e6..5005c556c 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 6e6ffd3a7..68b33985f 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 80882ca58..e2bec8ee1 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 1faf26415..dfd79fb55 100644
--- a/man3/catopen.3
+++ b/man3/catopen.3
@@ -5,7 +5,7 @@
.\" Modified Thu Dec 13 22:51:19 2001 by Martin Schulze <joey@infodrom.org>
.\" 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 6638ce661..e4db8685e 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 08d63a1fe..9e527a074 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 3c21b039b..9d905e031 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 34c39b73b..f2218df27 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 4cfbf716d..032821e28 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 da7867746..a1d1ac7d8 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 c864503bd..1c29a50f3 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 b8bf16a1d..213b9c9a0 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 5b6e01a86..a50a9a202 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 2b8e6f15d..e4dc76e97 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 c5726d09b..9fa92fff5 100644
--- a/man3/clock.3
+++ b/man3/clock.3
@@ -6,7 +6,7 @@
.\" Modified 14 Jun 2002, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 6610e84c9..0ad1916fc 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 ee2526f05..6b1cf559e 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 73a6715f4..95cf0e53f 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 8324ae3d9..05c0eb27c 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 5b1056046..ccebaedcc 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 48593b753..c4639b3f6 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 4abd639fc..e6c463d96 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 57480acc4..b3da806a4 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 5a24d5e19..a598a1034 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 682f676b6..b53f0ddba 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 e6e32d231..ee7a2bc99 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 ece853b42..edbc7f6f7 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 adeb481a2..1d3cfb76f 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 7bc8b0d6c..2419733b0 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 57ab276b7..2fc2686ac 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 c84856682..eeea22832 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 5546eb925..3afa0ea28 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 47c5a85da..f0a07f007 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 4fc2a1415..35c0935f9 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 d154aa94d..88047b83f 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 129cab1f0..35400a9b9 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 f512fa0cf..8b48c928b 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 315ec2b89..d4b258f1c 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 ce46fec0d..4a42bfbc8 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 d4ae6cc33..90ce308b9 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 b7c95d795..91ce56544 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 21c8cd3b1..7df981df4 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 2a0074940..4655726ee 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 d31486aee..8297a7985 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 2127c5feb..a202c0c2c 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 fef2eb802..8c2d73803 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 9375ed394..baf020ff3 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 2d91d4829..992401685 100644
--- a/man3/dlopen.3
+++ b/man3/dlopen.3
@@ -13,7 +13,7 @@
.\" Modified by Walter Harms: dladdr, dlvsym
.\" Modified by Petr Baudis <pasky@suse.cz>, 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 f40daa352..1b64dce84 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 b031370ae..bb6bc80b8 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 9beb81179..b739560e1 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 609ba15d0..cb14395d0 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 2155af693..32092b7aa 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 cc9d40065..a1b04cbe7 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 d655226b9..ad5861e83 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 4a70659ed..e466cd073 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 74c86e5a3..ca9a5be11 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 718b7898f..6d12fea85 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 76a11565d..6c31424f6 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 1103b9081..8e80be09f 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 1245fc2c4..67b621310 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 a2e710ffd..be073d22f 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 6e4f9153f..8776a16bc 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 018eafcc2..3dd00fe23 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 a603b7feb..3fdf6800a 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 1e56e82d6..0bd589fda 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 6a9129964..08c9e16ad 100644
--- a/man3/exec.3
+++ b/man3/exec.3
@@ -10,7 +10,7 @@
.\" Modified, 24 Jun 2004, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 69feaae84..94e7be6cb 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 d31252ce9..db06ef80d 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 ea34e358f..59f1edb6d 100644
--- a/man3/exp10.3
+++ b/man3/exp10.3
@@ -12,7 +12,7 @@
.\" Modified 1995-08-14 by Arnt Gulbrandsen <agulbra@troll.no>
.\" 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 72284582a..db9e34f08 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 adec6fd1e..602fd87df 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 54818ad25..0956052b0 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 143785db5..613e65557 100644
--- a/man3/fclose.3
+++ b/man3/fclose.3
@@ -13,7 +13,7 @@
.\"
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\"
-.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 fcbe0ac29..f3cac8bb0 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 6de62e064..58f203ddc 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 89c9b2e84..debad040a 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 0bae6a74c..6400f2303 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 84665564d..1498f8cc5 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 b44185725..948a31d25 100644
--- a/man3/fflush.3
+++ b/man3/fflush.3
@@ -14,7 +14,7 @@
.\" Modified 2000-07-22 by Nicolás Lichtmaier <nick@debian.org>
.\" Modified 2001-10-16 by John Levon <moz@compsoc.man.ac.uk>
.\"
-.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 70245b2d5..d1ec49b45 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 8a03221df..2cd14a5fb 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 ddd5c1bf5..7d6c5a23b 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 077a15c76..593b0bc80 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 efdf72dfb..2921fdb12 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 <moz@compsoc.man.ac.uk>
-.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 381737ed4..56713f71f 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 <moz@compsoc.man.ac.uk>
-.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 d5b505e10..ba48e802c 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 5efe2bd79..a71c7ef85 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 f74ba1d73..42f9066cf 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 44618da69..ce55a7d40 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 cf38f5a77..2d396b743 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 e603e9f10..3faf4fb2e 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 79c06dbc6..598aa4380 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 4c1ed527b..c50660234 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 86c977599..516208f87 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 22a2b923e..d8f30a85a 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 9765511b1..74ddc047b 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 b6d690bc3..d2fb6abea 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 9dfb33df3..400455e35 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 647843544..d465db5ac 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 3e6d4c0d9..ad3587adf 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 f927614e8..53294c51a 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 3d1683e1b..321ee80cd 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 fd6d2280d..17d4632de 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 f61a3c378..2ae36c1a4 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 <jrv@vanzandt.mv.com>
.\" Modified Fri May 17 10:21:51 1996 by Martin Schulze <joey@infodrom.north.de>
.\"
-.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 99415ec8b..b67268366 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 97cf9eeaa..1cc09a053 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 5be0f02b0..cdc02f68e 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 d8905dc9d..e88cea669 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 8fc94122f..600d216ed 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 94587b3a6..691c0b34b 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 b74e588df..5dfe839c7 100644
--- a/man3/ftw.3
+++ b/man3/ftw.3
@@ -14,7 +14,7 @@
.\" 2006-05-24, Michael Kerrisk <mtk.manpages@gmail.com>
.\" 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 77024e08a..28855fa1f 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 38c9b9260..529425a16 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 d7605347f..a0d1a0ac7 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 eb345378f..3838c72c1 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 c8ae05c5b..bbe920a69 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 24a597243..0af07e9e3 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 22f90b829..8a97b7008 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 96389cdd9..131b781fd 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 aa5106617..05b00b43c 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 edf5e2dc7..7deecc355 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 f03d2998e..382bade77 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 <rl@hellgate.ch>
.\"
-.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 4b3453646..7554d401c 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 0a903b9f5..ce8ee69a8 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 5425a64b3..4b6ac0acb 100644
--- a/man3/getdtablesize.3
+++ b/man3/getdtablesize.3
@@ -4,7 +4,7 @@
.\"
.\" Modified 2002-04-15 by Roger Luethi <rl@hellgate.ch> 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 7105a7dd6..2924af923 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 c95b1e428..ba4027078 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 22bc76068..29b92c084 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 14930f153..12d7b0c72 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 b727950f6..8a47bf59e 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 a1642ebb6..7ef37819f 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 a07c898d0..36c73816d 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 1d172f5a2..20ad562be 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 10682b0c1..f5906d26d 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 <esr@thyrsus.com>
-.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 b2b67653f..f9cc991d0 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 ad02428fe..e57a6ed94 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 28ccd5f81..4b6fa4781 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 d05d96d20..f462d522d 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 36d5226c2..50b8b008b 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 1805ca2cf..3c704b1d8 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 c21fed9c3..5c42c09b6 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 0246edd73..846b5ae37 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 12c5dcaf3..36a2ff819 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 d3be06eea..f20938115 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 0756199b1..5ffb29f50 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 4547c282d..0466728f5 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 447a8adbf..2e3815a30 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 55229c9ed..0a06b8178 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 3af27f91b..6a0d8f345 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 bbf58a94c..b46827b0c 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 5ad8ca316..bde13f399 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 fe55d2afe..219d37733 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 9a4653361..fd383abe2 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 2bac24548..44d20b7ed 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 401240264..99c8d4b1e 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 54bf95aa8..1b1c0e281 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 <dmalcolm@redhat.com>
.\" 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 bf3426c45..f9f8c204d 100644
--- a/man3/getservent.3
+++ b/man3/getservent.3
@@ -11,7 +11,7 @@
.\" Modified Mon Apr 22 01:50:54 1996 by Martin Schulze <joey@infodrom.north.de>
.\" 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 bbeb129e8..4e7b1f03d 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 f0fb1182d..3389105ab 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 7e2683190..7693fb9c0 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 ee5034e4e..71b36f77b 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 f642fd896..110f5a3f0 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 6eb410a3f..41d5490af 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
.\" <michael@cantor.informatik.rwth-aachen.de>
.\"
-.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 e9d6ee1d9..b77c3b20b 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 b335232df..d0a53cd54 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 814f42379..1b391185f 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 6559536c0..058bf1f07 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 e21500033..967a504f5 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 4af3e5f8e..d3c369baf 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 80374d0df..37be70864 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 2b69eac42..dded63833 100644
--- a/man3/gsignal.3
+++ b/man3/gsignal.3
@@ -4,7 +4,7 @@
.\"
.\" This replaces an earlier man page written by Walter Harms
.\" <walter.harms@informatik.uni-oldenburg.de>.
-.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 86b045477..ae7dc75f5 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 88a16bce1..61774dbaf 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 <wayland@wayland.id.au>
.\"
-.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 ff69bcad2..c64afd82d 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 e0204dcc1..32d5a9b13 100644
--- a/man3/iconv.3
+++ b/man3/iconv.3
@@ -10,7 +10,7 @@
.\" 2000-06-30 correction by Yuichi SATO <sato@complex.eng.hokudai.ac.jp>
.\" 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 23e6a5b59..dc7f1b504 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 35e313a35..435d99dfc 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 8d8c15831..82be58e9e 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 5d2c2638c..9482d96eb 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 979dfa6a9..056eedaae 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 5272e0538..ba6e9d213 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 99065b47d..8b8a15c15 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 cfd3a9b72..8dce6b299 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 02ae4f574..b06c268bd 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 cd978a559..807c4ea03 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 dc9585bc5..5e65db35f 100644
--- a/man3/initgroups.3
+++ b/man3/initgroups.3
@@ -9,7 +9,7 @@
.\" Modified 1993-07-24 by Rik Faith <faith@cs.unc.edu>
.\" 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 58c56ad33..5da2aa258 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 3f5dc399a..64d8ba68b 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 6432cf2f4..32abf5308 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 <jrv@vanzandt.mv.com>
.\" 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 0c7d8a7db..8bb4766d0 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 606f79c32..61e436af5 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 855319c9f..73e9780f9 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 b1142c60a..060a69c35 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 51e4e769a..f3349b729 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 7ebb3b3f6..f85cbe5c0 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 d4870cb00..5a7843729 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 b3bb6a15a..9fdd05b07 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 02136b425..ec4a74787 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 5e0cf37a2..970ebe1a4 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 f05dbdbb0..2b8cb81a9 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 8d530cdc4..f254bb141 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 a7a7e0b9f..00cfa99ad 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 ffcd7c9ad..297320eee 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 57a62f0c8..465956b29 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 f52f6720b..f471f7f2b 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 00c295d0c..6d6445d57 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 9c1cd67f5..9f84fda2c 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 fd5284c1d..f33448786 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 40447dfc7..8e49343bb 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 a7822ef24..d680de97e 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 bc6afebc5..42d3369c7 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 7ebbba1bb..0f4bf978e 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 7282fc07c..8e79bc64f 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 5d2b6067e..ece0a8970 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 3094d27a6..669dca7ce 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 acb65901c..797eb92b0 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 267cb4b87..54d1b2310 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 2a558a92a..b7851e5fe 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 fc27baf10..78ab1eb88 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 869189136..0c51777f6 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 3da8cb572..240e16db8 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 083ee03de..53c6ed9af 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 cef88be3c..8b6a1e3be 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 2a35d0408..ff1f5fc82 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 5ffe672f3..e2bc378c3 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 0d987f5ba..be1fc12bf 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 5e4375a1f..7991c9a4d 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 c40683efc..d7f186354 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 439119b4e..a11a78f73 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 d4de33eb3..6ecfac60a 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 1afc6b549..e49bb8071 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 c1e30cd12..1c4466842 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 9a9a22f64..dd39facc7 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 b39fce6f6..42a4428df 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 c2908f427..43438d213 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 55a04ee42..91b3ae922 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 8b51cd250..ae7b38f1b 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 399097e0c..35c2b8db5 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 abd6dd44e..b91c0fbc2 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 7ea9615c7..5ba22cf43 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 4490bbd72..58a5f2a45 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 576b30405..e51e7ea71 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 65b6aba17..30a2a8679 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 8b846173e..b0a25ae12 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 02f845d79..032d90273 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 dd7cce995..9e23e982b 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 39f77f31a..69be48868 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 83215f620..cc65fcbd1 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 2421afab1..636e65fec 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 75ac0d946..9f26f5e0f 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 c256529f7..e1c642072 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 db49340bd..a29026445 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 8426edf5b..1fcaa5a5f 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 3d5146148..9f9432bf2 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 4b82183f3..ad082ebe4 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 c9598ea72..c330e4950 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 6a6a9f4b0..2c9dc7b53 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 27470ffed..5a069a990 100644
--- a/man3/mktemp.3
+++ b/man3/mktemp.3
@@ -11,7 +11,7 @@
.\" (prompted by Scott Burkett <scottb@IntNet.net>)
.\" 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 b0a7523e2..0a20d236e 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 8d1aafb60..d49edcf51 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 e8c2c1ec2..90acee5a8 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 d0ac0b185..104ed51d5 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 ac3da631f..b4b201632 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 6d7ad279a..33b430540 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 8b880d30d..94f686d97 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 2da7522be..26947595a 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 2804583a5..0d95fb058 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 d7105d621..93434219f 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 58d133703..aa7532865 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 a3a2b5942..564731102 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 97f985f85..89d830356 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 48bc03db0..1027caba6 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 e9e578449..13253d349 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 124790061..dc2000d40 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 15758aa7d..567ce0b94 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 7a1f2c0a3..2714717d5 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 f84a534e4..392e30015 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 e52aaeaff..3f2e82734 100644
--- a/man3/open_memstream.3
+++ b/man3/open_memstream.3
@@ -4,7 +4,7 @@
.\"
.\" 2008-12-04, Petr Baudis <pasky@suse.cz>: 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 2517114da..b35b0bb34 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 <drepper@redhat.com>: 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 1d9cbc241..bebe2f07c 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 56a7f74af..28098f2b1 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 2f981fe54..93e7ea196 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 3e406c101..f1950132b 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 993ca293a..336f69728 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 98129e7dc..fcce2ded1 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 <mtk.manpages@mail.com>
.\" 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 f61120de5..4734bda7a 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 3e6eb712d..7bf6dbd77 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 bc4900c53..9d0bcccf0 100644
--- a/man3/pow.3
+++ b/man3/pow.3
@@ -12,7 +12,7 @@
.\" Modified 1995-08-14 by Arnt Gulbrandsen <agulbra@troll.no>
.\" 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 948dc379e..ca59ae112 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 5c078e1f0..878f95791 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 2053e8be4..359d92c84 100644
--- a/man3/profil.3
+++ b/man3/profil.3
@@ -5,7 +5,7 @@
.\" Modified Fri Jun 23 01:35:19 1995 Andries Brouwer <aeb@cwi.nl>
.\" (prompted by Bas V. de Bakker <bas@phys.uva.nl>)
.\" 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 d0b018b3f..5b348c5c7 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 b4bab9ceb..c0b8bafc1 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 cce7cfa61..1ba951555 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 1e24bc37a..2b625d745 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 763d7a6ac..1ebac3bb1 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 b98896327..9ff0620b7 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 3a71ca7f4..b62c82bc0 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 7f1c42236..863e95d4a 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 aea88db28..e7fc95a94 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 a797e54c9..960871946 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 02fe74e60..298d64e7a 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 6f106ef8f..956775e43 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 6e7bbd592..6e79d4e29 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 f0f7be7c2..71628d316 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 560bd19ea..bc0b9484e 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 ca649b01d..64557acca 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 a590203ef..52c4bf32a 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 e25f33e29..8cf32157e 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 8a894b329..4555cc2e8 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 65314b4ac..c3b6ad8d2 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 7ccab5d1a..9ed2db9ce 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 3fa5e64a5..220a6dc0c 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 389ba0b27..ec2093ee2 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 6dd861c02..7c859a057 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 1c5320dad..82f991ad8 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 8c0b340a8..507147d05 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 8326b13bb..321ed61c9 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 94ef87871..75205d805 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 65e18dc7d..fabd7498c 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 761e096c0..fbe566f28 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 80a69becd..60f09b4c1 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 477cf01a0..85f1d13f5 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 5e6080451..0627e3efa 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 7d8eb93a1..33e907d82 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 f94d47304..6511740d0 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 e1e442709..28a01a799 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 0fe520f1f..056a1c745 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 a9f735da4..4a3e266a6 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 285bc2268..58ed7fd25 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 dfa56aba7..ffec8bce5 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 3c250b0b3..84a22c37a 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 32dfdea61..06f7d0464 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 efa97db41..643e8943a 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 ddac3e6c7..e63bff9a9 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 8bb638bf2..ed7f439e3 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 01d4aa6bb..e4dcf3cc6 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 5617803a2..e40005df6 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 2c709942e..0f8e27e18 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 922d8d8fd..1245bdada 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 8a9f5f98e..c5251c5f4 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 c37023368..b2fa57fba 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 0963e0eb8..7dfa731a1 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 45c41d8a4..edd5fa6f1 100644
--- a/man3/qecvt.3
+++ b/man3/qecvt.3
@@ -5,7 +5,7 @@
.\" This replaces an earlier man page written by Walter Harms
.\" <walter.harms@informatik.uni-oldenburg.de>.
.\"
-.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 016350022..c1abf3d97 100644
--- a/man3/qsort.3
+++ b/man3/qsort.3
@@ -14,7 +14,7 @@
.\" and Ben Bacarisse <software@bsb.me.uk>
.\" 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 eb8ef0f1d..75cba6d1a 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 14921192e..45d9ddab7 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 3d10e3635..fd2512626 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 6049711a1..b2bf97b06 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 a5b2c6ba0..b4e90589a 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 7dfd33f73..8d0c5f049 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 012b09e28..8ac95a923 100644
--- a/man3/readdir.3
+++ b/man3/readdir.3
@@ -13,7 +13,7 @@
.\" 2007-07-30 Ulrich Drepper <drepper@redhat.com>, 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 ba151d1fb..f5a97da62 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 82f0327d3..5a019e18f 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 1bddcd784..1a3facc02 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 2156adf23..e423e442d 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 b24173471..0bf54b228 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 cf0c74330..a04299199 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 dc837b9a6..e0447b3a5 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 ed82787e3..b565bb5e6 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 b295c40d7..71c25627c 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 41c69b53e..749dfab13 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 3477ab46e..c8cd769d7 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 103c9e469..32ff1016e 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 654d50cc1..b0cfc52e7 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 fd7b889f9..96a4c28be 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 1d9b3e591..5de2ec825 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 3ad1b7200..71da914f4 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 eaa905431..c60f4fa7d 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 7e917c5d2..4b0c80fb6 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 48855ed82..0807b8cb2 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 781e4c7af..e3915a7be 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 a28e9669f..9e4fa906f 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 c3304bc98..c05af82b1 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 6ce557024..6677809b5 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 e5810ac83..b376dd8e8 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 63042e602..2351a5d24 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 28bcd9f22..9c0779b1f 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 b86b63310..6c56a54bf 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 e78d9cc8b..d64e9b43a 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 e32fd58de..8516d0406 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 f8d4bcb78..3cc0ce09f 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 5199b62fc..9d3cfb968 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 02b6561dc..4a62952d7 100644
--- a/man3/setbuf.3
+++ b/man3/setbuf.3
@@ -17,7 +17,7 @@
.\" Correction, 2000-03-03, Andreas Jaeger <aj@suse.de>
.\" 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 19359ff85..0be21b524 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 f8b858be7..d11c7db6f 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 2d0424a37..8129edbbd 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 77c66ba17..530dc563d 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 d88ebe4e9..3625adf14 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 005ad2109..c82b152be 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 c72d27983..ecf749ef0 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 628da8a53..05285e37a 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 25c55259b..0cdc04ca0 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 742565f48..26e09cd75 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 cd07a8593..84297ddf1 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 4ce27d84e..0530179ca 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 a7456f84a..e5a4fc3cd 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 6511bbafe..6f69523c1 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 2f91f9a35..e7f93a040 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 92f7124b6..de7b2cec0 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 d4983f667..eda3dcb38 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 225c31504..8dbf11169 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 697363129..cb61d08d2 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 47c9a9b4f..7ca588919 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 abb6b6d7e..ed75eb248 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 784f02550..26f62e919 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 0d091871e..bfce87672 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 e694952ba..3c3bb2b00 100644
--- a/man3/statvfs.3
+++ b/man3/statvfs.3
@@ -7,7 +7,7 @@
.\"
.\" Modified 2004-06-23 by Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 c0499bbee..c7930643a 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 20d0e6c49..aeeed24ed 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 f840208ae..3192a5271 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 364641c87..d166a9322 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 1b3510669..1efa79133 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 dee9fb31c..c057845ac 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 29da600e8..58a22349e 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 e266f851f..5738bb9be 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 <marc.boyer@enseeiht.fr> + 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 8d861daa1..1a7315bc5 100644
--- a/man3/strchr.3
+++ b/man3/strchr.3
@@ -10,7 +10,7 @@
.\" 2006-05-19, Justin Pryzby <pryzbyj@justinpryzby.com>
.\" 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 051374bd8..933011b9c 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 afc838839..497987b88 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 547913357..461b811a5 100644
--- a/man3/strcpy.3
+++ b/man3/strcpy.3
@@ -12,7 +12,7 @@
.\" 2007-06-15, Marc Boyer <marc.boyer@enseeiht.fr> + 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 ada04133d..7d15245b4 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 <moz@compsoc.man.ac.uk>
-.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 997fa17d0..8857ddb4e 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 42e01b134..40342a900 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 4722edd86..a936489a1 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 fecff9e11..f1fbd7a12 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 35e5d46cd..9a10275ca 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 bbd8787fc..ec5ed0bd9 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 6314589f2..06543b764 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 e65b79053..3cf575735 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 a4aead713..5323d42c3 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 6342ea83a..e220f21b0 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 497e121bd..ba863e5eb 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 35b4cf709..2086be273 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 512c4f810..8eb2e7885 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 f38a1417f..9cebc4a3b 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 f0314575d..2eaa9eb4f 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 45502af6a..d9a9eb2dd 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 08cc70de8..8872957d0 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 8baadf5de..8152c91e2 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 eb52fba94..c62ab767f 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 c06a560bb..c5bb2825a 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 b9295cd4f..909aed1df 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 196149f05..334d731ab 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 d448e0ace..985755e97 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 74b420caf..81082075a 100644
--- a/man3/syslog.3
+++ b/man3/syslog.3
@@ -14,7 +14,7 @@
.\" Modified 13 Dec 2001, Martin Schulze <joey@infodrom.org>
.\" Modified 3 Jan 2002, Michael Kerrisk <mtk.manpages@gmail.com>
.\"
-.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 b3d1d5523..b28cf7716 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 61bc2a230..1faff92ab 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 b03e75237..f96fe6e88 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 554bb1f73..b35cf5ff9 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 7e5e7ed8e..9a436b560 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 409135577..eb9cb4d54 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 075e1b8f7..e1b8a6073 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 d78931a22..7c2d2d5b0 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 74ea01762..faeb5ca09 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 aa7799a28..5d6370d94 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 1c4bff2b6..3803e1c3e 100644
--- a/man3/tgamma.3
+++ b/man3/tgamma.3
@@ -8,7 +8,7 @@
.\" Modified 2004-11-15, fixed error noted by Fabian Kreutz
.\" <kreutz@dbs.uni-hannover.de>
.\"
-.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 93c57b206..d8dd7f4da 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 86288083f..9487031c5 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 62a613f65..6c94a338a 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 16250b572..dc2012e5d 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 9fb6809b8..e95364109 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 d432ea110..f982dfcfd 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 <nick@debian.org>
-.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 34dcbc0c3..ea6ee5a60 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 c43196fa3..e01d02bdd 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 d5bc6b663..3fe1a57df 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 47ea3d146..12d4ab2a6 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 850a857e9..1e177a6a9 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 6295cbb0c..39d253356 100644
--- a/man3/ttyname.3
+++ b/man3/ttyname.3
@@ -5,7 +5,7 @@
.\" Modified 2001-12-13, Martin Schulze <joey@infodrom.org>
.\" 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 92e57c519..d7226e667 100644
--- a/man3/ttyslot.3
+++ b/man3/ttyslot.3
@@ -5,7 +5,7 @@
.\" This replaces an earlier man page written by Walter Harms
.\" <walter.harms@informatik.uni-oldenburg.de>.
.\"
-.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 8324042e1..c81f24a0f 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 <joey@infodrom.org>
.\"
-.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 9c996e564..749822b7d 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 897063d69..349e5d6b5 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 454a4d144..0cd8b5c9f 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 49848c9e4..31823cf9c 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 210820fcb..f87b57779 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 b9e1c289d..d80bdb3a7 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 b6722565e..dcafd9ba0 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 f24391707..6fdaad5eb 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 2af910d26..eac383497 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 daaec4307..376a5f3e4 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 2c94b3ab7..5b26a5e37 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 0d3126715..3729d4da7 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 3df607865..57a0572cc 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 af48945ff..68ac33b60 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 d960e612a..c43aa0ebf 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 ed4ca48f2..ef2f3dc49 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 ea15f9a07..e5909cb7a 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 45b8c843e..aa57abe84 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 8fa61e053..d5907ff52 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 b9b22053c..1608cce9e 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 e469c0e87..f9637388d 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 6c602c6e8..1eb108f0b 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 9a19a685a..cdf824c90 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 a7d8361e4..12969d43d 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 2716d1cd7..b85e2db4d 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 5939d9dd3..ef9aeba4c 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 59e0da981..1572e37b7 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 a9da6e864..1567bedb9 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 c5895e393..aed7024b7 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 ec1ba4aba..b967c05aa 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 14eba0c39..600ed499c 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 853ac152b..f7ee6640a 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 ea2431f83..9aee2cc1b 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 1728b228d..547381f7e 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 2b5436ac6..db19a6dfc 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 aa96e29ca..4493368b0 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 6e7df6691..fd20bc67f 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 3edf278a3..2008e7aa9 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 b6f8d2145..71a9ee90e 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 58fe53368..65530a139 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 b0148f122..16a03d869 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 db8b79b51..af432f79c 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 e5c8714ff..0b2fd6a67 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 53b39961d..010dde6aa 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 c6ac4ea50..526028913 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 5314f8994..57f1794f3 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 4ef0a087f..40bf78c57 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 0cd1db14a..8e10bb90e 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 bc977dcb8..ff1afae2d 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 4b021513c..5b892a423 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 627132da3..e95d3a7cd 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 830430b22..ae53f2cb2 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 b8a5b085a..8d36cfce3 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 e9a70a66d..a889901b3 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 541186ee5..029cf945c 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 145f51423..74b65dd92 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 1574d7f29..8efe41e31 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 7300fb4fc..2af0ed01d 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 716cdc9c2..0034312b3 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 7ad482968..b406a32b8 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 2983c1ffb..761dce591 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 8441d8cb4..d88e313d6 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 8eee12446..4e18475c8 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 12c6c5cdc..da336bcb6 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 1214b8fa2..d9949421a 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 ec529495e..113ffb983 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 340fda29d..c29f28034 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 1012568af..be6e38824 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 ddde7d22a..d85305b9e 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 a879e3397..173caa985 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 9cc6ddd58..75e8cf9a6 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 890e5bad6..f748e80f6 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 610c02b7e..f7bf4dde9 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 cdda30d24..3e2bb1057 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 79251ec69..254ae1707 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 1d384d9d8..007ae9486 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 0a60a6a75..286fe2605 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 f087635f0..bbbf89695 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 fd69d1ce7..88d54682e 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 cb84fc867..a2cfe5c95 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 a3effccb7..7f52ebfcb 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 150d27551..c9cbba6fc 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 269b628fc..4f4c74a3b 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 28baaffc7..dffc00d25 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 0d1e9d6d8..c8bbbc12a 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 dd49a921f..b5c3008e4 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 f749e15fb..1535e1288 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 a9612fe83..7d25ee3fe 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 fec3ff2ee..cc4b0f325 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 24c65de43..219efd535 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 4d2a6114b..0587e096f 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 <esr@thyrsus.com>
.\" (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 5f96b6b9f..ae2eacebf 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 d943c5338..51f5dfc03 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 eb4cdbad7..220fe378a 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 d6a1857e4..2a2015098 100644
--- a/man4/lirc.4
+++ b/man4/lirc.4
@@ -2,7 +2,7 @@
.\" Copyright (c) 2018, Sean Young <sean@mess.org>
.\"
.\" 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 c58b90030..f4d4e7df2 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 b559ebfae..2e6630969 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 70208ce96..9fc2f4608 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 413994ff4..4d21a9574 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 5d0128405..791c2fdee 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 0abca8c2c..0d65f3ee8 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 ea4bf0744..5e2941175 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 7fbe22454..218da4423 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 87e47b676..273bc051d 100644
--- a/man4/random.4
+++ b/man4/random.4
@@ -9,7 +9,7 @@
.\" 2008-06-20, George Spelvin <linux@horizon.com>,
.\" Matt Mackall <mpm@selenic.com>
.\"
-.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 d0ac2352a..fd93c3970 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 bd26b4311..37e404e83 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 f9fe1868d..13ba55841 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 f8753baab..391f930ba 100644
--- a/man4/smartpqi.4
+++ b/man4/smartpqi.4
@@ -4,7 +4,7 @@
.\" Written by Kevin Barnett <kevin.barnett@microsemi.com>
.\"
.\" 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 8c4e6257b..add90feb9 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 7f11cbfc3..f2d21ab74 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 4950ffe08..59e3e24cc 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 99680a755..ba75a589f 100644
--- a/man4/vcs.4
+++ b/man4/vcs.4
@@ -7,7 +7,7 @@
.\" 2007-12-17, Samuel Thibault <samuel.thibault@ens-lyon.org>:
.\" 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 628a3e83c..6e332c8a3 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 ebcada4e3..af8af80f0 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 6e62769f4..0b8686b74 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 7cef4692d..9ad8fc668 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 4cda4c9ae..04e34bbf9 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 4865277f8..335ca14c7 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 <joey@infodrom.org>
.\"
-.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 6683291af..220c0a3a8 100644
--- a/man5/elf.5
+++ b/man5/elf.5
@@ -32,7 +32,7 @@
.\" 2007-10-11, Mike Frysinger <vapier@gentoo.org>, 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 80c31e5c2..0b618a071 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 1e4421b68..03f108962 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 07b60c1d6..5c57a5c78 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 cfc16cc28..f133c377c 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 11baaea7c..9db4a8f25 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 <joey@infodrom.org> 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 635dda7a7..575e94ae2 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 69abaa5f3..d4a2adcd5 100644
--- a/man5/hosts.equiv.5
+++ b/man5/hosts.equiv.5
@@ -1,7 +1,7 @@
.\" Copyright (c) 1995 Peter Tobias <tobias@et-inf.fho-emden.de>
.\"
.\" 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 fa6eca549..8ad27567a 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 499bc45e6..8f10c0327 100644
--- a/man5/issue.5
+++ b/man5/issue.5
@@ -5,7 +5,7 @@
.\"
.\" Modified Sun Jul 25 11:06:22 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
-.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 128ac9d9d..4c9c59a1c 100644
--- a/man5/locale.5
+++ b/man5/locale.5
@@ -7,7 +7,7 @@
.\" 2008-06-17 Petr Baudis <pasky@suse.cz>
.\" 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 b9dba994f..44babfbde 100644
--- a/man5/motd.5
+++ b/man5/motd.5
@@ -5,7 +5,7 @@
.\"
.\" Modified Sat Jul 24 17:08:16 1993 by Rik Faith <faith@cs.unc.edu>
.\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
-.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 1ada56131..e1e571aba 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 f605a8108..850cbb857 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 fa79386e9..a958a0df7 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 552662c9b..75723c5df 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 8535969cc..4abec6b91 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 b6c950698..9fcd2fdfc 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 f6362394e..1fc6cd03d 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 172a5cbff..e5971ee6b 100644
--- a/man5/protocols.5
+++ b/man5/protocols.5
@@ -7,7 +7,7 @@
.\" 2002-09-22 Seth W. Klein <sk@sethwklein.net>
.\" * 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 ba20ddaa0..6391d372e 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 2fc304f78..517cbbeac 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 fc04b03de..c7ac15f87 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 843556b1d..69ffb68a9 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 fc332ffde..9c1b09b44 100644
--- a/man5/services.5
+++ b/man5/services.5
@@ -11,7 +11,7 @@
.\" Thu Jan 11 12:14:41 1996 Austin Donnelly <and1000@cam.ac.uk>
.\" * 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 98ec83382..1c3d4343b 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 15a5247de..16fd4f834 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 55d52deef..7dbcd6a29 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 8c0fa72ef..9e6effe08 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 dc51d9b25..e922741ac 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 1d9a5fc50..e6b774c4f 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 <joey@infodrom.north.de>
.\" Modified Mon Oct 21 17:47:19 EDT 1996 by Eric S. Raymond
.\" <esr@thyrsus.com>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 7fdb810e1..af6b7bb07 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 <nick@debian.org>
.\" 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 9e671129b..2a7846e22 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 3d5fbc0df..4190619e3 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 6a279a813..73ffbc5dd 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 4107bdd2a..b1eaed713 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 a7e4dd93e..6612134a5 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 bc989a651..beb5f9f6e 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 c1a1c2921..393a3a711 100644
--- a/man7/attributes.7
+++ b/man7/attributes.7
@@ -2,7 +2,7 @@
.\" Written by Alexandre Oliva <aoliva@redhat.com>
.\"
.\" 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 f5b0e5e2e..965f7a5f1 100644
--- a/man7/boot.7
+++ b/man7/boot.7
@@ -10,7 +10,7 @@
.\"
.\" Modified 2004-11-03 patch from Martin Schulze <joey@infodrom.org>
.\"
-.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 c174383fb..91ee84b31 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 713d3a1e8..ef56c63f9 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 0bece531f..0bd94080b 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 07f2d960c..38b42d897 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 1d69a6641..126dca8ab 100644
--- a/man7/charsets.7
+++ b/man7/charsets.7
@@ -8,7 +8,7 @@
.\"
.\" Changes also by David Starner <dstarner98@aasaa.ofe.org>.
.\"
-.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 d422cbc8b..66ea8b707 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 ca6447b14..e61699dc5 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 1e4d852f9..facf1e502 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 2d73422eb..db27b4074 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 0da71a568..589623556 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 8c3326ce3..5679f5558 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 0c0540fbc..10e35ca4b 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 <joey@infodrom.org>
.\"
-.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 df3ff30c8..d014ac21c 100644
--- a/man7/epoll.7
+++ b/man7/epoll.7
@@ -4,7 +4,7 @@
.\"
.\" Davide Libenzi <davidel@xmailserver.org>
.\"
-.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 1bb7d274f..0f9750ab4 100644
--- a/man7/fanotify.7
+++ b/man7/fanotify.7
@@ -2,7 +2,7 @@
.\" and Copyright (C) 2014, Michael Kerrisk <mtk.manpages@gmail.com>
.\"
.\" 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 168cc3543..cec8ec704 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 a34bab251..a041a16c8 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 231e7147e..015933f14 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 108b1f105..ccf69ac9b 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 cb6103cfa..edcf403b2 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 <nick@debian.org>
.\" Modified Tue Feb 8 16:46:45 2000 by Chris Pepper <pepper@tgg.com>
.\" Modified Fri Sep 7 20:32:45 2001 by Tammy Fox <tfox@redhat.com>
-.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 fa9d5d21c..468fd212f 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 b6532dd07..80779370e 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 d72668da0..9b255a890 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 39cedc1a0..dd6bc37d4 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 70ce0dda0..430cb0b1e 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 7fc5f7bea..756f30ec6 100644
--- a/man7/ip.7
+++ b/man7/ip.7
@@ -39,7 +39,7 @@
.\" commit 76e21053b5bf33a07c76f99d27a74238310e3c71
.\" Author: Erich E. Hoover <ehoover@mines.edu>
.\"
-.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 9bc4b223d..02b290827 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 efa60dc6c..a4e741f4b 100644
--- a/man7/ipv6.7
+++ b/man7/ipv6.7
@@ -83,7 +83,7 @@
.\" commit c4062dfc425e94290ac427a98d6b4721dd2bc91f
.\" Author: Erich E. Hoover <ehoover@mines.edu>
.\"
-.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 c5f40ddd2..b448e63f8 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 137be1ef7..a8ff3ff0f 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 9c38f7d98..43467ddf1 100644
--- a/man7/iso_8859-11.7
+++ b/man7/iso_8859-11.7
@@ -4,7 +4,7 @@
.\"
.\"Thanomsub Noppaburana <donga.nb@gmail.com> 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 f5ed97aaf..6cc5f1f60 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 c5e0f2848..71beb4ffa 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 c5e4e9d47..b8b866168 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 152bb9fda..50144c98f 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 0a945b81c..dcd562d15 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 ef3415741..9069930ab 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 ff87a00b1..554ac5aa9 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 dc2f49a78..8ea733c05 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 b92d3317e..dae79b866 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 ea4fd20bd..3a71e1963 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 b1b91758b..c4b2d04c7 100644
--- a/man7/iso_8859-8.7
+++ b/man7/iso_8859-8.7
@@ -4,7 +4,7 @@
.\"
.\" Eli Zaretskii <eliz@gnu.org> 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 a9f3f12c4..16d35a962 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 5eeef7453..8176ea6ea 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 46f23ae3f..36035a95d 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 ce7b8e859..13742b487 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 fb70375fa..f6b96dc84 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 2d6e4710e..7f0046751 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 b0d7ce9fb..ec63ea3d6 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 17a1d3044..170076905 100644
--- a/man7/locale.7
+++ b/man7/locale.7
@@ -8,7 +8,7 @@
.\" <jochen.hein@delphi.central.de>
.\" Modified Thu Apr 25 00:43:19 2002 by Bruno Haible <bruno@clisp.org>
.\"
-.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 db4ebc7af..b5f8e5cab 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 e7c55d227..e4d99723f 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 ef0a117e8..f2cd1a9d3 100644
--- a/man7/man.7
+++ b/man7/man.7
@@ -11,7 +11,7 @@
.\" Modified Tue Jul 27 20:12:02 2004 by Colin Watson <cjwatson@debian.org>
.\" 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 05950d260..448f9ab7c 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 3247b2af8..ccd63adfe 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 cd25a0995..2f4c4d2a7 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 6333dfc62..a9ac51c07 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 7657ebc1d..769fec19b 100644
--- a/man7/netdevice.7
+++ b/man7/netdevice.7
@@ -14,7 +14,7 @@
.\" Modified, 2011-11-02, <bidulock@openss7.org>, 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 3c92b2603..667cae0a6 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 <hasso@estpak.ee>
.\" $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 fc6bd0fc8..301a7694f 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 121191480..6e477b739 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 d25031d48..da417833e 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 6a0a55079..77ae9c2bf 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 29cfb3a86..2f04ab258 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 42069bb9c..d5a72a115 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 4a2388b81..f148b186a 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 d9456a34f..79b9b52b6 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 08ea29240..7eb4ccffd 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 bc0ab39f9..1d3006f74 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 0eaeff9cb..a61b1857b 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 7aa05d4da..cdd3c1732 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 26b4bf91e..74510983a 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 4c00801e1..5fbc1461f 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 032e25a7b..87efb9e0d 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 495479fbe..d53478aa9 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 fcdb35beb..1bd33f31f 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 2abdf0ee5..b32e177b4 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 3a0435102..aa0796d7e 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 32897a6fd..f85d6a683 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 d473902c8..2592d9d62 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 0ff7a27c3..a5894ce45 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 4d76098df..7ee62cc35 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 85308b1bd..158c58842 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 e4eb144a4..a91c9d171 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 cc0fd20ec..38d8d99ab 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 42f7721f1..1c308b12d 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 266f8cc77..c412d9b10 100644
--- a/man7/sock_diag.7
+++ b/man7/sock_diag.7
@@ -2,7 +2,7 @@
.\" Copyright (c) 2016 Dmitry V. Levin <ldv@altlinux.org>
.\"
.\" 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 82cbf6c4f..5ca9174e8 100644
--- a/man7/socket.7
+++ b/man7/socket.7
@@ -51,7 +51,7 @@
.\" commit ea02f9411d9faa3553ed09ce0ec9f00ceae9885e
.\" Author: Michal Sekletar <msekleta@redhat.com>
.\"
-.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 76238d836..1d4950f50 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 <jk@ozlabs.org>
.\"
-.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 f6f2fceb9..77a057c2e 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 af5ad30a6..449eff114 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 2d0495312..fbdba4216 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 89f8a7baa..044cf7abf 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 09f14c156..f9f1e0cf1 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 2b05b9287..82de9a2c7 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -93,7 +93,7 @@
.\" commit cd8ae85299d54155702a56811b2e035e63064d3d
.\" Author: Eric Dumazet <edumazet@google.com>
.\"
-.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 e1de73e48..23004f336 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 5913ab124..3b1f4e62b 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 b8d74c062..5d19297d7 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 896a8d4e9..84bd16e5d 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 64a25936a..b85f27ca4 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 c19fd755b..e024a40fd 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 387a3d7c9..9433f5cf0 100644
--- a/man7/unicode.7
+++ b/man7/unicode.7
@@ -7,7 +7,7 @@
.\" 2001-05-11 Markus Kuhn <mgk25@cl.cam.ac.uk>
.\" 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 7bdaa49e6..089786c54 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 8bd3f07a8..37f22320f 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 cd0422365..e1925eed5 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 04694e16c..be7446b08 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 8e0e10d36..92ffb7348 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 3300988ee..e4e21cb75 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 10db0d61a..9a583fb82 100644
--- a/man7/utf-8.7
+++ b/man7/utf-8.7
@@ -7,7 +7,7 @@
.\" 2001-05-11 Markus Kuhn <mgk25@cl.cam.ac.uk>
.\" 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 582ce5025..6bfae07a5 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 646735fa7..b65b78675 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 156156e1e..5e789d754 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 41af5bcb5..cba05b5c9 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 6d5d7e06f..81ddd2e08 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 481f30b8e..1ed559135 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 a3a63fc8f..d73c76e58 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 f2f2ab779..644df56fb 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 <mtk.manpages@gmail.com>
.\"
-.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 a1e0ea918..c4da57436 100644
--- a/man8/ldconfig.8
+++ b/man8/ldconfig.8
@@ -5,7 +5,7 @@
.\"
.\" Modified, 6 May 2002, Michael Kerrisk, <mtk.manpages@gmail.com>
.\" 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 dbb64b82f..26aaf3eed 100644
--- a/man8/nscd.8
+++ b/man8/nscd.8
@@ -6,7 +6,7 @@
.\" 2008-12-05 Petr Baudis <pasky@suse.cz>
.\" 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 ca1243a65..3992b01ab 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 e42d36327..b625b8277 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