Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Dec 2014 04:35:35 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275592 - in head/cddl: contrib/opensolaris/lib/libctf/common lib/libctf
Message-ID:  <201412080435.sB84ZZ0p048245@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: markj
Date: Mon Dec  8 04:35:34 2014
New Revision: 275592
URL: https://svnweb.freebsd.org/changeset/base/275592

Log:
  MFV r272851:
  
  5202 want ctf(4)
  
  illumos/illumos-gate@fe2e029eea29fd49d0d9058dbd5b79a252667e6b

Added:
  head/cddl/contrib/opensolaris/lib/libctf/common/ctf.5
     - copied, changed from r275591, vendor/illumos/dist/man/man4/ctf.4
Modified:
  head/cddl/lib/libctf/Makefile
Directory Properties:
  head/cddl/contrib/opensolaris/   (props changed)

Copied and modified: head/cddl/contrib/opensolaris/lib/libctf/common/ctf.5 (from r275591, vendor/illumos/dist/man/man4/ctf.4)
==============================================================================
--- vendor/illumos/dist/man/man4/ctf.4	Mon Dec  8 04:06:03 2014	(r275591, copy source)
+++ head/cddl/contrib/opensolaris/lib/libctf/common/ctf.5	Mon Dec  8 04:35:34 2014	(r275592)
@@ -12,7 +12,7 @@
 .\" Copyright (c) 2014 Joyent, Inc.
 .\"
 .Dd Sep 26, 2014
-.Dt CTF 4
+.Dt CTF 5
 .Os
 .Sh NAME
 .Nm ctf
@@ -1093,7 +1093,7 @@ should be written out, including the nul
 to something in this section should refer to the first byte which begins
 a string. Beyond the first byte in the section being the null
 terminator, the order of strings is unimportant.
-.Sh Data Encoding and ELF Considerations
+.Ss Data Encoding and ELF Considerations
 .Nm
 data is generally included in ELF objects which specify information to
 identify the architecture and endianness of the file. A
@@ -1133,8 +1133,8 @@ The type of the section must be
 The section should have a link set to the symbol table and its address
 alignment must be 4.
 .Sh SEE ALSO
-.Xr mdb 1 ,
-.Xr dtrace 1M ,
-.Xr libelf 3LIB ,
-.Xr gelf 3ELF ,
-.Xr a.out 4
+.Xr dtrace 1 ,
+.Xr elf 3 ,
+.Xr gelf 3 ,
+.Xr a.out 5 ,
+.Xr elf 5

Modified: head/cddl/lib/libctf/Makefile
==============================================================================
--- head/cddl/lib/libctf/Makefile	Mon Dec  8 04:06:03 2014	(r275591)
+++ head/cddl/lib/libctf/Makefile	Mon Dec  8 04:35:34 2014	(r275592)
@@ -16,6 +16,7 @@ SRCS=		ctf_create.c \
 		ctf_subr.c \
 		ctf_types.c \
 		ctf_util.c
+MAN=		ctf.5
 
 WARNS?=		0
 CFLAGS+=	-DCTF_OLD_VERSIONS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412080435.sB84ZZ0p048245>