Date: Fri, 15 Jan 2010 14:05:07 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r202359 - in head: contrib/groff/tmac gnu/usr.bin/groff/tmac Message-ID: <201001151405.o0FE57ap093077@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ru Date: Fri Jan 15 14:05:06 2010 New Revision: 202359 URL: http://svn.freebsd.org/changeset/base/202359 Log: Moved the doc-str-Lb-libulog string definition to where it belongs. Modified: head/contrib/groff/tmac/doc-syms head/gnu/usr.bin/groff/tmac/mdoc.local Modified: head/contrib/groff/tmac/doc-syms ============================================================================== --- head/contrib/groff/tmac/doc-syms Fri Jan 15 13:59:50 2010 (r202358) +++ head/contrib/groff/tmac/doc-syms Fri Jan 15 14:05:06 2010 (r202359) @@ -779,7 +779,6 @@ .ds doc-str-Lb-librt \*[Px] \*[doc-str-Lb]Real-time Library (librt, \-lrt) .ds doc-str-Lb-libtermcap Termcap Access Library (libtermcap, \-ltermcap) .ds doc-str-Lb-libusbhid USB Human Interface Devices Library (libusbhid, \-lusbhid) -.ds doc-str-Lb-libulog User Login Record Library (libulog, \-lulog) .ds doc-str-Lb-libutil System Utilities Library (libutil, \-lutil) .ds doc-str-Lb-libx86_64 x86_64 Architecture Library (libx86_64, \-lx86_64) .ds doc-str-Lb-libz Compression Library (libz, \-lz) Modified: head/gnu/usr.bin/groff/tmac/mdoc.local ============================================================================== --- head/gnu/usr.bin/groff/tmac/mdoc.local Fri Jan 15 13:59:50 2010 (r202358) +++ head/gnu/usr.bin/groff/tmac/mdoc.local Fri Jan 15 14:05:06 2010 (r202359) @@ -60,6 +60,7 @@ .ds doc-str-Lb-libthr 1:1 Threading Library (libthr, \-lthr) .ds doc-str-Lb-libufs UFS File System Access Library (libufs, \-lufs) .ds doc-str-Lb-libugidfw File System Firewall Interface Library (libugidfw, \-lugidfw) +.ds doc-str-Lb-libulog User Login Record Library (libulog, \-lulog) .ds doc-str-Lb-libvgl Video Graphics Library (libvgl, \-lvgl) . .\" FreeBSD architectures not found in doc-common
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001151405.o0FE57ap093077>