summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@courtesan.com>2014-03-05 06:06:27 -0700
committerTodd C. Miller <Todd.Miller@courtesan.com>2014-03-05 06:06:27 -0700
commit3b6e09df18f944b4d2456e7ca1d813d11c221da2 (patch)
tree8c8f11533ec15cc7c2568cf3de20144cb602115c
parent6076a4bb948002223f77b0746e93d63c0dd5f9b3 (diff)
downloadsudo-3b6e09df18f944b4d2456e7ca1d813d11c221da2.tar.gz
Replace some uses of .Sy with .Ar, .Ev and .Pa as appropriate.
From Jan Stary.
-rw-r--r--sudo.mdoc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/sudo.mdoc.in b/sudo.mdoc.in
index 3be9cbe51..af1c97eeb 100644
--- a/sudo.mdoc.in
+++ b/sudo.mdoc.in
@@ -90,7 +90,7 @@
.Op Fl u Ar user name | Ar #uid
.Ek
.Bk -words
-.Op Sy VAR Ns = Ns Ar value
+.Op Ar VAR Ns = Ns Ar value
.Ek
.Bk -words
.Fl i | Fl s
@@ -640,9 +640,9 @@ should stop processing command line arguments.
.Pp
Environment variables to be set for the command may also be passed
on the command line in the form of
-.Sy VAR Ns = Ns Em value ,
+.Ar VAR Ns = Ns Ar value ,
e.g.\&
-.Sy LD_LIBRARY_PATH Ns = Ns Em /usr/local/pkg/lib .
+.Ev LD_LIBRARY_PATH Ns = Ns Pa /usr/local/pkg/lib .
Variables passed on the command line are subject to the same
restrictions as normal environment variables with one important
exception.