#5188 closed enhancement (fixed)

man-pages-6.02

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 11.3
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (2)

comment:1 by Bruce Dubbs, 16 months ago

New and rewritten pages

man3/

  • static_assert.3
  • strcpy.3
  • stpncpy.3
  • strncat.3

man3const/

  • EOF.3const
  • EXIT_SUCCESS.3const

man7/

  • string_copying.7

Newly documented interfaces in existing pages

ioctl_tty.2

  • TIOCSERGETLSR
  • TIOCSER_TEMT

madvise.2

  • MADV_COLLAPSE

syscall.2

  • loongarch

New and changed links

man3/

  • _Static_assert.3 (static_assert(3))
  • stpcpy.3 (strcpy(3))
  • strcat.3 (strcpy(3))
  • strncpy.3 (stpncpy(3))
  • stpecpy.3 (string_copying(7))
  • stpecpyx.3 (string_copying(7))
  • ustpcpy.3 (string_copying(7))
  • ustr2stp.3 (string_copying(7))
  • zustr2stp.3 (string_copying(7))
  • zustr2ustp.3 (string_copying(7))

man3const/

  • EXIT_FAILURE.3const (EXIT_SUCCESS(3const))

Global changes

  • Use correct letter case in manual page titles, instead of uppercase.
  • Use \" t comments when appropriate (Lintian needs this).
  • SYNOPSIS:
  • Add _Nullable for functions that receive NULL as a meaningful input.
  • Use VLA syntax to clarify the meaning of size parameters, rather than hiding it in possibly-confusing text. This syntax is not accepted by any compilers, though.
  • Use noreturn instead of noreturn, which will be deprecated

Changes to individual pages

copy_file_range.2

  • Fix wrong kernel version information

process_madvise.2

  • Fix capability and ptrace requirements

madvise.2

  • Update Transparent Huge Pages file/shmem documentation for Linux 5.4+.

comment:2 by Douglas R. Reno, 16 months ago

Resolution: fixed
Status: newclosed

Fixed at commit sha:888103d

Note: See TracTickets for help on using tickets.