URI: 
       tAdd manpage for repo(1) - repo - list/download/sync packs with remote repositories
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit f041e2995a070bdc5a4c72b757ec8d2649e1ba70
   DIR parent 0e998e2d515a046c7438d1ad1679a8f34f3ac023
  HTML Author: z3bra <contactatz3bradotorg>
       Date:   Fri, 16 Dec 2016 19:43:11 +0100
       
       Add manpage for repo(1)
       
       Diffstat:
         A repo.1                              |      42 +++++++++++++++++++++++++++++++
       
       1 file changed, 42 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/repo.1 b/repo.1
       t@@ -0,0 +1,41 @@
       +.Dd 2016-12-16
       +.Dt REPO 1
       +.Os POSIX.1-2008
       +.Sh NAME
       +.Nm repo
       +.Nd repository manager
       +.Sh SYNOPSIS
       +.Nm repo
       +.Op Fl fls
       +.Op Fl c Ar FILE
       +.Op Fl r Ar URL
       +.Op Ar PACK..
       +.Sh DESCRIPTION
       +.Nm
       +synchronize with remote repositories and download packs. Packs are
       +downloaded by passing their
       +.Ar PACK
       +name. After downloading, or if the file has already been downloaded its
       +path will be printed to stdout.
       +.Bl -tag -width Ds
       +.It Fl c Ar <file>
       +Defines another configuration file to be used.
       +.It Fl r Ar <url>
       +Synchronize the given repository with the others. Multiple repositories
       +can be specified by specifying the
       +.Fl r
       +flag again. The repositories will be added BEFORE parsing the
       +configuration file.
       +.It Fl f
       +Force retrieval of the pack. It will be downloaded even if it is present
       +in the local filesystem.
       +.It Fl l
       +List packs available for downloads in all the repositories.
       +.It Fl s
       +Retrieve the pack list from the remote repositories.
       +.El
       +.Sh SEE ALSO
       +.Xr pack 5 ,
       +.Xr pm 1
       +.Sh AUTHORS
       +.An Willy Goiffon Aq Mt willy@mailoo.org
       +\ No newline at end of file