From fa42250152acfbc07feb3223d3499a1371deba5a Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Fri, 3 Mar 2017 06:31:47 +0000 Subject: [PATCH] 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 --- lib/libutil/Makefile | 1 - share/man/man9/Makefile | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index abdf169a06fc..847cb6297b0b 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -35,7 +35,6 @@ MAN+= expand_number.3 flopen.3 fparseln.3 hexdump.3 \ 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 \ diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 691de720fb79..f8d1503a20d1 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -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 \