diff options
author | Joursoir <chat@joursoir.net> | 2021-07-04 17:03:29 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-07-04 17:03:29 +0000 |
commit | f173590a050875177f13f8dac2c02a68fa856752 (patch) | |
tree | 6e138d5044dec191a5d227259cf3f9cf4d5340f7 /man | |
parent | 901aee4ffb2f3081d8f1a965557ec688d3ba5ec4 (diff) | |
download | lock-password-f173590a050875177f13f8dac2c02a68fa856752.tar.gz lock-password-f173590a050875177f13f8dac2c02a68fa856752.tar.bz2 lock-password-f173590a050875177f13f8dac2c02a68fa856752.zip |
man: fix incorrect display of unicode char
Diffstat (limited to 'man')
-rw-r--r-- | man/lpass.1 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/man/lpass.1 b/man/lpass.1 index ca44c41..18ae72f 100644 --- a/man/lpass.1 +++ b/man/lpass.1 @@ -101,23 +101,23 @@ Print a list of exists password: .br Password Manager .br -├── banks +\[u251C]\[u2500]\[u2500] banks .br -│ ├── abankpro +\[u2502] \[u251C]\[u2500]\[u2500] abankpro .br -│ │ └── phone_number +\[u2502] \[u2502] \[u2514]\[u2500]\[u2500] phone_number .br -│ └── ubank +\[u2502] \[u2514]\[u2500]\[u2500] ubank .br -│ └── phone_number +\[u2502] \[u2514]\[u2500]\[u2500] phone_number .br -└── games +\[u2514]\[u2500]\[u2500] games .br - └── chess + \[u2514]\[u2500]\[u2500] chess .br - ├── site.com + \[u251C]\[u2500]\[u2500] site.com .br - └── user + \[u2514]\[u2500]\[u2500] user .RE Print a list of exists password in some directory: @@ -126,13 +126,13 @@ Print a list of exists password in some directory: .br Password Manager/banks .br -├── abankpro +\[u251C]\[u2500]\[u2500] abankpro .br -│ └── phone_number +\[u2502] \[u2514]\[u2500]\[u2500] phone_number .br -└── ubank +\[u2514]\[u2500]\[u2500] ubank .br - └── phone_number + \[u2514]\[u2500]\[u2500] phone_number .RE Show password: |