diff options
author | ru <ru@FreeBSD.org> | 2002-10-24 12:56:20 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-24 12:56:20 +0000 |
commit | 1fa067ab6882c0632f8f10a4fc19d59cdaa959ed (patch) | |
tree | 081eba07433a45a5e901adeb2f0666f51d247fba /share/doc/psd/02.implement | |
parent | 05e7d9747eed0df0fe0650e3d6f07f4a09bac772 (diff) | |
download | FreeBSD-src-1fa067ab6882c0632f8f10a4fc19d59cdaa959ed.zip FreeBSD-src-1fa067ab6882c0632f8f10a4fc19d59cdaa959ed.tar.gz |
Fixed references and a bunch of other warnings.
Diffstat (limited to 'share/doc/psd/02.implement')
-rw-r--r-- | share/doc/psd/02.implement/Makefile | 9 | ||||
-rw-r--r-- | share/doc/psd/02.implement/implement | 12 | ||||
-rw-r--r-- | share/doc/psd/02.implement/ref.bib | 54 |
3 files changed, 68 insertions, 7 deletions
diff --git a/share/doc/psd/02.implement/Makefile b/share/doc/psd/02.implement/Makefile index 930b3b5..0eb5e6b 100644 --- a/share/doc/psd/02.implement/Makefile +++ b/share/doc/psd/02.implement/Makefile @@ -3,9 +3,12 @@ VOLUME= psd/02.implement SRCS= implement +EXTRA= ref.bib MACROS= -ms -USE_PIC=yes -USE_TBL=yes -# REFER= refer -p /usr/old/dict/papers/Ind -e + +USE_PIC= yes +USE_REFER= yes +USE_SOELIM= yes +USE_TBL= yes .include <bsd.doc.mk> diff --git a/share/doc/psd/02.implement/implement b/share/doc/psd/02.implement/implement index b5f20d2..debc03b 100644 --- a/share/doc/psd/02.implement/implement +++ b/share/doc/psd/02.implement/implement @@ -40,6 +40,10 @@ .\" @(#)implement 8.1 (Berkeley) 6/8/93 .\" .\" $FreeBSD$ +.R1 +database ref.bib +accumulate +.R2 .EH 'PSD:2-%''UNIX Implementation' .OH 'UNIX Implementation''PSD:2-%' .de P1 @@ -281,9 +285,9 @@ all the data associated with a process may be accessed starting from the process table entry. .KF -.in .375i +.if t .in .375i .so fig1.pic -.in -.375i +.if t .in -.375i .sp 2v .ce Fig. 1\(emProcess control data structure. @@ -1023,9 +1027,9 @@ away, the table entry is copied back to the secondary store i-list and the table entry is freed. .KF -.in .25i +.if t .in .25i .so fig2.pic -.in -.25i +.if t .in -.25i .sp 2v .ce Fig. 2\(emFile system data structure. diff --git a/share/doc/psd/02.implement/ref.bib b/share/doc/psd/02.implement/ref.bib new file mode 100644 index 0000000..3414064 --- /dev/null +++ b/share/doc/psd/02.implement/ref.bib @@ -0,0 +1,54 @@ +# $FreeBSD$ + +%T U\s-2NIX\s0 Time-Sharing System: The U\s-2NIX\s0 Shell +%A S. R. Bourne +%K unix bstj +%J Bell Sys. Tech. J. +%V 57 +%N 6 +%P 1971-1990 +%D 1978 + +%A R. E. Griswold +%A D. R. Hanson +%T An Overview of SL5 +%J SIGPLAN Notices +%V 12 +%N 4 +%D April 1977 +%P 40-50 + +%A E. W. Dijkstra +%T Cooperating Sequential Processes +%B Programming Languages +%E F. Genuys +%I Academic Press +%C New York +%D 1968 +%P 43-112 + +%A J. A. Hawley +%A W. B. Meyer +%T M\s-2UNIX\s0, A Multiprocessing Version of U\s-2NIX\s0 +%K munix unix +%R M.S. Thesis +%I Naval Postgraduate School +%C Monterey, Cal. +%D 1975 + +%T The U\s-2NIX\s0 Time-Sharing System +%K unix bstj +%A D. M. Ritchie +%A K. Thompson +%J Bell Sys. Tech. J. +%V 57 +%N 6 +%P 1905-1929 +%D 1978 + +%A E. I. Organick +%T The M\s-2ULTICS\s0 System +%K multics +%I M.I.T. Press +%C Cambridge, Mass. +%D 1972 |