Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin/groff/tmac Do not use TAB to line up library arg...



details:   https://anonhg.NetBSD.org/src/rev/6f49ae33cf21
branches:  trunk
changeset: 765209:6f49ae33cf21
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat May 21 17:15:46 2011 +0000

description:
Do not use TAB to line up library arguments, use spaces.

diffstat:

 gnu/usr.bin/groff/tmac/mdoc.local |  30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

diffs (41 lines):

diff -r fa100a5824ff -r 6f49ae33cf21 gnu/usr.bin/groff/tmac/mdoc.local
--- a/gnu/usr.bin/groff/tmac/mdoc.local Sat May 21 16:32:00 2011 +0000
+++ b/gnu/usr.bin/groff/tmac/mdoc.local Sat May 21 17:15:46 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.63 2011/02/28 23:23:08 haad Exp $
+.\" $NetBSD: mdoc.local,v 1.64 2011/05/21 17:15:46 wiz Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -82,17 +82,17 @@
 .ds doc-volume-as-xen                   xen
 .
 .\" Local libraries not in groff
-.ds doc-str-Lb-libarchive      Reading and Writing Streaming Archives Library (libarchive, \-larchive)
-.ds doc-str-Lb-libbluetooth    Bluetooth Library (libbluetooth, \-lbluetooth)
-.ds doc-str-Lb-libdm           Device-mapper Library (libdm, \-ldm)
-.ds doc-str-Lb-libfetch                File Transfer Library for URLs (libfetch, \-lfetch)
-.ds doc-str-Lb-libiscsi                iSCSI protocol library (libiscsi, \-liscsi)
-.ds doc-str-Lb-libisns         Internet Storage Name Service Library (libisns, \-lisns)
-.ds doc-str-Lb-libnetpgp       Netpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
-.ds doc-str-Lb-libperfuse      PUFFS enabled relay to FUSE Library (libperfuse, \-lperfuse)
-.ds doc-str-Lb-libprop         Property Container Object Library (libprop, \-lprop)
-.ds doc-str-Lb-libpuffs                puffs Convenience Library (libpuffs, \-lpuffs)
-.ds doc-str-Lb-librefuse       File System in Userspace Convenience Library (librefuse, \-lrefuse)
-.ds doc-str-Lb-libsaslc                Simple Authentication and Security Layer client library (libsaslc, \-lsaslc)
-.ds doc-str-Lb-libssp          Buffer Overflow Protection Library (libssp, \-lssp)
-.ds doc-str-Lb-libterminfo     Terminal Information Library (libterminfo, \-lterminfo)
+.ds doc-str-Lb-libarchive       Reading and Writing Streaming Archives Library (libarchive, \-larchive)
+.ds doc-str-Lb-libbluetooth     Bluetooth Library (libbluetooth, \-lbluetooth)
+.ds doc-str-Lb-libdm            Device-mapper Library (libdm, \-ldm)
+.ds doc-str-Lb-libfetch         File Transfer Library for URLs (libfetch, \-lfetch)
+.ds doc-str-Lb-libiscsi         iSCSI protocol library (libiscsi, \-liscsi)
+.ds doc-str-Lb-libisns          Internet Storage Name Service Library (libisns, \-lisns)
+.ds doc-str-Lb-libnetpgp        Netpgp signing, verification, encryption and decryption (libnetpgp, \-lnetpgp)
+.ds doc-str-Lb-libperfuse       PUFFS enabled relay to FUSE Library (libperfuse, \-lperfuse)
+.ds doc-str-Lb-libprop          Property Container Object Library (libprop, \-lprop)
+.ds doc-str-Lb-libpuffs         puffs Convenience Library (libpuffs, \-lpuffs)
+.ds doc-str-Lb-librefuse        File System in Userspace Convenience Library (librefuse, \-lrefuse)
+.ds doc-str-Lb-libsaslc         Simple Authentication and Security Layer client library (libsaslc, \-lsaslc)
+.ds doc-str-Lb-libssp           Buffer Overflow Protection Library (libssp, \-lssp)
+.ds doc-str-Lb-libterminfo      Terminal Information Library (libterminfo, \-lterminfo)



Home | Main Index | Thread Index | Old Index