diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-08 19:23:28 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-08 19:23:28 -0800 |
commit | 7a04be7771d44a2f7e74210cc39e4df0ccef8d97 (patch) | |
tree | e25e81fe016b4dff51b51f295ed08fd9a9da5157 /chmod_bpf | |
parent | 47a0276edbf759e008fe06878e778b3defe06343 (diff) |
Update to reflect the name change for Apple's UNIX-for-Macs.
Use "macOS" except when referring to versions that came out when it was
still called "Mac OS X" or "OS X". Rename README.macosx to
README.macos.
Update some comments while we're at it.
Diffstat (limited to 'chmod_bpf')
-rwxr-xr-x | chmod_bpf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #! /bin/sh # -# Unfortunately, Mac OS X's devfs is based on the old FreeBSD +# Unfortunately, macOS's devfs is based on the old FreeBSD # one, not the current one, so there's no way to configure it # to create BPF devices with particular owners or groups. # This startup item will make it owned by the admin group, |