From owner-svn-doc-all@freebsd.org Fri Feb 26 04:59:11 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32DFAAB5269; Fri, 26 Feb 2016 04:59:11 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0404F1C2D; Fri, 26 Feb 2016 04:59:10 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1Q4xANT024345; Fri, 26 Feb 2016 04:59:10 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1Q4xAsF024344; Fri, 26 Feb 2016 04:59:10 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201602260459.u1Q4xAsF024344@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Fri, 26 Feb 2016 04:59:10 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48258 - head/share/misc X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 26 Feb 2016 04:59:11 -0000 Author: wblock Date: Fri Feb 26 04:59:09 2016 New Revision: 48258 URL: https://svnweb.freebsd.org/changeset/doc/48258 Log: Add an entry so is displayed in monospace italic text. Approved by: doceng (implicit) Modified: head/share/misc/docbook.css Modified: head/share/misc/docbook.css ============================================================================== --- head/share/misc/docbook.css Fri Feb 26 04:40:41 2016 (r48257) +++ head/share/misc/docbook.css Fri Feb 26 04:59:09 2016 (r48258) @@ -393,6 +393,11 @@ pre.programlisting { font-weight: bold; } +.errorname { + font-family: monospace; + font-style: italic; +} + pre.screen strong { font-family: monospace; font-weight: normal;