diff options
Diffstat (limited to 'Doc/help/pwd')
-rw-r--r-- | Doc/help/pwd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/help/pwd b/Doc/help/pwd index 282b4dbc5..2de3de7ee 100644 --- a/Doc/help/pwd +++ b/Doc/help/pwd @@ -1,5 +1,5 @@ pwd [ -rLP ] - Print the absolute pathname of the current working directory. + Print the absolute pathname of the current working directory. If the -r or the -P flag is specified, or the CHASE_LINKS option - is set and the -L flag is not given, the printed path will not + is set and the -L flag is not given, the printed path will not contain symbolic links. |