diff options
Diffstat (limited to 'upstream/archlinux/man3/libalpm_files.3')
-rw-r--r-- | upstream/archlinux/man3/libalpm_files.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/upstream/archlinux/man3/libalpm_files.3 b/upstream/archlinux/man3/libalpm_files.3 index 1895c8bc..26766ec6 100644 --- a/upstream/archlinux/man3/libalpm_files.3 +++ b/upstream/archlinux/man3/libalpm_files.3 @@ -1,4 +1,4 @@ -.TH "libalpm_files" 3 "Tue Feb 6 2024 19:11:31" "libalpm" \" -*- nroff -*- +.TH "libalpm_files" 3 "libalpm" \" -*- nroff -*- .ad l .nh .SH NAME @@ -26,7 +26,7 @@ libalpm_files \- Files .in +1c .ti -1c -.RI "\fBalpm_file_t\fP * \fBalpm_filelist_contains\fP (\fBalpm_filelist_t\fP *filelist, const char *path)" +.RI "\fBalpm_file_t\fP * \fBalpm_filelist_contains\fP (const \fBalpm_filelist_t\fP *filelist, const char *path)" .br .RI "Determines whether a package filelist contains a given path\&. " .in -1c @@ -84,7 +84,7 @@ char * \fIname\fP Name of the file (without \&.pacsave extension) .PP .SH "Function Documentation" .PP -.SS "\fBalpm_file_t\fP * alpm_filelist_contains (\fBalpm_filelist_t\fP * filelist, const char * path)" +.SS "\fBalpm_file_t\fP * alpm_filelist_contains (const \fBalpm_filelist_t\fP * filelist, const char * path)" .PP Determines whether a package filelist contains a given path\&. The provided path should be relative to the install root with no leading slashes, e\&.g\&. 'etc/localtime'\&. When searching for directories, the path must have a trailing slash\&. |