From 3b6e09df18f944b4d2456e7ca1d813d11c221da2 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 5 Mar 2014 06:06:27 -0700 Subject: Replace some uses of .Sy with .Ar, .Ev and .Pa as appropriate. From Jan Stary. --- sudo.mdoc.in | 6 +++--- 1 file 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. -- cgit v1.2.1