Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2008 15:18:55 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 149938 for review
Message-ID:  <200809171518.m8HFIt0a064590@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=149938

Change 149938 by ed@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809171518.m8HFIt0a064590>