summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-10 18:47:58 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-10 18:47:58 +0000
commit90b4e90be391af63dce8f55c5332d284d315adbb (patch)
treef601ceb9805df7b162b2f35234eb891a7dd62e7e /share/man
parent967a3363792b6964d3ec19de98e483440ebba384 (diff)
use .Vt for extern variables in the SYNOPSIS, not .Ar
Diffstat (limited to 'share/man')
-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