Skip to content

Commit f156a09

Browse files
robertpjdaygitster
authored andcommitted
p4.txt: Use backquotes for variable names
For consistency, use backquotes when referring to environment variables, as is done in other man pages. Signed-off-by: Robert P. J. Day <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fc54c1a commit f156a09

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/git-p4.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ dedicating a client spec just for 'git p4'.
392392
The name of the client can be given to 'git p4' in multiple ways. The
393393
variable 'git-p4.client' takes precedence if it exists. Otherwise,
394394
normal p4 mechanisms of determining the client are used: environment
395-
variable P4CLIENT, a file referenced by P4CONFIG, or the local host name.
395+
variable `P4CLIENT`, a file referenced by `P4CONFIG`, or the local host name.
396396

397397

398398
BRANCH DETECTION
@@ -461,22 +461,22 @@ General variables
461461
~~~~~~~~~~~~~~~~~
462462
git-p4.user::
463463
User specified as an option to all p4 commands, with '-u <user>'.
464-
The environment variable 'P4USER' can be used instead.
464+
The environment variable `P4USER` can be used instead.
465465

466466
git-p4.password::
467467
Password specified as an option to all p4 commands, with
468468
'-P <password>'.
469-
The environment variable 'P4PASS' can be used instead.
469+
The environment variable `P4PASS` can be used instead.
470470

471471
git-p4.port::
472472
Port specified as an option to all p4 commands, with
473473
'-p <port>'.
474-
The environment variable 'P4PORT' can be used instead.
474+
The environment variable `P4PORT` can be used instead.
475475

476476
git-p4.host::
477477
Host specified as an option to all p4 commands, with
478478
'-h <host>'.
479-
The environment variable 'P4HOST' can be used instead.
479+
The environment variable `P4HOST` can be used instead.
480480

481481
git-p4.client::
482482
Client specified as an option to all p4 commands, with

0 commit comments

Comments
 (0)