fix footnote bug in 05.sysman which sends nroff into an infinite loop.

This commit is contained in:
Wolfram Schneider 1996-06-15 22:17:32 +00:00
parent 75cc5f07de
commit 98830b3007
2 changed files with 11 additions and 13 deletions

View File

@ -77,9 +77,6 @@ lw(1.6i) aw(3i).
<sys/mman.h> memory management definitions
sbrk change data section size
sstk\(dg change stack section size
.FS
\(dg Not supported in 4.3BSD.
.FE
getpagesize get memory page size
mmap\(dg map pages of memory
msync\(dg flush modified mapped pages to filesystem
@ -90,6 +87,9 @@ mincore\(dg determine core residency of pages
msleep\(dg sleep on a lock
mwakeup\(dg wakeup process sleeping on a lock
.TE
.FS
\(dg Not supported in 4.3BSD.
.FE
.in -5
.h 1.3 "Signals
.in +5
@ -128,10 +128,10 @@ close close descriptor
select multiplex input/output
fcntl control descriptor options
wrap\(dg wrap descriptor with protocol
.TE
.FS
\(dg Not supported in 4.3BSD.
.FE
.TE
.in -5
.h 1.6 "Resource controls
.in +5
@ -232,4 +232,4 @@ setsockopt set socket option
.in +5
.in -5
.h 2.5 "Processes and kernel hooks
.in -5
.in +5

View File

@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $Id: Makefile,v 1.3 1995/01/11 04:24:41 wollman Exp $
# $Id: Makefile,v 1.7 1995/01/12 20:57:11 wollman Exp $
# The following modules do not build/install:
# 10.gdb, 13.rcs
@ -11,13 +11,11 @@
# The following modules do not apply to FreeBSD:
# 07.pascal 08.f77 09.f77io
# The following modules are new in FreeBSD:
# 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrfc
# 05.sysman sends nroff into an infinite loop.
BINDIR= /usr/share/doc/psd
SUBDIR= title contents 12.make 18.gprof 19.curses 20.ipctut 21.ipc \
22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
SUBDIR= title contents
SUBDIR+= 05.sysman 12.make 18.gprof 19.curses 20.ipctut 21.ipc
# The following modules are new in FreeBSD:
SUBDIR+= 22.rpcgen 23.rpc 24.xdr 25.xdrrfc 26.rpcrfc 27.nfsrpc
.include <bsd.subdir.mk>