From owner-svn-src-head@FreeBSD.ORG Sun Apr 19 08:42:41 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04402922 for ; Sun, 19 Apr 2015 08:42:41 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AB28C14 for ; Sun, 19 Apr 2015 08:42:40 +0000 (UTC) Received: by wgsk9 with SMTP id k9so150300409wgs.3 for ; Sun, 19 Apr 2015 01:42:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=+J9/csZEEXgoGybOWPYqaBE8zamEvHnRBEF0LT8Il+I=; b=MoOLBmypjq49OmWZisAt+bg0TsC6KsKNG2HXQgoA+mL2FOwWY6rr2BqLwF9rwiBWxc vO1oPz/ccVkE/jpC3VYBKHmzMX9zNXkVt5yHGqLKp/uBOlBQaBRw/Wdys2XqKHA01A9n rurBtf6E5WiKO0KbX9kT3AkSmGZUH159aAfT8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=+J9/csZEEXgoGybOWPYqaBE8zamEvHnRBEF0LT8Il+I=; b=adGMbjPnI5+5PTErNAi5g+zllKDM0M68jTHVPw0FKiQXoyAMtcRMjJTXWGjcYzz9qR zzQPESpHbFHSmrSp3GjmM00mMjsBE4AMHbU/0UMox5MX6nZmuCwkGxPgsKtrxLe8zjlF MJywc60UEdbSwfSfql6jOnoh6Ie8P/LDINtYs/bmZam3G3Pz8AsO67cqUcVshV7xeQ/V jkr6HPdRlncIJ0ejD19irnLxTVJR8to4MBOtvEVNtJHh8YYLy3TFEoVZ9dVBD2nfAV8J lqqZvJOjRojFnKTg5AY+HnLcWM88F/al66r45ht81bivUMvqDU+40jNPIizdr4CyYsgV 7xRg== X-Gm-Message-State: ALoCoQkPUsfDTKVWpHYMiYnaffql4vqoPT4s0LypCkgLM4be/VHhZmHzD/oZgZX6ivGiXMFkSzBZ X-Received: by 10.194.237.34 with SMTP id uz2mr20487896wjc.157.1429432958988; Sun, 19 Apr 2015 01:42:38 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.28.211.135 with HTTP; Sun, 19 Apr 2015 01:42:08 -0700 (PDT) In-Reply-To: <20150419083451.GA79519@FreeBSD.org> References: <201504190716.t3J7GjmW072744@svn.freebsd.org> <20150419083451.GA79519@FreeBSD.org> From: Eitan Adler Date: Sun, 19 Apr 2015 01:42:08 -0700 X-Google-Sender-Auth: cuO27SwLTqWeOzO9vV97gTH9XRs Message-ID: Subject: Re: svn commit: r281727 - head To: Alexey Dokuchaev Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 08:42:41 -0000 On 19 April 2015 at 01:34, Alexey Dokuchaev wrote: > On Sun, Apr 19, 2015 at 07:16:45AM +0000, Eitan Adler wrote: >> New Revision: 281727 >> URL: https://svnweb.freebsd.org/changeset/base/281727 >> >> Log: >> README: changes and fixups >> Two orthogonal goals: >> - try to make README look a little nicer on phabricator by using >> Remarkup syntax for commands (using `` instead of using a closing ') >> - try to make README look a little nicer on github. > > FreeBSD had traditionally used both double (``...'') and single (`...') to > express "literal" something; I am not convinced that changing it just to > match GitHub's markdown warrants it. This `...` form is alien to FreeBSD, > and can be also confused with backquoted form of shell's $(...) command > substitution. Without this change, the syntax ends up being parsed very weirdly by both phabricator and github. That said, if there is strong precedent not to use the markdown syntax, and it would cause confusion, I will revert those changes. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams