summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2015-09-07 15:28:07 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2015-09-07 15:28:07 +0000
commitf4ad2726e3192b1f1d8f32325352a71188d585d4 (patch)
treeadaff8e9e2175c6170c1d0e27f0d0df6be6384dd
parentbc5b3b307e1323cecc594a37cce468da7794bbdc (diff)
add missing file system path (.Pa) macros.
-rw-r--r--usr.bin/lex/flex.114
-rw-r--r--usr.bin/mail/mail.18
2 files changed, 11 insertions, 11 deletions
diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1
index 10945334781..f2de270614a 100644
--- a/usr.bin/lex/flex.1
+++ b/usr.bin/lex/flex.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: flex.1,v 1.40 2015/03/13 19:58:41 jmc Exp $
+.\" $OpenBSD: flex.1,v 1.41 2015/09/07 15:28:06 sobrado Exp $
.\"
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE.
.\"
-.Dd $Mdocdate: March 13 2015 $
+.Dd $Mdocdate: September 7 2015 $
.Dt FLEX 1
.Os
.Sh NAME
@@ -4090,23 +4090,23 @@ Actions that are not enclosed in braces
are simply terminated at the end of the line.
.Sh FILES
.Bl -tag -width "<g++/FlexLexer.h>"
-.It flex.skl
+.It Pa flex.skl
Skeleton scanner.
This file is only used when building flex, not when
.Nm
executes.
-.It lex.backup
+.It Pa lex.backup
Backing-up information for the
.Fl b
flag (called
.Pa lex.bck
on some systems).
-.It lex.yy.c
+.It Pa lex.yy.c
Generated scanner
(called
.Pa lexyy.c
on some systems).
-.It lex.yy.cc
+.It Pa lex.yy.cc
Generated C++ scanner class, when using
.Fl + .
.It In g++/FlexLexer.h
@@ -4114,7 +4114,7 @@ Header file defining the C++ scanner base class,
.Fa FlexLexer ,
and its derived class,
.Fa yyFlexLexer .
-.It /usr/lib/libl.*
+.It Pa /usr/lib/libl.*
.Nm
libraries.
The
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1
index 9298633a4f1..f19780b4e9d 100644
--- a/usr.bin/mail/mail.1
+++ b/usr.bin/mail/mail.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mail.1,v 1.74 2015/01/20 19:20:45 jmc Exp $
+.\" $OpenBSD: mail.1,v 1.75 2015/09/07 15:28:06 sobrado Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)mail.1 8.8 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: January 20 2015 $
+.Dd $Mdocdate: September 7 2015 $
.Dt MAIL 1
.Os
.Sh NAME
@@ -1217,9 +1217,9 @@ user's mail spool.
post office (unless overridden by the
.Ev MAIL
environment variable)
-.It ~/mbox
+.It Pa ~/mbox
user's old mail
-.It ~/.mailrc
+.It Pa ~/.mailrc
file giving initial mail commands; can be overridden by setting the
.Ev MAILRC
environment variable