aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-06-20 00:14:56 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-06-20 00:14:56 +0200
commitca01cb847c1e3473f0390f9f9985c4c7860c3bc1 (patch)
treeb072dc2402792c8b1e7820d037aeb8f94b04f3b1
parente5c94ebbb873958709af7913882fb6aaceefa0da (diff)
Add some ellipsis
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ecc9f8c..527f04c 100644
--- a/README.md
+++ b/README.md
@@ -317,7 +317,7 @@ of `xs`.
---
```c
-#define strspushenvl(xs, ev, ...)
+#define strspushenvl(xs, ev, ...) /* … */
```
Append the value of the environment variable `ev` to the end of `xs`. If
@@ -373,7 +373,7 @@ more recently than the file `x`.
---
```c
-#define foutdatedl(x, ...)
+#define foutdatedl(x, ...) /* … */
```
Returns `true` if any of the files specified by the variable-arguments