From ed6e3804f506d9ab323dfd9d02b5c54396a39f4d Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 20 Jan 2014 05:07:50 +0000 Subject: Obvious .Xr fixes, found while testing mandocdb(8). --- share/man/man4/vether.4 | 6 +++--- share/man/man7/hier.7 | 24 ++++++++++-------------- share/man/man7/packages.7 | 6 +++--- share/man/man7/ports.7 | 6 +++--- share/man/man9/rasops.9 | 6 +++--- share/man/man9/route.9 | 6 +++--- 6 files changed, 25 insertions(+), 29 deletions(-) (limited to 'share/man') diff --git a/share/man/man4/vether.4 b/share/man/man4/vether.4 index 0d1efe8284d..04ce1aed821 100644 --- a/share/man/man4/vether.4 +++ b/share/man/man4/vether.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vether.4,v 1.3 2009/11/22 14:44:26 deraadt Exp $ +.\" $OpenBSD: vether.4,v 1.4 2014/01/20 05:07:49 schwarze Exp $ .\" .\" Copyright (c) 2009 Theo de Raadt .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 22 2009 $ +.Dd $Mdocdate: January 20 2014 $ .Dt VETHER 4 .Os .Sh NAME @@ -37,7 +37,7 @@ so that packets can be routed to it. An Ethernet header will be prepended and, if the .Nm interface is a member of a -.Xr bridge , +.Xr bridge 4 , the frame will show up there. .Sh SEE ALSO .Xr bridge 4 , diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 4973caa5157..305771976a6 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hier.7,v 1.113 2014/01/14 17:52:15 jmc Exp $ +.\" $OpenBSD: hier.7,v 1.114 2014/01/20 05:07:49 schwarze Exp $ .\" $NetBSD: hier.7,v 1.7 1994/11/30 19:07:10 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" -.Dd $Mdocdate: January 14 2014 $ +.Dd $Mdocdate: January 20 2014 $ .Dt HIER 7 .Os .Sh NAME @@ -461,9 +461,7 @@ Additional i386 console fonts. .Pp .It mk/ Templates for -.Xr make -(see -.Xr make 1 ) . +.Xr make 1 . .It nls/ National Language Support (NLS) catalogs. .It sendmail/ @@ -637,10 +635,10 @@ Timestamps for .El .Pp .It rwho/ -.Xr rwho -data files (see -.Xr rwhod 8 , -.Xr rwho 1 , +Data files for +.Xr rwho 1 +(also see +.Xr rwhod 8 and .Xr ruptime 1 ) . .It spool/ @@ -656,9 +654,8 @@ Commonly ~ftp; the anonymous ftp root directory. .It lock/ Lock files for utilities such as .Xr cu 1 , -.Xr tip 1 -and -.Xr uucp . +.Xr tip 1 , +and uucp. .It mqueue/ Undelivered mail queue (see .Xr sendmail 8 ) . @@ -668,8 +665,7 @@ Line printer spooling directories. Mail spool for .Xr smtpd 8 . .It uucp/ -.Xr uucp -spool directory. +uucp spool directory. .It uucppublic/ Commonly ~uucp; public uucp temporary directory. .El diff --git a/share/man/man7/packages.7 b/share/man/man7/packages.7 index da562532ff8..6ccad60cd8c 100644 --- a/share/man/man7/packages.7 +++ b/share/man/man7/packages.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: packages.7,v 1.32 2013/04/30 18:33:30 espie Exp $ +.\" $OpenBSD: packages.7,v 1.33 2014/01/20 05:07:49 schwarze Exp $ .\" .\" Copyright (c) 2000 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 30 2013 $ +.Dd $Mdocdate: January 20 2014 $ .Dt PACKAGES 7 .Os .Sh NAME @@ -117,7 +117,7 @@ the information under .Pa /var/db/pkg may well be corrupted. Use -.Xr pkg_check +.Xr pkg_check 8 in case of such problems. .Ss "The package system is not aware of shared network installations" And thus, it does not handle that situation well. diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 6d03c207cfb..900c4b6e00b 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -23,10 +23,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: ports.7,v 1.97 2013/11/26 17:53:50 sthen Exp $ +.\" $OpenBSD: ports.7,v 1.98 2014/01/20 05:07:49 schwarze Exp $ .\" $FreeBSD: ports.7,v 1.7 1998/06/23 04:38:50 hoek Exp $ .\" -.Dd $Mdocdate: November 26 2013 $ +.Dd $Mdocdate: January 20 2014 $ .Dt PORTS 7 .Os .Sh NAME @@ -249,7 +249,7 @@ See and .Ev MASTER_SITE_OVERRIDE . Use -.Xr dpb +.Xr dpb 1 with option .Fl F to quickly fetch distfiles for a subtree. diff --git a/share/man/man9/rasops.9 b/share/man/man9/rasops.9 index 23b9d566399..e5bd3d17504 100644 --- a/share/man/man9/rasops.9 +++ b/share/man/man9/rasops.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rasops.9,v 1.14 2013/07/17 20:21:54 schwarze Exp $ +.\" $OpenBSD: rasops.9,v 1.15 2014/01/20 05:07:49 schwarze Exp $ .\" $NetBSD: rasops.9,v 1.4 2002/02/13 08:18:50 ross Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: January 20 2014 $ .Dt RASOPS 9 .Os .Sh NAME @@ -47,7 +47,7 @@ The .Nm subsystem is a set of raster operations for -.Xr wscons . +.Xr wscons 4 . .Pp The primary data type for using the raster operations is the .Em rasops_info diff --git a/share/man/man9/route.9 b/share/man/man9/route.9 index 488cb9baf98..746764a1dfa 100644 --- a/share/man/man9/route.9 +++ b/share/man/man9/route.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.9,v 1.6 2013/06/04 19:27:12 schwarze Exp $ +.\" $OpenBSD: route.9,v 1.7 2014/01/20 05:07:49 schwarze Exp $ .\" .\" Copyright (c) 2011 Bret S. Lambert .\" All rights reserved. @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 4 2013 $ +.Dd $Mdocdate: January 20 2014 $ .Dt ROUTE 9 .Os .Sh NAME @@ -242,7 +242,7 @@ from all routing timer queues. .El .Ss Route Labels Route labels are arbitrary data appended to routes and can be acted upon by -.Xr pf . +.Xr pf 4 . .Bl -tag -width Ds .It Fn rtlabel_name2id "char *name" Return numerical ID of the route label named -- cgit v1.2.3