diff options
Diffstat (limited to 'um/wrappers')
-rw-r--r-- | um/wrappers/simple/README.md | 16 | ||||
-rw-r--r-- | um/wrappers/special/nt_namespace/README.md | 14 |
2 files changed, 9 insertions, 21 deletions
diff --git a/um/wrappers/simple/README.md b/um/wrappers/simple/README.md index fa92fff..eebfb83 100644 --- a/um/wrappers/simple/README.md +++ b/um/wrappers/simple/README.md @@ -1,9 +1,7 @@ -simple driver utilities -======================= +simple +====== -[simple] driver usage examples. - -[simple]: ../../../km/src/simple +[simple](../../../km/src/simple): usage examples. Usage ----- @@ -15,7 +13,7 @@ Usage: exchange_ints.exe N ``` Parses its argument as an `unsigned int` and exchanges it with the one stored -in [simple] driver's memory. +in the driver's memory. For example: ``` @@ -36,8 +34,4 @@ For example: See also -------- -* [Building] -* [License] - -[Building]: ../../README.md#building -[License]: ../../../README.md#license +* [Building](../../README.md#building) diff --git a/um/wrappers/special/nt_namespace/README.md b/um/wrappers/special/nt_namespace/README.md index 22a74ee..c9fbe3e 100644 --- a/um/wrappers/special/nt_namespace/README.md +++ b/um/wrappers/special/nt_namespace/README.md @@ -1,9 +1,7 @@ -nt_namespace driver utilities -================================== +nt_namespace +============ -[nt_namespace] driver usage examples. - -[nt_namespace]: ../../../../km/src/special/nt_namespace +[nt_namespace](../../../../km/src/special/nt_namespace): usage examples. Usage ----- @@ -24,8 +22,4 @@ For example: See also -------- -* [Building] -* [License] - -[Building]: ../../../README.md#building -[License]: ../../../../README.md#license +* [Building](../../../README.md#building) |