View | Details | Raw Unified | Return to bug 281597
Collapse All | Expand All

(-)b/lib/libsys/fhlink.2 (-1 lines)
Lines 38-44 Link Here
38
.Fn fhlink "fhandle_t *fhp" "const char *to"
38
.Fn fhlink "fhandle_t *fhp" "const char *to"
39
.Ft int
39
.Ft int
40
.Fn fhlinkat "fhandle_t *fhp" "int tofd" "const char *to"
40
.Fn fhlinkat "fhandle_t *fhp" "int tofd" "const char *to"
41
.Fc
42
.Sh DESCRIPTION
41
.Sh DESCRIPTION
43
The
42
The
44
.Fn fhlink
43
.Fn fhlink
(-)b/lib/libsys/fhreadlink.2 (-2 lines)
Lines 36-42 Link Here
36
.In sys/mount.h
36
.In sys/mount.h
37
.Ft int
37
.Ft int
38
.Fn fhreadlink "fhandle_t *fhp" "char *buf" "size_t bufsize"
38
.Fn fhreadlink "fhandle_t *fhp" "char *buf" "size_t bufsize"
39
.Fc
40
.Sh DESCRIPTION
39
.Sh DESCRIPTION
41
The
40
The
42
.Fn fhreadlink
41
.Fn fhreadlink
Lines 86-92 The file handle Link Here
86
.Fa fhp
85
.Fa fhp
87
is no longer valid
86
is no longer valid
88
.El
87
.El
89
.El
90
.Sh SEE ALSO
88
.Sh SEE ALSO
91
.Xr fhstat 2 ,
89
.Xr fhstat 2 ,
92
.Xr fhlink 2 ,
90
.Xr fhlink 2 ,
(-)b/lib/libsys/getfh.2 (+1 lines)
Lines 212-217 argument is not an absolute path and Link Here
212
is neither
212
is neither
213
.Dv AT_FDCWD
213
.Dv AT_FDCWD
214
nor a file descriptor associated with a directory.
214
nor a file descriptor associated with a directory.
215
.El
215
.Sh SEE ALSO
216
.Sh SEE ALSO
216
.Xr fhopen 2 ,
217
.Xr fhopen 2 ,
217
.Xr open 2 ,
218
.Xr open 2 ,
(-)b/lib/libsys/procctl.2 (+1 lines)
Lines 712-717 following statuses: Link Here
712
The status is or-ed with the
712
The status is or-ed with the
713
.Va PROC_KPTI_STATUS_ACTIVE
713
.Va PROC_KPTI_STATUS_ACTIVE
714
in case KPTI is active for the current address space of the process.
714
in case KPTI is active for the current address space of the process.
715
.El
715
.Sh NOTES
716
.Sh NOTES
716
Disabling tracing on a process should not be considered a security
717
Disabling tracing on a process should not be considered a security
717
feature, as it is bypassable both by the kernel and privileged processes,
718
feature, as it is bypassable both by the kernel and privileged processes,
(-)b/lib/libsys/ptrace.2 (-1 / +1 lines)
Lines 830-836 value. Link Here
830
If the system call completed in an unusual fashion,
830
If the system call completed in an unusual fashion,
831
.Va sr_error
831
.Va sr_error
832
is set to a negative value:
832
is set to a negative value:
833
.Bl -tag -width Dv EJUSTRETURN -compact
833
.Bl -tag -width EJUSTRETURN -compact
834
.It Dv ERESTART
834
.It Dv ERESTART
835
System call will be restarted.
835
System call will be restarted.
836
.It Dv EJUSTRETURN
836
.It Dv EJUSTRETURN
(-)b/lib/libsys/swapon.2 (-3 / +3 lines)
Lines 34-41 Link Here
34
.Sh LIBRARY
34
.Sh LIBRARY
35
.Lb libc
35
.Lb libc
36
.Sh SYNOPSIS
36
.Sh SYNOPSIS
37
.It vm/vm_param.h
37
.In vm/vm_param.h
38
.It vm/swap_pager.h
38
.In vm/swap_pager.h
39
.Pp
39
.In unistd.h
40
.In unistd.h
40
.Ft int
41
.Ft int
41
.Fn swapon "const char *special"
42
.Fn swapon "const char *special"
42
- 

Return to bug 281597