diff options
author | John Baldwin <jhb@FreeBSD.org> | 2024-12-07 15:45:26 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2024-12-07 15:45:26 +0000 |
commit | dde3a7e15be175e8b733cfc42bbb2a2c15810311 (patch) | |
tree | 3391b55c596ef0d66d320ce07f2eea8798981891 /sbin/mount_cd9660 | |
parent | 17aab35a77a1b1bf02fc85bb8ffadccb0ca5006d (diff) |
mount_cd9660.8: Bump .Dd for expanding mode mask bits
Forgot to amend the prior commit before pushing.
Fixes: c1ad5b4b10c5 cd9660: Apply the file and directory mode masks bits to all 12 access bits
Diffstat (limited to 'sbin/mount_cd9660')
-rw-r--r-- | sbin/mount_cd9660/mount_cd9660.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index 19c3ca5cf012..2c6af7500277 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd January 2, 2024 +.Dd December 6, 2024 .Dt MOUNT_CD9660 8 .Os .Sh NAME |