svn commit: r267951 - stable/10/gnu/usr.bin/groff/tmac

Sergey Kandaurov pluknet at FreeBSD.org
Fri Jun 27 05:50:56 UTC 2014


Author: pluknet
Date: Fri Jun 27 05:50:55 2014
New Revision: 267951
URL: http://svnweb.freebsd.org/changeset/base/267951

Log:
  MFC r266479, r267153:
  
  - Move Nx definition to a separate block.
  - Add Lb string for libcuse.

Modified:
  stable/10/gnu/usr.bin/groff/tmac/mdoc.local
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/gnu/usr.bin/groff/tmac/mdoc.local
==============================================================================
--- stable/10/gnu/usr.bin/groff/tmac/mdoc.local	Fri Jun 27 05:37:00 2014	(r267950)
+++ stable/10/gnu/usr.bin/groff/tmac/mdoc.local	Fri Jun 27 05:50:55 2014	(r267951)
@@ -35,6 +35,7 @@
 .ds doc-str-Lb-libarchive  Streaming Archive Library (libarchive, \-larchive)
 .ds doc-str-Lb-libbluetooth Bluetooth User Library (libbluetooth, \-lbluetooth)
 .ds doc-str-Lb-libcapsicum Capsicum Library (libcapsicum, \-lcapsicum)
+.ds doc-str-Lb-libcuse     Userland Character Device Library (libcuse, \-lcuse)
 .ds doc-str-Lb-libedit     Line Editor and History Library (libedit, \-ledit)
 .ds doc-str-Lb-libefi      EFI Runtime Services Library (libefi, \-lefi)
 .ds doc-str-Lb-libelf      ELF Parsing Library (libelf, \-lelf)
@@ -61,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


More information about the svn-src-stable-10 mailing list