summaryrefslogtreecommitdiff
path: root/general/ioctl
diff options
context:
space:
mode:
authorDen Delimarsky <[email protected]>2019-03-13 14:21:46 -0700
committerDen Delimarsky <[email protected]>2019-03-13 14:21:46 -0700
commit34dcaceff4ea13c5078c06058957abf075b358ef (patch)
tree84c5048b5568cda4d2ecbfdd19ab88425f4a22c8 /general/ioctl
parent1404d5fcfc743326d065c7f6977a68e92f3bf9f6 (diff)
Update READMEs
Diffstat (limited to 'general/ioctl')
-rw-r--r--general/ioctl/kmdf/README.md4
-rw-r--r--general/ioctl/wdm/README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/general/ioctl/kmdf/README.md b/general/ioctl/kmdf/README.md
index cdc61313..edfc3651 100644
--- a/general/ioctl/kmdf/README.md
+++ b/general/ioctl/kmdf/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates how to write a non-PnP driver using the Kernel Mode Driver Framework.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---
diff --git a/general/ioctl/wdm/README.md b/general/ioctl/wdm/README.md
index 91bfccf9..76717ec8 100644
--- a/general/ioctl/wdm/README.md
+++ b/general/ioctl/wdm/README.md
@@ -2,9 +2,9 @@
topic: sample
description: Demonstrates usage of four different types of IOCTLs.
languages:
- - cpp
+- cpp
products:
- - windows
+- windows
---
<!---