diff options
| author | 2014-02-15 20:27:40 +0000 | |
|---|---|---|
| committer | 2014-02-15 20:27:40 +0000 | |
| commit | 60ca4a9583a084369868644a7b246e5f5dc29e4e (patch) | |
| tree | 6b649fb545b8d70d875792a9b8e424b11d314219 | |
| parent | macro cleanup, mostly to use .Cm for fixed strings (diff) | |
| download | wireguard-openbsd-60ca4a9583a084369868644a7b246e5f5dc29e4e.tar.xz wireguard-openbsd-60ca4a9583a084369868644a7b246e5f5dc29e4e.zip | |
minor macro cleanup; from Jan Stary <hans at stare dot cz>;
ok millert@
| -rw-r--r-- | usr.bin/sudo/sudo.mdoc.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/sudo/sudo.mdoc.in b/usr.bin/sudo/sudo.mdoc.in index b55c6236b53..7739798a8df 100644 --- a/usr.bin/sudo/sudo.mdoc.in +++ b/usr.bin/sudo/sudo.mdoc.in @@ -19,7 +19,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd $Mdocdate: December 8 2013 $ +.Dd $Mdocdate: February 15 2014 $ .Dt SUDO @mansectsu@ .Os .Sh NAME @@ -84,7 +84,7 @@ .Op Fl u Ar user name No | Ar #uid .Ek .Bk -words -.Op Sy VAR Ns = Ns Ar value +.Op Ar VAR Ns = Ns Ar value .Ek .Bk -words .Fl i No | Fl s @@ -622,9 +622,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 No = Ns Em value , +.Ar VAR Ns No = Ns Ar value , e.g.\& -.Sy LD_LIBRARY_PATH Ns No = Ns Em /usr/local/pkg/lib . +.Ev LD_LIBRARY_PATH Ns No = 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. |
