From e249c82d381da5c1fceaf31aa89c5962468297c2 Mon Sep 17 00:00:00 2001 From: okrc Date: Thu, 16 Mar 2023 16:45:08 +0000 Subject: [PATCH] Specifications and Common Mistakes:Misspellings or punctuation mistakes;Incorrect links, empty cells, or wrong formats;Chinese characters in English context;Minor inconsistencies between the UI and descriptions;Low writing fluency that does not affect understanding;Incorrect version numbers, including software package names and version numbers on the UI. Signed-off-by: okrc --- docs/en/docs/Installation/installation-guideline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/docs/Installation/installation-guideline.md b/docs/en/docs/Installation/installation-guideline.md index 6c8f41be3..829dc2fdf 100644 --- a/docs/en/docs/Installation/installation-guideline.md +++ b/docs/en/docs/Installation/installation-guideline.md @@ -301,7 +301,7 @@ The password of the **root** user or the password of the new user must meet th 4. A password cannot contain words in the dictionary. >![](./public_sys-resources/icon-note.gif) **NOTE:** -In the installed openEuler environment, you can run the ` **cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt** ` command to export the dictionary library file **dictionary.txt**, and then check whether the password is in the dictionary. +In the installed openEuler environment, you can run the `cracklib-unpacker /usr/share/cracklib/pw_dict > dictionary.txt` command to export the dictionary library file **dictionary.txt**, and then check whether the password is in the dictionary. After the settings are completed, click **Done** in the upper left corner to return to the **INSTALLATION SUMMARY** page. -- Gitee