svn commit: r256952 - head/share/man/man9

Eitan Adler eadler at FreeBSD.org
Wed Oct 23 03:27:42 UTC 2013


Author: eadler
Date: Wed Oct 23 03:27:42 2013
New Revision: 256952
URL: http://svnweb.freebsd.org/changeset/base/256952

Log:
  Add missing symlinks for the sbuf man page

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Wed Oct 23 01:34:18 2013	(r256951)
+++ head/share/man/man9/Makefile	Wed Oct 23 03:27:42 2013	(r256952)
@@ -1143,11 +1143,14 @@ MLINKS+=sbuf.9 sbuf_bcat.9 \
 	sbuf.9 sbuf_finish.9 \
 	sbuf.9 sbuf_len.9 \
 	sbuf.9 sbuf_new.9 \
+	sbuf.9 sbuf_new_auto.9 \
 	sbuf.9 sbuf_new_for_sysctl.9 \
 	sbuf.9 sbuf_printf.9 \
 	sbuf.9 sbuf_putc.9 \
 	sbuf.9 sbuf_set_drain.9 \
 	sbuf.9 sbuf_setpos.9 \
+	sbuf.9 sbuf_start_section.9 \
+	sbuf.9 sbuf_end_section.9  \
 	sbuf.9 sbuf_trim.9 \
 	sbuf.9 sbuf_vprintf.9
 MLINKS+=scheduler.9 curpriority_cmp.9 \


More information about the svn-src-head mailing list