From owner-svn-doc-all@freebsd.org Sun Jun 28 07:12:00 2020 Return-Path: Delivered-To: svn-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D7105343817; Sun, 28 Jun 2020 07:12:00 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49vhdD5PKBz439X; Sun, 28 Jun 2020 07:12:00 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com [209.85.167.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: carlavilla) by smtp.freebsd.org (Postfix) with ESMTPSA id B41A8293BB; Sun, 28 Jun 2020 07:12:00 +0000 (UTC) (envelope-from carlavilla@freebsd.org) Received: by mail-lf1-f44.google.com with SMTP id g2so7291790lfb.0; Sun, 28 Jun 2020 00:12:00 -0700 (PDT) X-Gm-Message-State: AOAM5331LQCqn/5vEz63+dhN79kJpOWUIaPzoTXExLrrELsntxwCoq/k ZybIFMlozvqVXy9dsOy+343q/yYCFNVG05tq27w= X-Google-Smtp-Source: ABdhPJxHV/HfpPFcw8a2guDdlpgaTetnGDkBBJvdz2iurme4PxHLOtkFktq2cLCnzuhrJ68AnH/s6374w3c+bBFEYP4= X-Received: by 2002:a05:6512:60b:: with SMTP id b11mr6278762lfe.116.1593328318963; Sun, 28 Jun 2020 00:11:58 -0700 (PDT) MIME-Version: 1.0 References: <202006271723.05RHNAUm086528@repo.freebsd.org> <20200628.090036.537615336548910026.hrs@FreeBSD.org> In-Reply-To: <20200628.090036.537615336548910026.hrs@FreeBSD.org> From: Sergio Carlavilla Date: Sun, 28 Jun 2020 09:11:47 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r54297 - head/en_US.ISO8859-1/articles/freebsd-update-server To: Hiroki Sato Cc: bcr@freebsd.org, doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jun 2020 07:12:00 -0000 On Sun, 28 Jun 2020 at 02:01, Hiroki Sato wrote: > > Sergio Carlavilla Delgado wrote > in <202006271723.05RHNAUm086528@repo.freebsd.org>: > > ca> Author: carlavilla > ca> Date: Sat Jun 27 17:23:09 2020 > ca> New Revision: 54297 > ca> URL: https://svnweb.freebsd.org/changeset/doc/54297 > ca> > ca> Log: > ca> Because of the conversion of the documentation to Hugo/AsciiDoctor the > ca> screen was moved out of the callout. > ca> > ca> Reviewed by: bcr@ > ca> Differential Revision: https://reviews.freebsd.org/D25485 > ca> > ca> Modified: > ca> head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml > ca> > ca> Modified: head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml > ca> ============================================================================== > ca> --- head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml Fri Jun 26 07:04:58 2020 (r54296) > ca> +++ head/en_US.ISO8859-1/articles/freebsd-update-server/article.xml Sat Jun 27 17:23:09 2020 (r54297) > ca> @@ -267,10 +267,9 @@ export EOL=1275289200 ca> EOL can be derived from the date > ca> listed on the web site, using the &man.date.1; utility, > ca> for example: > ca> - > ca> - &prompt.user; date -j -f '%Y%m%d-%H%M%S' '20090401-000000' '+%s' > ca> > ca> > ca> + &prompt.user; date -j -f '%Y%m%d-%H%M%S' '20090401-000000' '+%s' > ca> > ca> > ca> > > Please revert this or explain why this is required. The original > structure was valid and the callout list after this change become > wrong. The element must be associated to the second > . > > -- Hiroki Hi Hiroki, First of all, thanks for taking time to check my change :) I made this change because it made the migration to hugo/asciidoctor much easier, but I don't want to cause any problem. I reverted the change, sorry for the inconvenience. Bye, and again, thanks for taking time to check this.