Module Name:    src
Committed By:   joerg
Date:           Wed Apr  8 15:05:58 UTC 2009

Modified Files:
        src/libexec/ld.aout_so: ld.aout_so.1

Log Message:
Don't use .\" as callable macro.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/libexec/ld.aout_so/ld.aout_so.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/libexec/ld.aout_so/ld.aout_so.1
diff -u src/libexec/ld.aout_so/ld.aout_so.1:1.8 src/libexec/ld.aout_so/ld.aout_so.1:1.9
--- src/libexec/ld.aout_so/ld.aout_so.1:1.8	Wed Apr 30 13:10:52 2008
+++ src/libexec/ld.aout_so/ld.aout_so.1	Wed Apr  8 15:05:58 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ld.aout_so.1,v 1.8 2008/04/30 13:10:52 martin Exp $
+.\"	$NetBSD: ld.aout_so.1,v 1.9 2009/04/08 15:05:58 joerg Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -137,7 +137,8 @@
 recognizes a number of environment variables that can be used to modify
 its behavior as follows:
 .Pp
-.Bl -tag -width LD_TRACE_LOADED_OBJECTS \" intentionally not the longest
+.\" intentionally not the longest
+.Bl -tag -width LD_TRACE_LOADED_OBJECTS
 .It Ev LD_LIBRARY_PATH
 A colon separated list of directories, overriding the default search path
 for shared libraries.

Reply via email to