diff options
| author | Richard Lowe <richlowe@richlowe.net> | 2022-01-25 16:47:12 -0600 |
|---|---|---|
| committer | Richard Lowe <richlowe@richlowe.net> | 2022-02-18 15:32:40 -0600 |
| commit | c691377861f0cf708b5e3b954cb327ff4af45dbd (patch) | |
| tree | 3432cb2d14f26b1e17b80db4af4e709dd5f97c48 /usr/src/man/man3lib/libproc.3lib | |
| parent | e08368b7470e9b97e03fe21f1c5b95f64df8362b (diff) | |
| download | illumos-joyent-c691377861f0cf708b5e3b954cb327ff4af45dbd.tar.gz | |
manual: move mdoc xrefs of section 1M to section 8
Diffstat (limited to 'usr/src/man/man3lib/libproc.3lib')
| -rw-r--r-- | usr/src/man/man3lib/libproc.3lib | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/src/man/man3lib/libproc.3lib b/usr/src/man/man3lib/libproc.3lib index 3ae126d1f7..23effa6c5e 100644 --- a/usr/src/man/man3lib/libproc.3lib +++ b/usr/src/man/man3lib/libproc.3lib @@ -86,7 +86,7 @@ The library has the ability to open and interpret core files produced by processes on the system. Process core dump generation is controlled by the -.Xr coreadm 1M +.Xr coreadm 8 command. In addition, the library has the ability to understand and interpret core dumps generated by Linux kernel and can provide a subset of its functionality on such @@ -472,13 +472,13 @@ and to describe and control the types of content that get included. Various content types may be included together through a bitwise-inclusive-OR. The default system core contents are controlled with the -.Xr coreadm 1M +.Xr coreadm 8 tool. The following table lists the current set of core contents in the system, though the set may increase over time. The string after the macro is the human readable string that corresponds with the constant and is used by -.Xr coreadm 1M , +.Xr coreadm 8 , .Xr proc_content2str 3PROC , and .Xr proc_str2content 3PROC . @@ -1101,7 +1101,6 @@ changes may occur which break both source and binary compatibility. .Xr mdb 1 , .Xr proc 1 , .Xr ps 1 , -.Xr coreadm 1M , .Xr exec 2 , .Xr fcntl 2 , .Xr stat 2 , @@ -1112,7 +1111,8 @@ changes may occur which break both source and binary compatibility. .Xr proc 4 , .Xr attributes 5 , .Xr environ 5 , -.Xr privileges 5 +.Xr privileges 5 , +.Xr coreadm 8 .Pp .Rs .%T Linkers and Libraries Guide |
