From c4b34c9482e91f34d9d4a5072ec55cfcd49d462d Mon Sep 17 00:00:00 2001 From: Jacques Supcik Date: Wed, 26 Apr 2023 07:59:20 +0200 Subject: [PATCH] docs: fix copy/paste leftover in the output of `v help build-c` (#18056) --- vlib/v/help/build/build-c.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vlib/v/help/build/build-c.txt b/vlib/v/help/build/build-c.txt index 9da5f1b928..83b0a1cbef 100644 --- a/vlib/v/help/build/build-c.txt +++ b/vlib/v/help/build/build-c.txt @@ -88,7 +88,6 @@ see also `v help build`. and returns s. getchar() int Read one character from stdin and return it. - Print "V Panic" + msg, along with an optional backtrace, and then exit. vsprintf(str &char, format &char, ap va_list) int See `man vsprintf`. vsnprintf(str &char, size usize, format &char, ap va_list) int @@ -116,7 +115,7 @@ see also `v help build`. systems also (although we do not test it as regularly as for the above): `vinix`, `ios`, - `android`, `termux`, + `android`, `termux`, `freebsd`, `openbsd`, `netbsd`, `dragonfly`, `solaris`, `serenity`, `haiku`, `wasm32`, `wasm32-wasi`, `wasm32-emscripten`