diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:27:53 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2025-10-26 13:32:43 +0000 |
| commit | 72a9bfcfab08da5a00e2ec3fba580157173c6a15 (patch) | |
| tree | 0a1f38c29f886306ef70febfde720af455aed633 | |
| parent | 7c8c5ac82e27a4d4246574bc1a636b05b1d0937f (diff) | |
mac_do.4: Fix a typo in the manual page
- s/occurences/occurrences/
MFC after: 5 days
| -rw-r--r-- | share/man/man4/mac_do.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/mac_do.4 b/share/man/man4/mac_do.4 index 39bfafd95474..d02932070e25 100644 --- a/share/man/man4/mac_do.4 +++ b/share/man/man4/mac_do.4 @@ -246,7 +246,7 @@ nor contradictory ones. In practice, no two clauses may display the same ID except for group IDs but only if, each time the same ID appears, it does so with a different flag, or no flags only once. -Additionally, the specified flags in multiple occurences must not be +Additionally, the specified flags in multiple occurrences must not be contradictory. For example, the same group ID appearing with both .Ql + |
