diff options
author | Peter Tribble <peter.tribble@gmail.com> | 2020-11-09 18:39:37 +0000 |
---|---|---|
committer | Peter Tribble <peter.tribble@gmail.com> | 2020-11-10 19:04:51 +0000 |
commit | c72d926233e1335d5c1752f6ac1d5851d0d91857 (patch) | |
tree | a27ba97d932d2f718f43af17d95a53e3533414ea | |
parent | 7b34a9a5df26271af0da06974fc361c468cd48d3 (diff) | |
download | illumos-joyent-c72d926233e1335d5c1752f6ac1d5851d0d91857.tar.gz |
13288 man3proc: typos and missing symlink
Reviewed by: Robert Mustacchi <rm@fingolfin.org>
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Dan McDonald <danmcd@joyent.com>
-rw-r--r-- | usr/src/man/man3proc/Makefile | 3 | ||||
-rw-r--r-- | usr/src/man/man3proc/Pcontent.3proc | 4 | ||||
-rw-r--r-- | usr/src/man/man3proc/proc_get_status.3proc | 10 | ||||
-rw-r--r-- | usr/src/man/man3proc/proc_unctrl_psinfo.3proc | 4 | ||||
-rw-r--r-- | usr/src/pkg/manifests/system-library.man3proc.inc | 1 |
5 files changed, 13 insertions, 9 deletions
diff --git a/usr/src/man/man3proc/Makefile b/usr/src/man/man3proc/Makefile index 1986a27ead..422bc9a517 100644 --- a/usr/src/man/man3proc/Makefile +++ b/usr/src/man/man3proc/Makefile @@ -215,6 +215,7 @@ MANLINKS= \ Pobjname_resolved.3proc \ Ppriv_free.3proc \ Pputareg.3proc \ + Psecflags_free.3proc \ pr_fstat.3proc \ pr_fstat64.3proc \ pr_getrlimit64.3proc \ @@ -364,6 +365,8 @@ Ppriv_free.3proc := LINKSRC = Ppriv.3proc Pread_string.3proc := LINKSRC = Pread.3proc +Psecflags_free.3proc := LINKSRC = Psecflags.3proc + Punsetflags.3proc := LINKSRC = Psetflags.3proc Psetsysexit.3proc := LINKSRC = Psetsysentry.3proc diff --git a/usr/src/man/man3proc/Pcontent.3proc b/usr/src/man/man3proc/Pcontent.3proc index 5ea261d53f..88d1708b6b 100644 --- a/usr/src/man/man3proc/Pcontent.3proc +++ b/usr/src/man/man3proc/Pcontent.3proc @@ -11,11 +11,11 @@ .\" .\" Copyright 2015 Joyent, Inc. .\" -.Dd May 11, 2016 +.Dd November 8, 2020 .Dt PCONTENT 3PROC .Os .Sh NAME -.Nm Pconent +.Nm Pcontent .Nd obtain process content types available .Sh LIBRARY .Lb libproc diff --git a/usr/src/man/man3proc/proc_get_status.3proc b/usr/src/man/man3proc/proc_get_status.3proc index 45393a76bc..7a9321f6e0 100644 --- a/usr/src/man/man3proc/proc_get_status.3proc +++ b/usr/src/man/man3proc/proc_get_status.3proc @@ -11,23 +11,23 @@ .\" .\" Copyright 2015 Joyent, Inc. .\" -.Dd May 11, 2016 +.Dd November 8, 2020 .Dt PROC_GET_STATUS 3PROC .Os .Sh NAME -.Nm proc_get_pstatus +.Nm proc_get_status .Nd get process status information .Sh SYNOPSIS .Lb libproc .In libproc.h .Ft int -.Fo proc_get_pstatus +.Fo proc_get_status .Fa "pid_t pid" .Fa "pstatus_t *psp" .Fc .Sh DESCRIPTION The -.Fn proc_get_pstatus +.Fn proc_get_status function is a convenient way to read the /proc status file for the process .Fa pid . @@ -39,7 +39,7 @@ structure may be found in .Xr proc 4 . .Sh RETURN VALUES Upon successful completion, the -.Fn proc_get_pstatus +.Fn proc_get_status function returns .Sy 0 . Otherwise, diff --git a/usr/src/man/man3proc/proc_unctrl_psinfo.3proc b/usr/src/man/man3proc/proc_unctrl_psinfo.3proc index 0ad264a4e8..3df63004bb 100644 --- a/usr/src/man/man3proc/proc_unctrl_psinfo.3proc +++ b/usr/src/man/man3proc/proc_unctrl_psinfo.3proc @@ -11,7 +11,7 @@ .\" .\" Copyright 2015 Joyent, Inc. .\" -.Dd May 11, 2016 +.Dd November 8, 2020 .Dt PROC_UNCTRL_PSINFO 3PROC .Os .Sh NAME @@ -26,7 +26,7 @@ .Fc .Sh DESCRIPTION The -.Fn proc_uncctrl_psinfo +.Fn proc_unctrl_psinfo function walks the process arguments of the .Fa psp structure (the diff --git a/usr/src/pkg/manifests/system-library.man3proc.inc b/usr/src/pkg/manifests/system-library.man3proc.inc index c8509f5273..66edc6e142 100644 --- a/usr/src/pkg/manifests/system-library.man3proc.inc +++ b/usr/src/pkg/manifests/system-library.man3proc.inc @@ -216,6 +216,7 @@ link path=usr/share/man/man3proc/Pobjname_resolved.3proc target=Pobjname.3proc link path=usr/share/man/man3proc/Ppriv_free.3proc target=Ppriv.3proc link path=usr/share/man/man3proc/Pputareg.3proc target=Pgetareg.3proc link path=usr/share/man/man3proc/Pread_string.3proc target=Pread.3proc +link path=usr/share/man/man3proc/Psecflags_free.3proc target=Psecflags.3proc link path=usr/share/man/man3proc/Psetsysexit.3proc target=Psetsysentry.3proc link path=usr/share/man/man3proc/Pstop.3proc target=Pstopstatus.3proc link path=usr/share/man/man3proc/Psymbol_iter_by_addr.3proc \ |