summaryrefslogtreecommitdiffstats
path: root/share/man/man7
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2015-09-10 18:47:57 +0000
committerschwarze <schwarze@openbsd.org>2015-09-10 18:47:57 +0000
commit837c2d5cbcc7d1e3d4632e77f5df92a656479502 (patch)
treebd5c51908c3614121570fc256d8d8e6a3a914bd0 /share/man/man7
parentCall tls_set_errorx() instead of tls_set_error() in (diff)
downloadwireguard-openbsd-837c2d5cbcc7d1e3d4632e77f5df92a656479502.tar.xz
wireguard-openbsd-837c2d5cbcc7d1e3d4632e77f5df92a656479502.zip
use .Vt for extern variables in the SYNOPSIS, not .Ar
Diffstat (limited to 'share/man/man7')
-rw-r--r--share/man/man7/environ.76
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/environ.7 b/share/man/man7/environ.7
index 731d1610a2a..d9d1670c6d2 100644
--- a/share/man/man7/environ.7
+++ b/share/man/man7/environ.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: environ.7,v 1.18 2010/10/28 17:55:04 jmc Exp $
+.\" $OpenBSD: environ.7,v 1.19 2015/09/10 18:47:57 schwarze Exp $
.\" $NetBSD: environ.7,v 1.4 1995/07/03 19:45:07 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -30,14 +30,14 @@
.\"
.\" @(#)environ.7 8.3 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: October 28 2010 $
+.Dd $Mdocdate: September 10 2015 $
.Dt ENVIRON 7
.Os
.Sh NAME
.Nm environ
.Nd user environment
.Sh SYNOPSIS
-.Ar extern char **environ ;
+.Vt extern char **environ ;
.Sh DESCRIPTION
An array of strings called the
.Dq environment