From 483b86aeaa067a872289ebf34154d459b0f5feca Mon Sep 17 00:00:00 2001 From: Alexander Jung Date: Mon, 23 Oct 2023 17:17:30 +0000 Subject: [PATCH] fix(releases): Fix compiling docs by quoting keyword in mdx file Signed-off-by: Alexander Jung --- content/releases/v0.15.0.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/releases/v0.15.0.mdx b/content/releases/v0.15.0.mdx index 42c310ff..8955df80 100644 --- a/content/releases/v0.15.0.mdx +++ b/content/releases/v0.15.0.mdx @@ -261,7 +261,7 @@ Here is the full updates list: * `lib/vfscore`: Fix pipe error codes ([#1093](https://github.com/unikraft/unikraft/pull/1093) by [@andreittr](https:/github.com/andreittr) * `build`: Forward YACC/LEX to kconfig make invocation ([#1092](https://github.com/unikraft/unikraft/pull/1092) by [@mschlumpp](https:/github.com/mschlumpp) * `arch`: Align virtual/physical address validation on x86 and arm64 ([#1091](https://github.com/unikraft/unikraft/pull/1091) by [@kha-dinh](https:/github.com/kha-dinh) -* `lib/uklock`: Remove the rwlock_{upgrade,downgrade} functions ([#1090](https://github.com/unikraft/unikraft/pull/1090) by [@mschlumpp](https:/github.com/mschlumpp) +* `lib/uklock`: Remove the `rwlock_{upgrade,downgrade}` functions ([#1090](https://github.com/unikraft/unikraft/pull/1090) by [@mschlumpp](https:/github.com/mschlumpp) * `lib/9pfs`: Add check for `NULL` `data` in `uk_9pfs_parse_options` ([#1086](https://github.com/unikraft/unikraft/pull/1086) by [@mogasergiu](https:/github.com/mogasergiu) * `arch/ctx.h`: Update ctx members declaration order ([#1085](https://github.com/unikraft/unikraft/pull/1085) by [@StefanJum](https:/github.com/StefanJum) * `build`: Always save architecture with savedefconfig ([#1084](https://github.com/unikraft/unikraft/pull/1084) by [@skuenzer](https:/github.com/skuenzer)