CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2025/08/06 07:23:27
Modified files: lib/libc/sys : mount.2 Log message: Fix an obvious documentation bug introduced by Marshall Kirk McKusick in SCCS commit 6.4 on August 16, 1989, commit message "update for vnode interface". Among larger changes, he renamed function arguments: name -> dir and special -> fspec but forgot the mount(2) [ENOTDIR] case. A decade later, in rev. 1.16 on July 5, 1999, aaron@ also forgot to include the two misnamed arguments in his .Ar -> .Fa markup modernization, possibly because he did not find them due to the wrong names.