diff options
author | Chris Fraire <cfraire@me.com> | 2017-08-25 09:47:09 -0500 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-09-21 13:54:02 +0000 |
commit | d042c5a26452797afc4fe8c2ceddebff94d88745 (patch) | |
tree | bc51db221e6a1f4babc967ba489e20d294d75315 /usr/src/man/man3c/port_associate.3c | |
parent | 2cedd8f0ecbd2b29bf0aac72bb8b7413b0326938 (diff) | |
download | illumos-joyent-d042c5a26452797afc4fe8c2ceddebff94d88745.tar.gz |
8591 Man pages contain various errors
Reviewed by: Toomas Soome <tsoome@me.com>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/port_associate.3c')
-rw-r--r-- | usr/src/man/man3c/port_associate.3c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man3c/port_associate.3c b/usr/src/man/man3c/port_associate.3c index 1d8e34d1a8..7dd2250d0c 100644 --- a/usr/src/man/man3c/port_associate.3c +++ b/usr/src/man/man3c/port_associate.3c @@ -104,7 +104,7 @@ occurs. .LP The event types that can be specified at \fBport_associate()\fR time for \fBPORT_SOURCE_FILE\fR are \fBFILE_ACCESS\fR, \fBFILE_MODIFIED\fR, -\fBFILE_ATTRIB\fR, and \fbFILE_TRUNC\fR. The first three of these correspond +\fBFILE_ATTRIB\fR, and \fBFILE_TRUNC\fR. The first three of these correspond to the three time stamps: an \fBfo_atime\fR change results in the \fBFILE_ACCESS\fR event, an \fBfo_mtime\fR change results in the \fBFILE_MODIFIED\fR event, and an \fBfo_ctime\fR change results in the |