Fix broken note

The asterisks were rendered in preview.
This commit is contained in:
Gary Moore 2021-07-01 15:19:56 -07:00
parent d4879dc0e5
commit c2ce37df79

View File

@ -98,7 +98,7 @@ If the [Audit Kernel Object](../auditing/audit-kernel-object.md) setting is conf
| - | - | | - | - |
| 560 | Access was granted to an already existing object. | | 560 | Access was granted to an already existing object. |
| 562 | A handle to an object was closed. | | 562 | A handle to an object was closed. |
| 563 | An attempt was made to open an object with the intent to delete it.<br>**Note: **This is used by file systems when the FILE_DELETE_ON_CLOSE flag is specified in Createfile() | | 563 | An attempt was made to open an object with the intent to delete it.<br>**Note:** This is used by file systems when the FILE_DELETE_ON_CLOSE flag is specified in Createfile() |
| 564 | A protected object was deleted. | | 564 | A protected object was deleted. |
| 565 | Access was granted to an already existing object type. | | 565 | Access was granted to an already existing object type. |
| 567 | A permission associated with a handle was used.<br>**Note:** A handle is created with certain granted permissions (Read, Write, and so on). When the handle is used, up to one audit is generated for each of the permissions that was used. | | 567 | A permission associated with a handle was used.<br>**Note:** A handle is created with certain granted permissions (Read, Write, and so on). When the handle is used, up to one audit is generated for each of the permissions that was used. |