diff options
| -rw-r--r-- | sys/games/lib/fortunes | 1 | ||||
| -rw-r--r-- | sys/man/1/hold | 23 | ||||
| -rw-r--r-- | sys/man/1/tty | 26 | ||||
| -rw-r--r-- | sys/man/8/icanhasmsi | 19 |
4 files changed, 69 insertions, 0 deletions
diff --git a/sys/games/lib/fortunes b/sys/games/lib/fortunes index 51ae6b170..834144537 100644 --- a/sys/games/lib/fortunes +++ b/sys/games/lib/fortunes @@ -4435,3 +4435,4 @@ EthanG briefly ponders filing fhs.pdf under books/fiction Plan 9 software has more contradicting versions than the bible -- aiju <cinap_lenrek> troff is the assembly language of text setting, lots of newlines <martian67> and what exactly is A :) +<aiju> the last time someone tried to unify europe he killed himself after his dog died diff --git a/sys/man/1/hold b/sys/man/1/hold new file mode 100644 index 000000000..d84330451 --- /dev/null +++ b/sys/man/1/hold @@ -0,0 +1,23 @@ +.TH HOLD 1 +.SH NAME +hold \- simple text editor +.SH SYNOPSIS +.B hold +.I file +.SH DESCRIPTION +.PP +.I Hold +sets hold mode on the +.IR rio(1) +window where it was launched. If a +.I file +argument is given, the contents of the named file is printed +above the live editing area and the newly entered text is saved +in the named file upon exit. If no +.I file +is specified, the newly entered text is printed on stdout. +.SH SOURCE +.B /rc/bin/hold +.SH "SEE ALSO" +.IR emacs (1), +.IR rio (1) diff --git a/sys/man/1/tty b/sys/man/1/tty new file mode 100644 index 000000000..6921c0d0f --- /dev/null +++ b/sys/man/1/tty @@ -0,0 +1,26 @@ +.TH TTY 1 +.SH NAME +tty \- cooked mode emulator +.SH SYNOPSIS +.B tty +[-D] +.I cmd +.I arg1 +.I arg2 +.I ... +.SH DESCRIPTION +.PP +.I Tty +binds an intermediate "cooked mode" layer between +.I cmd +and +.I /dev/cons. +.SH EXAMPLE +.LP +Provide <DEL> support for a command run on the text console: +.sp 1 +.EX +% tty import -c cirno / /n/cirno +.EE +.SH SOURCE +.B /sys/src/cmd/tty.c diff --git a/sys/man/8/icanhasmsi b/sys/man/8/icanhasmsi new file mode 100644 index 000000000..abd67d3a1 --- /dev/null +++ b/sys/man/8/icanhasmsi @@ -0,0 +1,19 @@ +.TH ICANHASMSI 8 +.SH NAME +icanhasmsi \- print MSI configuration +.SH SYNOPSIS +.B aux/icanhasmsi +.SH DESCRIPTION +Prints information about Message Signaled Interrupt (MSI) devices +found on the system, one line per device. +.SH SOURCE +.B /sys/src/cmd/aux/icanhasmsi.c +.SH SEE ALSO +.IR pci (8), +.IR pnp (3) +.SH BUGS +Should probably be renamed to +.I +msi +or merged with +.IR pci (8). |
