diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3exacct | |
parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man3exacct')
-rw-r--r-- | usr/src/man/man3exacct/ea_error.3exacct | 6 | ||||
-rw-r--r-- | usr/src/man/man3exacct/ea_open.3exacct | 9 | ||||
-rw-r--r-- | usr/src/man/man3exacct/ea_pack_object.3exacct | 10 | ||||
-rw-r--r-- | usr/src/man/man3exacct/ea_set_item.3exacct | 10 |
4 files changed, 24 insertions, 11 deletions
diff --git a/usr/src/man/man3exacct/ea_error.3exacct b/usr/src/man/man3exacct/ea_error.3exacct index 2f5e3d5c9c..7136337698 100644 --- a/usr/src/man/man3exacct/ea_error.3exacct +++ b/usr/src/man/man3exacct/ea_error.3exacct @@ -112,7 +112,7 @@ processed by this library. .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -130,4 +130,6 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBread\fR(2), \fBlibexacct\fR(3LIB), \fBattributes\fR(5) +.BR read (2), +.BR libexacct (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3exacct/ea_open.3exacct b/usr/src/man/man3exacct/ea_open.3exacct index fdfe7c9711..bed95d80fd 100644 --- a/usr/src/man/man3exacct/ea_open.3exacct +++ b/usr/src/man/man3exacct/ea_open.3exacct @@ -126,7 +126,7 @@ if (ea_open(&ef, "/var/adm/exacct/proc", NULL, EO_HEAD, .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -144,5 +144,8 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBea_error\fR(3EXACCT), \fBea_pack_object\fR(3EXACCT), -\fBea_set_item\fR(3EXACCT), \fBlibexacct\fR(3LIB), \fBattributes\fR(5) +.BR ea_error (3EXACCT), +.BR ea_pack_object (3EXACCT), +.BR ea_set_item (3EXACCT), +.BR libexacct (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3exacct/ea_pack_object.3exacct b/usr/src/man/man3exacct/ea_pack_object.3exacct index 7eb492d07b..e910751ed8 100644 --- a/usr/src/man/man3exacct/ea_pack_object.3exacct +++ b/usr/src/man/man3exacct/ea_pack_object.3exacct @@ -330,7 +330,7 @@ ea_close(&ef); .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -348,5 +348,9 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBread\fR(2), \fBea_error\fR(3EXACCT), \fBea_open\fR(3EXACCT), -\fBea_set_item\fR(3EXACCT), \fBlibexacct\fR(3LIB), \fBattributes\fR(5) +.BR read (2), +.BR ea_error (3EXACCT), +.BR ea_open (3EXACCT), +.BR ea_set_item (3EXACCT), +.BR libexacct (3LIB), +.BR attributes (7) diff --git a/usr/src/man/man3exacct/ea_set_item.3exacct b/usr/src/man/man3exacct/ea_set_item.3exacct index ae25e87e8e..91bfe167c6 100644 --- a/usr/src/man/man3exacct/ea_set_item.3exacct +++ b/usr/src/man/man3exacct/ea_set_item.3exacct @@ -194,7 +194,7 @@ ea_set_item(&obj, EXT_UINT32 | EXC_DEFAULT | EXT_PROC_PID, .SH ATTRIBUTES .sp .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -212,5 +212,9 @@ MT-Level MT-Safe .SH SEE ALSO .sp .LP -\fBread\fR(2), \fBea_error\fR(3EXACCT), \fBea_open\fR(3EXACCT), -\fBea_pack_object\fR(3EXACCT), \fBlibexacct\fR(3LIB), \fBattributes\fR(5) +.BR read (2), +.BR ea_error (3EXACCT), +.BR ea_open (3EXACCT), +.BR ea_pack_object (3EXACCT), +.BR libexacct (3LIB), +.BR attributes (7) |