]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345087: Use consistent struct stat arg name in stat man page
authoremaste <emaste@FreeBSD.org>
Wed, 20 Mar 2019 03:50:45 +0000 (03:50 +0000)
committeremaste <emaste@FreeBSD.org>
Wed, 20 Mar 2019 03:50:45 +0000 (03:50 +0000)
commit6c8a114ed411919e6ccdba092b4ee28142ec69f8
tree0b88344d6d0f0b9ec09644dbafd0a7d2c81ac2d4
parent3ad2d4c1b3136e8fb5e8a9115b1e18329a3affaf
MFC r345087: Use consistent struct stat arg name in stat man page

stat, lstat, and fstat use `*sb` as the stat struct pointer arg name,
while fstatat previously used `*buf`.
lib/libc/sys/stat.2