PERFORCE change 149938 for review

Ed Schouten ed at FreeBSD.org
Wed Sep 17 15:18:56 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=149938

Change 149938 by ed at ed_dull on 2008/09/17 15:18:00

	First cut at adding some tty(9) manpages.

Affected files ...

.. //depot/projects/mpsafetty/share/man/man9/Makefile#5 edit
.. //depot/projects/mpsafetty/share/man/man9/tty_alloc.9#1 add
.. //depot/projects/mpsafetty/share/man/man9/tty_lock.9#1 add
.. //depot/projects/mpsafetty/share/man/man9/ttydisc_getc.9#1 add
.. //depot/projects/mpsafetty/share/man/man9/ttydisc_rint.9#1 add

Differences ...

==== //depot/projects/mpsafetty/share/man/man9/Makefile#5 (text+ko) ====

@@ -233,6 +233,10 @@
 	thread_exit.9 \
 	time.9 \
 	timeout.9 \
+	tty_alloc.9 \
+	tty_lock.9 \
+	ttydisc_getc.9 \
+	ttydisc_rint.9 \
 	tvtohz.9 \
 	ucred.9 \
 	uidinfo.9 \
@@ -1173,6 +1177,13 @@
 	timeout.9 callout_reset.9 \
 	timeout.9 callout_stop.9 \
 	timeout.9 untimeout.9
+MLINKS+=tty_alloc.9 tty_makedev.9 \
+	tty_alloc.9 tty_rel_gone.9 \
+	ttydisc_getc.9 ttydisc_getc_uio.9 \
+	ttydisc_rint.9 ttydisc_can_bypass.9 \
+	ttydisc_rint.9 ttydisc_rint_bypass.9 \
+	ttydisc_rint.9 ttydisc_rint_done.9 \
+	ttydisc_rint.9 ttydisc_rint_poll.9
 MLINKS+=ucred.9 crcopy.9 \
 	ucred.9 crdup.9 \
 	ucred.9 crfree.9 \


More information about the p4-projects mailing list