git: libc - Update manual page for realpath(3) and add page for __realpath(2)
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Feb 2 19:30:51 PST 2020
commit d8bda3d5150fb1f854f716b68f8cd606a554c06b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Feb 2 12:41:30 2020 -0800
libc - Update manual page for realpath(3) and add page for __realpath(2)
* Add a manual page for __realpath(2) which clarifies differences
between realpath(3) and __realpath(2).
Summary of changes:
lib/libc/stdlib/realpath.3 | 5 +-
lib/libc/sys/Makefile.inc | 2 +-
lib/libc/sys/__realpath.2 | 113 +++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 117 insertions(+), 3 deletions(-)
create mode 100644 lib/libc/sys/__realpath.2
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d8bda3d5150fb1f854f716b68f8cd606a554c06b
--
DragonFly BSD source repository
More information about the Commits
mailing list