testing version of LuaBIOS and OpenOS

people were having issues getting them to work so now we promote consistency
This commit is contained in:
2025-06-28 20:41:49 +02:00
parent 8210e20939
commit 687cfebd00
182 changed files with 14016 additions and 1 deletions

15
data/OpenOS/usr/man/man Normal file
View File

@@ -0,0 +1,15 @@
NAME
man - help program, providing help on various programs and topics
SYNOPSIS
man topic
DESCRIPTION
`man` is the system's help viewer. Each help topic is normally the name of a program or library. Topics are stored as individual text files in the `/usr/man` folder. Additional help topics can be provided by creating a symbolic link to a file.
EXAMPLES
man man
Display the help for the `man` program.
man ls
Display the help for the `ls` program.