Module Name: src
Committed By: jruoho
Date: Fri Apr 8 08:12:52 UTC 2011
Modified Files:
src/share/man/man3: paths.3
Log Message:
Use bullets in the list.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/paths.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man3/paths.3
diff -u src/share/man/man3/paths.3:1.2 src/share/man/man3/paths.3:1.3
--- src/share/man/man3/paths.3:1.2 Fri Apr 1 13:54:00 2011
+++ src/share/man/man3/paths.3 Fri Apr 8 08:12:51 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: paths.3,v 1.2 2011/04/01 13:54:00 njoly Exp $
+.\" $NetBSD: paths.3,v 1.3 2011/04/08 08:12:51 jruoho Exp $
.\"
.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -27,7 +27,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 30, 2011
+.Dd April 8, 2011
.Dt PATHS 3
.Os
.Sh NAME
@@ -43,7 +43,7 @@
All defined constants are prefixed with
.Dv _PATH .
The constants include:
-.Bl -enum -offset indent
+.Bl -bullet -offset indent
.It
The default user search path set by
.Xr login 1