summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-03 02:11:14 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-03 02:11:14 +0000
commit42c11fbf7baba44829b8c25ba30b45b5ca31cb47 (patch)
tree8f5fe9d90500df93eebad8bd9c37a684878c0c7b /usr.bin
parentdb2d339593cf72918f53fbe1aeb55e247c0896a7 (diff)
remove redundant .Pp macros
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/basename/basename.112
-rw-r--r--usr.bin/basename/dirname.111
-rw-r--r--usr.bin/cap_mkdb/cap_mkdb.17
-rw-r--r--usr.bin/locate/locate/locate.111
-rw-r--r--usr.bin/newsyslog/newsyslog.84
-rw-r--r--usr.bin/talk/talk.13
-rw-r--r--usr.bin/vgrind/vgrindefs.55
-rw-r--r--usr.bin/vmstat/vmstat.86
-rw-r--r--usr.bin/yacc/yacc.18
9 files changed, 29 insertions, 38 deletions
diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1
index 220d246a01b..a4d43c37561 100644
--- a/usr.bin/basename/basename.1
+++ b/usr.bin/basename/basename.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: basename.1,v 1.6 1999/06/05 01:21:19 aaron Exp $
+.\" $OpenBSD: basename.1,v 1.7 1999/07/03 02:11:08 aaron Exp $
.\" $NetBSD: basename.1,v 1.9 1995/03/25 18:17:45 glass Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -48,7 +48,7 @@
.Ar string
.Op Ar suffix
.Sh DESCRIPTION
-.Nm basename
+.Nm
deletes any prefix ending with the last slash
.Pq Sq \&/
character present in
@@ -58,7 +58,6 @@ and a
if given.
The resulting filename is written to the standard output.
A non-existent suffix is ignored.
-.Pp
.Sh EXAMPLES
The following line sets the shell variable
.Ev FOO
@@ -66,10 +65,9 @@ to
.Pa ls .
.Pp
.Dl FOO=`basename /usr/bin/trail`
-.Pp
.Sh DIAGNOSTICS
The
-.Nm basename
+.Nm
utility
exits 0 on success or >0 if an error occurred.
.Sh SEE ALSO
@@ -78,6 +76,6 @@ exits 0 on success or >0 if an error occurred.
.Xr sh 1
.Sh STANDARDS
The
-.Nm basename
-utility conform to
+.Nm
+utility conforms to
.St -p1003.2-92 .
diff --git a/usr.bin/basename/dirname.1 b/usr.bin/basename/dirname.1
index 2d6ed16d1b7..deef8154cf9 100644
--- a/usr.bin/basename/dirname.1
+++ b/usr.bin/basename/dirname.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dirname.1,v 1.3 1999/06/05 01:21:19 aaron Exp $
+.\" $OpenBSD: dirname.1,v 1.4 1999/07/03 02:11:08 aaron Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -46,7 +46,7 @@
.Nm dirname
.Ar string
.Sh DESCRIPTION
-.Nm dirname
+.Nm
deletes the filename portion, beginning
with the last slash
.Pq Sq \&/
@@ -60,10 +60,9 @@ to
.Pa /usr/bin :
.Pp
.Dl FOO=`dirname /usr/bin/trail`
-.Pp
.Sh DIAGNOSTICS
The
-.Nm dirname
+.Nm
utility
exits 0 on success or >0 if an error occurred.
.Sh SEE ALSO
@@ -72,6 +71,6 @@ exits 0 on success or >0 if an error occurred.
.Xr sh 1
.Sh STANDARDS
The
-.Nm dirname
-utility conform to
+.Nm
+utility conforms to
.St -p1003.2-92 .
diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1
index 0dfa1b9372c..f0a70aee203 100644
--- a/usr.bin/cap_mkdb/cap_mkdb.1
+++ b/usr.bin/cap_mkdb/cap_mkdb.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cap_mkdb.1,v 1.9 1999/07/02 20:11:44 aaron Exp $
+.\" $OpenBSD: cap_mkdb.1,v 1.10 1999/07/03 02:11:08 aaron Exp $
.\" $NetBSD: cap_mkdb.1,v 1.4 1995/03/26 03:59:36 glass Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -40,7 +40,6 @@
.Sh NAME
.Nm cap_mkdb
.Nd create capability database
-.Pp
.Sh SYNOPSIS
.Nm cap_mkdb
.Op Fl i
@@ -48,7 +47,6 @@
.Op Fl f Ar outfile
.Ar file1
.Op Ar file2 ...
-.Pp
.Sh DESCRIPTION
.Nm
builds a hashed database out of the
@@ -82,13 +80,12 @@ format.
.It Fl v
Print out the number of capability records in the database.
.El
-.Pp
.Sh FORMAT
Each record is stored in the database using two different types of keys.
.Pp
The first type is a key which consists of the first capability of
the record (not including the trailing colon
-.Pq Sq \&: )
+.Pq Ql \&: )
with a data
field consisting of a special byte followed by the rest of the record.
The special byte is either a 0 or 1, where a 0 means that the record
diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1
index c022c952ab4..3297695e5e0 100644
--- a/usr.bin/locate/locate/locate.1
+++ b/usr.bin/locate/locate/locate.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: locate.1,v 1.9 1999/06/05 01:21:31 aaron Exp $
+.\" $OpenBSD: locate.1,v 1.10 1999/07/03 02:11:08 aaron Exp $
.\"
.\" Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)locate.1 8.1 (Berkeley) 6/6/93
-.\" $Id: locate.1,v 1.9 1999/06/05 01:21:31 aaron Exp $
+.\" $Id: locate.1,v 1.10 1999/07/03 02:11:08 aaron Exp $
.\"
.Dd June 6, 1993
.Dt LOCATE 1
@@ -48,9 +48,9 @@
.Op Fl d Ar database
.Ar pattern Op Ar ...
.Sh DESCRIPTION
-.Nm locate
+.Nm
searches a database for all pathnames which match the specified
-.Ar pattern .
+.Ar pattern .
The database is recomputed periodically (usually weekly or daily),
and contains the pathnames
of all files which are publicly accessible.
@@ -242,10 +242,9 @@ The current
implementation understands databases in host byte order or
network byte order. So a little-endian machine can't understand
a locate database which was built on an big-endian machine.
-.Pp
.Sh HISTORY
The
-.Nm locate
+.Nm
command appeared in
.Bx 4.4 .
Many new features were
diff --git a/usr.bin/newsyslog/newsyslog.8 b/usr.bin/newsyslog/newsyslog.8
index 564371cce49..4a88967f3f1 100644
--- a/usr.bin/newsyslog/newsyslog.8
+++ b/usr.bin/newsyslog/newsyslog.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: newsyslog.8,v 1.14 1999/06/05 04:16:05 aaron Exp $
+.\" $OpenBSD: newsyslog.8,v 1.15 1999/07/03 02:11:09 aaron Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -161,7 +161,6 @@ Specify a file containing the PID of a process to send a
signal to instead of
.Pa /var/run/syslog.pid .
.El
-.Pp
.Sh OPTIONS
The following options can be used with
.Nm newsyslog :
@@ -201,7 +200,6 @@ in flags are processed,
and notifications sent if any have changed. Without this option, monitored
entries are not processed.
.El
-.Pp
.Sh FILES
.Bl -tag -width /etc/newsyslog.conf
.It Pa /etc/newsyslog.conf
diff --git a/usr.bin/talk/talk.1 b/usr.bin/talk/talk.1
index 7800e41ab21..488bab2dfc5 100644
--- a/usr.bin/talk/talk.1
+++ b/usr.bin/talk/talk.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: talk.1,v 1.6 1999/06/05 01:21:42 aaron Exp $
+.\" $OpenBSD: talk.1,v 1.7 1999/07/03 02:11:09 aaron Exp $
.\" $NetBSD: talk.1,v 1.3 1994/12/09 02:14:23 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -106,7 +106,6 @@ and
.Xr pr 1 ,
disallow messages in order to
prevent messy output.
-.Pp
.Sh FILES
.Bl -tag -width /var/run/utmp -compact
.It Pa /etc/hosts
diff --git a/usr.bin/vgrind/vgrindefs.5 b/usr.bin/vgrind/vgrindefs.5
index 81f1e700b28..58c6978b567 100644
--- a/usr.bin/vgrind/vgrindefs.5
+++ b/usr.bin/vgrind/vgrindefs.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vgrindefs.5,v 1.5 1999/05/23 14:11:06 aaron Exp $
+.\" $OpenBSD: vgrindefs.5,v 1.6 1999/07/03 02:11:09 aaron Exp $
.\" $NetBSD: vgrindefs.5,v 1.3 1994/11/17 08:28:07 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -69,7 +69,6 @@ The following table names and describes each field:
.It "oc bool present means upper and lower case are equivalent"
.It "kw str a list of keywords separated by spaces"
.El
-.Pp
.Sh EXAMPLES
The following entry, which describes the C language, is
typical of a language entry:
@@ -140,7 +139,7 @@ string delimiter in a string by escaping it.
Unlike other regular expressions in the system, these match words
and not characters. Hence something like "(tramp|steamer)flies?"
would match "tramp", "steamer", "trampflies", or "steamerflies".
-.Sh KEYWORD LIST
+.Sh KEYWORD LIST
The keyword list is just a list of keywords in the language separated
by spaces. If the "oc" boolean is specified, indicating that upper
and lower case are equivalent, then all the keywords should be
diff --git a/usr.bin/vmstat/vmstat.8 b/usr.bin/vmstat/vmstat.8
index 8d609e1ad23..1e930e1ea65 100644
--- a/usr.bin/vmstat/vmstat.8
+++ b/usr.bin/vmstat/vmstat.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vmstat.8,v 1.13 1999/06/05 01:21:49 aaron Exp $
+.\" $OpenBSD: vmstat.8,v 1.14 1999/07/03 02:11:09 aaron Exp $
.\" $NetBSD: vmstat.8,v 1.12 1996/05/10 23:19:30 thorpej Exp $
.\"
.\" Copyright (c) 1986, 1993
@@ -188,7 +188,6 @@ system time
cpu idle
.El
.El
-.Pp
.Sh EXAMPLES
The command ``vmstat -w 5'' will print what the system is doing every five
seconds; this is a good choice of printing interval since this is how often
@@ -202,7 +201,6 @@ default kernel namelist
.It Pa /dev/mem
default memory file
.El
-.Pp
.Sh SEE ALSO
.Xr fstat 1 ,
.Xr netstat 1 ,
@@ -211,7 +209,7 @@ default memory file
.Xr systat 1 ,
.Xr iostat 8 ,
.Xr pstat 8
-.sp
+.Pp
The sections starting with ``Interpreting system activity'' in
.%T "Installing and Operating 4.3BSD" .
.Sh BUGS
diff --git a/usr.bin/yacc/yacc.1 b/usr.bin/yacc/yacc.1
index 746a6fd849d..50b1f62b122 100644
--- a/usr.bin/yacc/yacc.1
+++ b/usr.bin/yacc/yacc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: yacc.1,v 1.4 1998/10/30 00:24:45 aaron Exp $
+.\" $OpenBSD: yacc.1,v 1.5 1999/07/03 02:11:09 aaron Exp $
.\" Copyright (c) 1989, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -47,6 +47,7 @@ parser generator
.Nm yacc
.Op Fl dlrtv
.Op Fl b Ar prefix
+.Op Fl o Ar output_file
.Op Fl p Ar symbol_prefix
.Ar filename
.Sh DESCRIPTION
@@ -94,6 +95,10 @@ option is specified,
.Nm yacc
will not insert the #line directives.
#line directives specified by the user will be retained.
+.It Fl o Ar output_file
+The
+.Fl o
+option specifies an explicit
.It Fl p Ar symbol_prefix
The
.Fl p
@@ -124,7 +129,6 @@ The
option causes a human-readable description of the generated parser to
be written to the file
.Pa y.output .
-.Pp
.Sh ENVIRONMENT
The following environment variable is referenced by
.Nm yacc :