diff options
author | uqs <uqs@FreeBSD.org> | 2014-01-31 12:26:30 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2014-01-31 12:26:30 +0000 |
commit | c692973c992c321bb10e631f572fab1500ae5b0e (patch) | |
tree | ecb64b3e10a245dd63f4b702e7526307c19138aa /gnu/usr.bin/groff/tmac | |
parent | 47ca58c974f4e523a39f37664a64bd42daf1e0a3 (diff) | |
download | FreeBSD-src-c692973c992c321bb10e631f572fab1500ae5b0e.zip FreeBSD-src-c692973c992c321bb10e631f572fab1500ae5b0e.tar.gz |
Pull up vendor changes up to 2014-01-29
- move local overrides into mdoc.local
- syncs us with git commit 819839b66c80e8dabe6cb24ea6319c26c9a2be14
Discussed with: ru
MFC after: 2 weeks
Diffstat (limited to 'gnu/usr.bin/groff/tmac')
-rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 4fc5823..3b389ed 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -43,6 +43,7 @@ .ds doc-str-Lb-libproc Processor Monitoring and Analysis Library (libproc, \-lproc) .ds doc-str-Lb-libprocstat Process and Files Information Retrieval (libprocstat, \-lprocstat) .ds doc-str-Lb-librtld_db Run-time Linker Debugging Library (librtld_db, \-lrtld_db) +.ds doc-str-Lb-libsbuf Safe String Composition Library (libsbuf, \-lsbuf) .ds doc-str-Lb-libstdthreads C11 Threads Library (libstdthreads, \-lstdthreads) . .\" Default .Os value |