diff options
author | John Baldwin <jhb@FreeBSD.org> | 2017-01-03 01:39:05 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2017-01-03 01:39:05 +0000 |
commit | 48f7957436e75ff821f21463524daa6605ffaa8c (patch) | |
tree | b808c9c05a6fb972783f14844c0cca20eba53092 /lib/libsysdecode/sysdecode_enum.3 | |
parent | 91371de1fa37a621fce051493eb59786d29802f7 (diff) | |
download | src-48f7957436e75ff821f21463524daa6605ffaa8c.tar.gz src-48f7957436e75ff821f21463524daa6605ffaa8c.zip |
Notes
Diffstat (limited to 'lib/libsysdecode/sysdecode_enum.3')
-rw-r--r-- | lib/libsysdecode/sysdecode_enum.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libsysdecode/sysdecode_enum.3 b/lib/libsysdecode/sysdecode_enum.3 index f0fce4d04c07..3e2f3902d82f 100644 --- a/lib/libsysdecode/sysdecode_enum.3 +++ b/lib/libsysdecode/sysdecode_enum.3 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 17, 2016 +.Dd January 2, 2017 .Dt sysdecode_enum 3 .Os .Sh NAME @@ -35,6 +35,7 @@ .Nm sysdecode_extattrnamespace , .Nm sysdecode_fadvice , .Nm sysdecode_fcntl_cmd , +.Nm sysdecode_getfsstat_mode , .Nm sysdecode_idtype , .Nm sysdecode_ipproto , .Nm sysdecode_kldsym_cmd , @@ -86,6 +87,8 @@ .Ft const char * .Fn sysdecode_fcntl_cmd "int cmd" .Ft const char * +.Fn sysdecode_getfsstat_mode "int mode" +.Ft const char * .Fn sysdecode_idtype "int idtype" .Ft const char * .Fn sysdecode_ipproto "int protocol" @@ -168,6 +171,7 @@ Most of these functions decode an argument passed to a system call: .It Fn sysdecode_extattrnamespace Ta Xr extattr_get_fd 2 Ta Fa attrnamespace .It Fn sysdecode_fadvice Ta Xr posix_fadvise 2 Ta Fa advice .It Fn sysdecode_fcntl_cmd Ta Xr fcntl 2 Ta Fa cmd +.It Fn sysdecode_getfsstat_mode Ta Xr getfsstat 2 Ta Fa mode .It Fn sysdecode_idtype Ta .Xr procctl 2 , .Xr waitid 2 |