diff options
Diffstat (limited to 'upstream/archlinux/man1/sogrep.1')
-rw-r--r-- | upstream/archlinux/man1/sogrep.1 | 85 |
1 files changed, 44 insertions, 41 deletions
diff --git a/upstream/archlinux/man1/sogrep.1 b/upstream/archlinux/man1/sogrep.1 index cac7f865..6c0bab90 100644 --- a/upstream/archlinux/man1/sogrep.1 +++ b/upstream/archlinux/man1/sogrep.1 @@ -1,32 +1,32 @@ '\" t .\" Title: sogrep -.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] -.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 02/14/2024 +.\" Author: [see the "AUTHOR(S)" section] +.\" Generator: Asciidoctor 2.0.21 +.\" Date: 2024-05-01 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "SOGREP" "1" "02/14/2024" "\ \&" "\ \&" -.\" ----------------------------------------------------------------- -.\" * Define some portability stuff -.\" ----------------------------------------------------------------- -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -.\" http://bugs.debian.org/507673 -.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html -.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.TH "SOGREP" "1" "2024-05-01" "\ \&" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' -.\" ----------------------------------------------------------------- -.\" * set default formatting -.\" ----------------------------------------------------------------- -.\" disable hyphenation +.ss \n[.ss] 0 .nh -.\" disable justification (adjust text to left margin only) .ad l -.\" ----------------------------------------------------------------- -.\" * MAIN CONTENT STARTS HERE * -.\" ----------------------------------------------------------------- +.de URL +\fI\\$2\fP <\\$1>\\$3 +.. +.als MTO URL +.if \n[.g] \{\ +. mso www.tmac +. am URL +. ad l +. . +. am MTO +. ad l +. . +. LINKSTYLE blue R < > +.\} .SH "NAME" sogrep \- Find shared library links in an Arch Linux repository .SH "SYNOPSIS" @@ -34,42 +34,45 @@ sogrep \- Find shared library links in an Arch Linux repository sogrep [options] repo libname .SH "DESCRIPTION" .sp -Check the soname links database for Arch Linux repositories containing packages linked to a given shared library\&. If the repository specified is "all", then all repositories will be searched, otherwise only the named repository will be searched\&. +Check the soname links database for Arch Linux repositories containing packages +linked to a given shared library. If the repository specified is "all", then +all repositories will be searched, otherwise only the named repository will be +searched. .sp -If the links database does not exist, it will be downloaded first\&. +If the links database does not exist, it will be downloaded first. .SH "OPTIONS" -.PP -\fB\-v, \-\-verbose\fR +.sp +\fB\-v, \-\-verbose\fP .RS 4 -Provide detailed output containing the matched links for each package, the repository it came from (in the event that all repositories are being searched), and, in combination with -\-r, a progress bar for the links database download\&. +Provide detailed output containing the matched links for each package, the +repository it came from (in the event that all repositories are being +searched), and, in combination with \f(CR\-r\fP, a progress bar for the links +database download. .RE -.PP -\fB\-r, \-\-refresh\fR +.sp +\fB\-r, \-\-refresh\fP .RS 4 Refresh the links databases .RE -.PP -\fB\-h, \-\-help\fR +.sp +\fB\-h, \-\-help\fP .RS 4 Show a help text .RE .SH "ENVIRONMENT VARIABLES" .sp -\fBSOLINKS_MIRROR\fR="https://mirror\&.foo\&.com" Alternative mirror to use for downloading soname links database\&. -.PP -\fBSOCACHE_DIR\fR="/path/to/directory" +\fBSOLINKS_MIRROR\fP="https://mirror.foo.com" +Alternative mirror to use for downloading soname links database. +.sp +\fBSOCACHE_DIR\fP="/path/to/directory" .RS 4 -Directory where soname links database is stored, overrides the default directory set by the -\fBXDG_CACHE_HOME\fR -environment variable or the -\fBHOME\fR -environment variable if -\fBXDG_CACHE_HOME\fR -is not set\&. +Directory where soname links database is stored, overrides the default +directory set by the \fBXDG_CACHE_HOME\fP environment variable or the +\fBHOME\fP environment variable if \fBXDG_CACHE_HOME\fP is not set. .RE .SH "HOMEPAGE" .sp -\fIhttps://gitlab\&.archlinux\&.org/archlinux/devtools\fR +\fI\c +.URL "https://gitlab.archlinux.org/archlinux/devtools" "" "\fP" .sp -Please report bugs and feature requests in the issue tracker\&. Please do your best to provide a reproducible test case for bugs\&. +Please report bugs and feature requests in the issue tracker. Please do your best to provide a reproducible test case for bugs.
\ No newline at end of file |