Skip to content

Commit 94a6683

Browse files
jgmchristopherkenny
authored andcommitted
lua-filters.md: document system.os return values.
Closes jgm#10523.
1 parent 4066a45 commit 94a6683

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/lua-filters.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5440,6 +5440,8 @@ The machine architecture on which the program is running. (string)
54405440
### os {#pandoc.system.os}
54415441

54425442
The operating system on which the program is running. (string)
5443+
The most common values are `darwin` (macOS), `freebsd`, `linux`,
5444+
`linux-android`, `mingw32` (Windows), `netbsd`, `openbsd`.
54435445

54445446
## Functions {#pandoc.system-functions}
54455447

0 commit comments

Comments
 (0)