diff options
author | ru <ru@FreeBSD.org> | 2004-01-15 15:19:31 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-01-15 15:19:31 +0000 |
commit | fd31bea05b30eb17cf7f8c1e537a28bea23ecc1b (patch) | |
tree | eff9ecb30873458d32371ba06921bac80b2fedf3 /gnu/usr.bin | |
parent | 10ba1b226489bb801e2ab5a58306eddf0fe05fc4 (diff) | |
download | FreeBSD-src-fd31bea05b30eb17cf7f8c1e537a28bea23ecc1b.zip FreeBSD-src-fd31bea05b30eb17cf7f8c1e537a28bea23ecc1b.tar.gz |
Put libufs into the correct slot in the list.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/groff/tmac/mdoc.local | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/tmac/mdoc.local b/gnu/usr.bin/groff/tmac/mdoc.local index 5686531..f4053e4 100644 --- a/gnu/usr.bin/groff/tmac/mdoc.local +++ b/gnu/usr.bin/groff/tmac/mdoc.local @@ -50,9 +50,9 @@ .ds doc-str-Lb-libpthread POSIX Threads Library (libkse, \-lkse) .ds doc-str-Lb-librpcsvc RPC Service Library (librpcsvc, \-lrpcsvc) .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-libusbhid USB HID access routines library (libusbhid, \-lusbhid) -.ds doc-str-Lb-libufs UFS File System Access Library (libufs, \-lufs) .ds doc-str-Lb-libvgl Video Graphics Library (libvgl, \-lvgl) . .\" Default .Os value |