Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 May 2014 21:24:16 +0000 (UTC)
From:      Sergey Kandaurov <pluknet@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r266479 - head/gnu/usr.bin/groff/tmac
Message-ID:  <201405202124.s4KLOGXA098986@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pluknet
Date: Tue May 20 21:24:15 2014
New Revision: 266479
URL: http://svnweb.freebsd.org/changeset/base/266479

Log:
  Move Nx definition to a separate block.
  
  Noticed by:	ru (a while ago)

Modified:
  head/gnu/usr.bin/groff/tmac/mdoc.local

Modified: head/gnu/usr.bin/groff/tmac/mdoc.local
==============================================================================
--- head/gnu/usr.bin/groff/tmac/mdoc.local	Tue May 20 21:15:47 2014	(r266478)
+++ head/gnu/usr.bin/groff/tmac/mdoc.local	Tue May 20 21:24:15 2014	(r266479)
@@ -62,6 +62,8 @@
 .ds doc-operating-system-FreeBSD-10.0   10.0
 .ds doc-operating-system-FreeBSD-10.1   10.1
 .ds doc-operating-system-FreeBSD-11.0   11.0
+.
+.\" Definitions for other *BSDs not (yet) in doc-common
 .ds doc-operating-system-NetBSD-7.0     7.0
 .
 .\" Definitions not (yet) in doc-syms



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405202124.s4KLOGXA098986>