diff options
author | 2014-01-21 03:15:44 +0000 | |
---|---|---|
committer | 2014-01-21 03:15:44 +0000 | |
commit | 369bef3a142061d28bd38b74f30fd054965b81c6 (patch) | |
tree | 8fe7ba65015980e03507c9128cf9b21f5074ceff /share/man/man5 | |
parent | Update the names of the DIOCXBEGIN ruleset types. (diff) | |
download | wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.tar.xz wireguard-openbsd-369bef3a142061d28bd38b74f30fd054965b81c6.zip |
obvious .Pa fixes; found with mandocdb(8)
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/core.5 | 12 | ||||
-rw-r--r-- | share/man/man5/dir.5 | 6 | ||||
-rw-r--r-- | share/man/man5/elf.5 | 8 | ||||
-rw-r--r-- | share/man/man5/pf.conf.5 | 4 | ||||
-rw-r--r-- | share/man/man5/utmp.5 | 6 |
5 files changed, 18 insertions, 18 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5 index 4285d6324d8..21f5d162c33 100644 --- a/share/man/man5/core.5 +++ b/share/man/man5/core.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: core.5,v 1.15 2013/10/19 09:00:19 deraadt Exp $ +.\" $OpenBSD: core.5,v 1.16 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: core.5,v 1.4 1994/11/30 19:31:11 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)core.5 8.3 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: October 19 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt CORE 5 .Os .Sh NAME @@ -63,12 +63,12 @@ The file consists of the u-area, whose size (in pages) is defined by the .Dv UPAGES manifest in the -.Aq Pa machine/param.h +.In machine/param.h file. The u-area starts with a .Fa user structure as given in -.Aq Pa sys/user.h . +.In sys/user.h . The remainder of the .Pa programname.core file consists of the data pages followed by the stack pages of the @@ -86,7 +86,7 @@ The size of a is given by the constant .Dv PAGE_SIZE , defined in -.Aq Pa machine/param.h . +.In machine/param.h . The .Fa user structure is defined as: @@ -107,7 +107,7 @@ struct user { .Pp .Fa md_coredump is defined in the header file -.Aq Pa machine/pcb.h . +.In machine/pcb.h . .Pp The on-disk core file consists of a header followed by a number of segments. Each segment is preceded by a diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5 index 4cc19b6a077..25ce9a2b7a6 100644 --- a/share/man/man5/dir.5 +++ b/share/man/man5/dir.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dir.5,v 1.17 2013/10/07 01:50:26 guenther Exp $ +.\" $OpenBSD: dir.5,v 1.18 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)dir.5 8.4 (Berkeley) 5/3/95 .\" -.Dd $Mdocdate: October 7 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt DIR 5 .Os .Sh NAME @@ -69,7 +69,7 @@ partitioned area of such a disk (see .Xr mount 8 ) . .Pp The directory entry format is defined in the file -.Aq Pa dirent.h : +.In dirent.h : .Bd -literal /* * A directory entry has a struct dirent at the front of it, containing diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5 index fd9d96e41ea..5d1312b7ad3 100644 --- a/share/man/man5/elf.5 +++ b/share/man/man5/elf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf.5,v 1.24 2013/09/08 19:24:53 jca Exp $ +.\" $OpenBSD: elf.5,v 1.25 2014/01/21 03:15:46 schwarze Exp $ .\"Copyright (c) 1999 Jeroen Ruigrok van der Werven .\"All rights reserved. .\" @@ -25,7 +25,7 @@ .\" .\" $FreeBSD: src/share/man/man5/elf.5,v 1.21 2001/10/01 16:09:23 ru Exp $ .\" -.Dd $Mdocdate: September 8 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt ELF 5 .Os .Sh NAME @@ -35,7 +35,7 @@ .Fd #include <elf_abi.h> .Sh DESCRIPTION The header file -.Aq Pa elf_abi.h +.In elf_abi.h defines the format of ELF executable binary files. Amongst these files are normal executable files, relocatable object files, core files and shared @@ -52,7 +52,7 @@ the file. .Pp Applications which wish to process ELF binary files for their native architecture only should include -.Aq Pa elf_abi.h +.In elf_abi.h in their source code. These applications should need to refer to all the types and structures by their generic names diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 6750c5e3a49..5f99941a8d1 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.535 2014/01/21 01:52:18 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.536 2014/01/21 03:15:46 schwarze Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -892,7 +892,7 @@ Those netblocks are: .Ar nat-to is usually applied outbound. If applied inbound, nat-to to a local IP address is not supported. -.It Pa rdr-to +.It Ar rdr-to The packet is redirected to another destination and possibly a different port. .Ar rdr-to diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index e597cc83d3f..baff260da5a 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utmp.5,v 1.22 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: utmp.5,v 1.23 2014/01/21 03:15:46 schwarze Exp $ .\" $NetBSD: utmp.5,v 1.5 1994/11/30 19:31:35 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)utmp.5 8.2 (Berkeley) 3/17/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 21 2014 $ .Dt UTMP 5 .Os .Sh NAME @@ -42,7 +42,7 @@ .Fd #include <utmp.h> .Sh DESCRIPTION The -.Aq Pa utmp.h +.In utmp.h file declares the structures used to record information about current users in the .Nm utmp |