svn commit: r314587 - in head: lib/libutil share/man/man9

Ngie Cooper ngie at FreeBSD.org
Fri Mar 3 06:31:48 UTC 2017


Author: ngie
Date: Fri Mar  3 06:31:47 2017
New Revision: 314587
URL: https://svnweb.freebsd.org/changeset/base/314587

Log:
  Correct MLINKS for sbuf_hexdump(9)
  
  sbuf_hexdump(9) should be linked to sbuf(9), not hexdump(3). Another
  review will be posted to deduplicate the sbuf_hexdump reference in
  in hexdump(3) or at the very least make the information less duplicative.
  
  MFC after:	1 week
  X-MFC with:	r313437
  Sponsored by:	Dell EMC Isilon

Modified:
  head/lib/libutil/Makefile
  head/share/man/man9/Makefile

Modified: head/lib/libutil/Makefile
==============================================================================
--- head/lib/libutil/Makefile	Fri Mar  3 06:18:47 2017	(r314586)
+++ head/lib/libutil/Makefile	Fri Mar  3 06:31:47 2017	(r314587)
@@ -35,7 +35,6 @@ MAN+=	expand_number.3 flopen.3 fparseln.
 	property.3 pty.3 quotafile.3 realhostname.3 realhostname_sa.3 \
 	_secure_path.3 trimdomain.3 uucplock.3 pw_util.3
 MAN+=	login.conf.5
-MLINKS+=hexdump.3 sbuf_hexdump.9
 MLINKS+=kld.3 kld_isloaded.3 kld.3 kld_load.3
 MLINKS+=login_auth.3 auth_cat.3 login_auth.3 auth_checknologin.3
 MLINKS+=login_cap.3 login_close.3 login_cap.3 login_getcapbool.3 \

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Fri Mar  3 06:18:47 2017	(r314586)
+++ head/share/man/man9/Makefile	Fri Mar  3 06:31:47 2017	(r314587)
@@ -1517,6 +1517,7 @@ MLINKS+=sbuf.9 sbuf_bcat.9 \
 	sbuf.9 sbuf_done.9 \
 	sbuf.9 sbuf_error.9 \
 	sbuf.9 sbuf_finish.9 \
+	sbuf.9 sbuf_hexdump.9 \
 	sbuf.9 sbuf_len.9 \
 	sbuf.9 sbuf_new.9 \
 	sbuf.9 sbuf_new_auto.9 \


More information about the svn-src-all mailing list