PERFORCE change 157183 for review

Robert Watson rwatson at FreeBSD.org
Wed Feb 4 15:35:53 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=157183

Change 157183 by rwatson at rwatson_freebsd_capabilities on 2009/02/04 23:35:26

	Fix man page .Nm, add cross-references.

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/rtld-elf-cap.1#3 edit

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/libexec/rtld-elf-cap/rtld-elf-cap.1#3 (text+ko) ====

@@ -36,14 +36,14 @@
 .Os
 .Dt RTLD-ELF-CAP 1
 .Sh NAME
-.Nm ld-elf-cap.so ,
+.Nm ld-elf-cap.so.1 ,
 .Nm rtld-elf-cap
 .Nd capability-mode run-time link editor
 .Sh DESCRIPTION
 The
 .Nm
 is a version of
-.Xr ld-elf.so 1
+.Xr ld-elf.so.1 1
 specific to the sandbox environment created using
 .Xr cap_enter 2 .
 .Nm
@@ -79,6 +79,11 @@
 function sufficient to properly align the stack, start C run-time services
 such as profiling and thread-local storage, and to provide and pass command
 line arguments and environmental variables to the executing binary.
+.Sh SEE ALSO
+.Xr gcc 1 ,
+.Xr ld-elf.so.1 1 ,
+.Xr cap_enter 2 ,
+.Xr fexecve 2
 .Sh HISTORY
 Support for capabilities and capabilities mode was developed as part of the
 .Tn TrustedBSD


More information about the p4-projects mailing list