From owner-freebsd-doc@FreeBSD.ORG Tue Jul 1 07:56:38 2014 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F6A9F76 for ; Tue, 1 Jul 2014 07:56:38 +0000 (UTC) Received: from mail-qc0-x235.google.com (mail-qc0-x235.google.com [IPv6:2607:f8b0:400d:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3F962119 for ; Tue, 1 Jul 2014 07:56:37 +0000 (UTC) Received: by mail-qc0-f181.google.com with SMTP id x13so7975847qcv.40 for ; Tue, 01 Jul 2014 00:56:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to:content-type; bh=mSdSNHpQMKHzWd9UTlvy2bi/TtimZSa8q4La2QgUtlo=; b=TznAdVLyYNX6DnWoLfBdNAqXuz9O6LO17BWGYN12qaCFJfIgrl8PC7DsaOOUHGXJHr GHWIq7eQtxBXkWk9TuknAQUdbbQk7TDHgwsdaJ7uSQE2lDQjDAH5ZNZ2TJQbCtwUgyhp Ki4SA+Si8F4012ey6+ynXELRkIIl2FEtw1eCc= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=mSdSNHpQMKHzWd9UTlvy2bi/TtimZSa8q4La2QgUtlo=; b=TWWdnTWhiLBjVfjTk5sUEuxVPPHJZyBbkUgKKk/QalRr7Epywi6wOePebZoBFA+Vj8 59cv/5xysMvkj3cP1Qm+Xbmb35OFfIN08VMwTOku3ytYDsRYSphI7p3DOPTZJMT04EeX kejBu8K56FuTMqnPDkfLysTX97SJdAZhNitKZ0MDhG63ZcZe9zekBn9obbVTcmlXxSFu Hr06kumpers/vRoKqDWBey3Lh1HWout7lz33J7K/yYzxPNX639XDxONvX+PRHXP7DK6u BWtiRtQwV+YnDdnLw6A9Vy1oBVUDvDrjjkEEBn9oe597S0+SEy4TrlGY4Y+R0NF5GUFs gjNA== X-Gm-Message-State: ALoCoQlOfYuPzlANLd/wxmnsPGzbFGZkKc3lpe5h+fHsHW29eEuORjNtCpAJuFtJNUm/WBNM88xi X-Received: by 10.140.101.115 with SMTP id t106mr12333696qge.91.1404201396929; Tue, 01 Jul 2014 00:56:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.96.88.132 with HTTP; Tue, 1 Jul 2014 00:56:06 -0700 (PDT) From: Eitan Adler Date: Tue, 1 Jul 2014 00:56:06 -0700 Message-ID: Subject: Bad Example Formatting? To: doc@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 07:56:38 -0000 Is there a way to signify good example code and bad example code? For example the latter has a light red background, and clearly says "don't do this" while the former has a light green background with a big checkmark? -- Eitan Adler