summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-03-28 06:13:16 +0000
committerngie <ngie@FreeBSD.org>2017-03-28 06:13:16 +0000
commit81a69fded682bd62944edd44e128e666558c6678 (patch)
tree4efc4be0272ee8ce1652a967b3979e90fd311d52 /share
parent36550dd2e20ed117f797918355be27e85e62fd49 (diff)
downloadFreeBSD-src-81a69fded682bd62944edd44e128e666558c6678.zip
FreeBSD-src-81a69fded682bd62944edd44e128e666558c6678.tar.gz
MFC r313436,r313437,r313438,r314587,r315687:
r313436: Clarify #includes for hexdump(3) vs sbuf_hexdump(9) hexdump(3) only requires libutil.h, whereas sbuf_hexdump(9) requires sys/types.h (for ssize_t) and sys/sbuf.h r313437: Create link from hexdump(3) to sbuf_hexdump(9) as the manpage describes sbuf_hexdump(9)'s behavior r313438: Clean up trailing and leading whitespace for variables to make it consistent with the rest of the file and style.Makefile(9) a bit more r314587: 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. r315687: Document sbuf_hexdump(9) in just sbuf(9) - Remove duplicate references to sbuf_hexdump(9) from hexdump(3). sbuf_hexdump(9) already pointed back to hexdump(3) for implementation details. - Refer to sbuf_hexdump(9) instead of sbuf(9) for completeness
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 3a3508a..9f4a400 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1156,6 +1156,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_for_sysctl.9 \
OpenPOWER on IntegriCloud