ref: d2235d27ea0c6696797524082a72c53c9d2575e5
parent: e1400c2d5b429f3baa2a5f8227494e80367f7ee0
parent: f1eaa1928a24d5c724a879124bdf6b7ebddd7ca5
author: cinap_lenrek <cinap_lenrek@localhost>
date: Thu May 19 13:01:22 EDT 2011
merge
--- a/sys/games/lib/fortunes
+++ b/sys/games/lib/fortunes
@@ -4435,3 +4435,4 @@
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
--- /dev/null
+++ b/sys/man/1/hold
@@ -1,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)
--- /dev/null
+++ b/sys/man/1/tty
@@ -1,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
--- /dev/null
+++ b/sys/man/8/icanhasmsi
@@ -1,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).