diff options
| author | dholland <dholland@NetBSD.org> | 2014-07-05 19:23:00 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2014-07-05 19:23:00 +0000 |
| commit | 90a0ac21419e51779a493895ebc28a7ae8acac83 (patch) | |
| tree | 69ece0d8370123c2b3f2546fd846aac1c5cb84f3 /share/doc | |
| parent | 5f84469e7be20b00d0005e5cc0a912e1487e4201 (diff) | |
Reorg docs, part 2:
Rename the following reference documents to match their programs:
shell -> sh
viref -> vi
and rename the following to match their topic better:
ipctut -> sockets
ipc -> sockets-advanced
Also, the old "timed" and "timedop" docs are now ref5/timed and
ref8/timed respectively, as the first of these documented the
protocol.
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/psd/20.ipctut/Makefile | 4 | ||||
| -rw-r--r-- | share/doc/psd/21.ipc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/psd/20.ipctut/Makefile b/share/doc/psd/20.ipctut/Makefile index b497bb2b8dd..da6932c52d5 100644 --- a/share/doc/psd/20.ipctut/Makefile +++ b/share/doc/psd/20.ipctut/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2014/07/05 19:22:42 dholland Exp $ +# $NetBSD: Makefile,v 1.8 2014/07/05 19:23:00 dholland Exp $ # # @(#)Makefile 8.1 (Berkeley) 8/14/93 SECTION=reference/ref3 -ARTICLE=ipctut +ARTICLE=sockets SRCS= tutor.me DEPSRCS=dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \ socketpair.c strchkread.c streamread.c streamwrite.c \ diff --git a/share/doc/psd/21.ipc/Makefile b/share/doc/psd/21.ipc/Makefile index 3b1afd8587b..e5c470f0d0b 100644 --- a/share/doc/psd/21.ipc/Makefile +++ b/share/doc/psd/21.ipc/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2014/07/05 19:22:42 dholland Exp $ +# $NetBSD: Makefile,v 1.8 2014/07/05 19:23:00 dholland Exp $ # # @(#)Makefile 8.1 (Berkeley) 6/8/93 SECTION=reference/ref3 -ARTICLE=ipc +ARTICLE=sockets-advanced SRCS= 0.t 1.t 2.t 3.t 4.t 5.t MACROS= -ms ROFF_TBL=yes |
