Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib/libc/gen Pull up revision 1.103->1.104 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/b113a0abb80a
branches:  netbsd-1-5
changeset: 489314:b113a0abb80a
user:      wennmach <wennmach%NetBSD.org@localhost>
date:      Wed Aug 30 11:35:13 2000 +0000

description:
Pull up revision 1.103->1.104 (requested by wennmach)

  Three routines (svis, strsvis, strsvisx) were added to vis.c in revision
  1.15 and will be available in NetBSD-1.5. They are documented in vis.3
  but should also get links to vis.3

  Approved by thorpej and jhawk.

diffstat:

 lib/libc/gen/Makefile.inc |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r aff19abd9945 -r b113a0abb80a lib/libc/gen/Makefile.inc
--- a/lib/libc/gen/Makefile.inc Wed Aug 30 09:40:17 2000 +0000
+++ b/lib/libc/gen/Makefile.inc Wed Aug 30 11:35:13 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.103 2000/01/03 02:13:32 msaitoh Exp $
+#      $NetBSD: Makefile.inc,v 1.103.4.1 2000/08/30 11:35:13 wennmach Exp $
 #      from: @(#)Makefile.inc  8.6 (Berkeley) 5/4/95
 
 # gen sources
@@ -105,4 +105,6 @@
 MLINKS+=syslog.3 closelog.3 syslog.3 openlog.3 syslog.3 setlogmask.3 \
        syslog.3 vsyslog.3
 MLINKS+=ttyname.3 isatty.3 ttyname.3 ttyslot.3
-MLINKS+=vis.3 strvis.3 vis.3 strvisx.3 unvis.3 strunvis.3
+MLINKS+=unvis.3 strunvis.3
+MLINKS+=vis.3 svis.3 vis.3 strvis.3 vis.3 strvisx.3 vis.3 strsvis.3 \
+       vis.3 strsvisx.3



Home | Main Index | Thread Index | Old Index