summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-06-15 22:17:32 +0000
committerwosch <wosch@FreeBSD.org>1996-06-15 22:17:32 +0000
commitafb02af02ec9d23dba6d09e61e8886ae4e701b5c (patch)
tree72e9677bf4db4e4b6953fb3380f82497e8eb340c /share
parent1e4006ada336803135e70992915385b885bc3ef4 (diff)
downloadFreeBSD-src-afb02af02ec9d23dba6d09e61e8886ae4e701b5c.zip
FreeBSD-src-afb02af02ec9d23dba6d09e61e8886ae4e701b5c.tar.gz
fix footnote bug in 05.sysman which sends nroff into an infinite loop.
Diffstat (limited to 'share')
-rw-r--r--share/doc/psd/05.sysman/a.t10
-rw-r--r--share/doc/psd/Makefile14
2 files changed, 11 insertions, 13 deletions
diff --git a/share/doc/psd/05.sysman/a.t b/share/doc/psd/05.sysman/a.t
index 3acefb1..dd9cfd9 100644
--- a/share/doc/psd/05.sysman/a.t
+++ b/share/doc/psd/05.sysman/a.t
@@ -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
diff --git a/share/doc/psd/Makefile b/share/doc/psd/Makefile
index 805dde5..8b28c2a 100644
--- a/share/doc/psd/Makefile
+++ b/share/doc/psd/Makefile
@@ -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>
OpenPOWER on IntegriCloud