diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-03-31 15:53:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-03-31 15:53:26 +0000 |
commit | 754184d62d214021c7be3b8317a564482d645927 (patch) | |
tree | 303c56f86421a05063dd1589ff89f6c9d60d630a | |
parent | b8c5cd178731469c83c56a8b94f3ac060d1e6618 (diff) |
Don't use .Aq for syntax elements that require ASCII "<>".
Patch from Christian Heckendorf <mbie at ulmus dot me>.
OK jmc@ bentley@
-rw-r--r-- | sbin/sysctl/sysctl.8 | 40 | ||||
-rw-r--r-- | share/man/man5/mk.conf.5 | 14 | ||||
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 6 | ||||
-rw-r--r-- | usr.sbin/tcpdump/tcpdump.8 | 8 |
4 files changed, 34 insertions, 34 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 9e732c00aea..0ea361dec0a 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.192 2016/03/03 12:41:30 naddy Exp $ +.\" $OpenBSD: sysctl.8,v 1.193 2016/03/31 15:53:25 schwarze Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sysctl.8 8.2 (Berkeley) 5/9/95 .\" -.Dd $Mdocdate: March 3 2016 $ +.Dd $Mdocdate: March 31 2016 $ .Dt SYSCTL 8 .Os .Sh NAME @@ -425,45 +425,45 @@ Use of the flag lists all the filesystems compiled into the running kernel. .Sh FILES .Bl -tag -width <uvm/uvm_swap_encrypt.h> -compact -.It Aq Pa sys/sysctl.h +.It In sys/sysctl.h definitions for top level identifiers and second level kernel and hardware identifiers -.It Aq Pa dev/rndvar.h +.It In dev/rndvar.h definitions for .Xr random 4 device's statistics structure -.It Aq Pa sys/socket.h +.It In sys/socket.h definitions for second level network identifiers -.It Aq Pa sys/gmon.h +.It In sys/gmon.h definitions for third level profiling identifiers -.It Aq Pa uvm/uvm_param.h +.It In uvm/uvm_param.h definitions for second level virtual memory identifiers -.It Aq Pa uvm/uvm_swap_encrypt.h +.It In uvm/uvm_swap_encrypt.h definitions for third level virtual memory identifiers -.It Aq Pa netinet/in.h +.It In netinet/in.h definitions for third level IPv4/v6 identifiers and fourth level IPv4/v6 identifiers -.It Aq Pa netinet/ip_divert.h +.It In netinet/ip_divert.h definitions for fourth level divert identifiers -.It Aq Pa netinet/icmp_var.h +.It In netinet/icmp_var.h definitions for fourth level ICMP identifiers -.It Aq Pa netinet6/icmp6.h +.It In netinet6/icmp6.h definitions for fourth level ICMPv6 identifiers -.It Aq Pa netinet/tcp_var.h +.It In netinet/tcp_var.h definitions for fourth level TCP identifiers -.It Aq Pa netinet/udp_var.h +.It In netinet/udp_var.h definitions for fourth level UDP identifiers -.It Aq Pa ddb/db_var.h +.It In ddb/db_var.h definitions for second level ddb identifiers -.It Aq Pa sys/mount.h +.It In sys/mount.h definitions for second level vfs identifiers -.It Aq Pa nfs/nfs.h +.It In nfs/nfs.h definitions for third level NFS identifiers -.It Aq Pa miscfs/fuse/fusefs.h +.It In miscfs/fuse/fusefs.h definitions for third level fusefs identifiers -.It Aq Pa ufs/ffs/ffs_extern.h +.It In ufs/ffs/ffs_extern.h definitions for third level FFS identifiers -.It Aq Pa machine/cpu.h +.It In machine/cpu.h definitions for second level CPU identifiers .El .Sh EXAMPLES diff --git a/share/man/man5/mk.conf.5 b/share/man/man5/mk.conf.5 index 71544832225..d6e9d2dd4cb 100644 --- a/share/man/man5/mk.conf.5 +++ b/share/man/man5/mk.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mk.conf.5,v 1.30 2015/10/26 10:43:42 bluhm Exp $ +.\" $OpenBSD: mk.conf.5,v 1.31 2016/03/31 15:53:25 schwarze Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre .\" @@ -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: October 26 2015 $ +.Dd $Mdocdate: March 31 2016 $ .Dt MK.CONF 5 .Os .Sh NAME @@ -34,7 +34,7 @@ .Fd .include <bsd.own.mk> .Sh DESCRIPTION To get system-specific configuration parameters, -.Aq bsd.own.mk +.In bsd.own.mk will try to include the file specified by the .Ev MAKECONF variable. @@ -50,7 +50,7 @@ and details of the format of make files, see .Xr make 1 . .Pp -.Aq bsd.own.mk +.In bsd.own.mk is generally useful when building Makefiles, so that they use the same default owners, etc. as the rest of the tree. These files may define any of the variables described below. @@ -61,7 +61,7 @@ for a list of variables that can be set by the subsystem. .Sh VARIABLES The following variables are set by -.Aq bsd.own.mk , +.In bsd.own.mk , if they are not already defined. Defaults are in brackets. .Bl -tag -width INSTALL_STRIP @@ -156,10 +156,10 @@ The real path to the X Window System sources. .El .Sh ADDITIONAL VARIABLES Additionally, the following variables may be set by -.Aq bsd.own.mk +.In bsd.own.mk or in a make configuration file to modify the behaviour of the system build process (default values are in brackets along with comments, if set by -.Aq bsd.own.mk ) : +.In bsd.own.mk ) : .Bl -tag -width GLOBAL_AUTOCONF_CACHE .It Ev DEBUG Add diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 76bcc8a08de..cbd4cf71cc0 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.39 2015/10/09 16:58:25 bluhm Exp $ +.\" $OpenBSD: syslogd.8,v 1.40 2016/03/31 15:53:25 schwarze Exp $ .\" .\" Copyright (c) 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -30,7 +30,7 @@ .\" from: @(#)syslogd.8 8.1 (Berkeley) 6/6/93 .\" $NetBSD: syslogd.8,v 1.3 1996/01/02 17:41:48 perry Exp $ .\" -.Dd $Mdocdate: October 9 2015 $ +.Dd $Mdocdate: March 31 2016 $ .Dt SYSLOGD 8 .Os .Sh NAME @@ -204,7 +204,7 @@ The message sent to should consist of a single line. The message can contain a priority code, which should be a preceding decimal number in angle braces, for example, -.Dq Aq 5 . +.Dq <5> . This priority code should map into the priorities defined in the include file .In sys/syslog.h . diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index 080ade2a1c7..62849a882ca 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpdump.8,v 1.88 2015/11/05 09:56:21 jmc Exp $ +.\" $OpenBSD: tcpdump.8,v 1.89 2016/03/31 15:53:25 schwarze Exp $ .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -19,7 +19,7 @@ .\" WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF .\" MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: November 5 2015 $ +.Dd $Mdocdate: March 31 2016 $ .Dt TCPDUMP 8 .Os .Sh NAME @@ -1242,7 +1242,7 @@ at the other end of this connection. indicates there is urgent data in the packet. .Ar options are TCP options enclosed in angle brackets e.g., -.Aq mss 1024 . +<mss 1024>. .Pp .Ar src , dst and @@ -1713,7 +1713,7 @@ jssmag.209.133 > helios.132: atp-req* 12267<0-7> 0xae030002 Jssmag.209 initiates transaction ID 12266 with host helios by requesting up to 8 packets .Sm off -.Pq the Dq Aq 0\-7 . +.Pq the Dq <0\-7> . .Sm on The hex number at the end of the line is the value of the .Ar userdata |