From 65820cdf7ac88823d51a8e3c7118d9204ca359c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Tue, 24 Dec 2024 19:00:07 +0100 Subject: [PATCH] update man page --- man/aptly.1 | 2 +- man/aptly.1.ronn.tmpl | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/man/aptly.1 b/man/aptly.1 index c4f753ec41..bd6ad22317 100644 --- a/man/aptly.1 +++ b/man/aptly.1 @@ -31,7 +31,7 @@ aptly looks for configuration file first in \fB~/\.aptly\.conf\fR then in \fB/us With aptly version 1\.6\.0, yaml configuration with inline documentation is supported and recommended (see \fBdebian/aptly\.conf\fR)\. . .P -The legacy json configuration is still supported: +The legacy json configuration is still supported (and also supports comments): . .IP "" 4 . diff --git a/man/aptly.1.ronn.tmpl b/man/aptly.1.ronn.tmpl index b948aaf422..203cc7fe24 100644 --- a/man/aptly.1.ronn.tmpl +++ b/man/aptly.1.ronn.tmpl @@ -21,9 +21,10 @@ aptly has integrated help that matches contents of this manual page, to get help aptly looks for configuration file first in `~/.aptly.conf` then in `/usr/local/etc/aptly.conf` and `/etc/aptly.conf`. If no config file found (or they are not readable), a new one is created in the home directory. If `-config=` flag is specified, aptly would use config file at specified location. Also aptly needs root directory for database, package and published repository storage. If not specified, directory defaults to `~/.aptly/`, it will be created if missing. -With aptly version 1.6.0, yaml configuration with inline documentation is supported and recommended (see `debian/aptly.conf`). +With aptly version 1.6.0, yaml configuration with inline documentation is +supported and recommended (see `debian/aptly.conf`). -The legacy json configuration is still supported: +The legacy json configuration is still supported (and also supports comments): // vim: : filetype=json // json configuration file with comments