diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-10-02 11:44:21 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-10-02 11:44:21 +0800 |
commit | 0d8322dbe62f0a5d4a86b03e155dbbb593a130ad (patch) | |
tree | e737c67c6d1ab5c10949bb419604b9f98a1c5108 | |
parent | 370b0f548d8c29350f34f8f651359cb35800dcc2 (diff) |
createfiles: Remove doubled punctuation
-rw-r--r-- | chapter07/createfiles.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml index cfa2ee919..9047fa744 100644 --- a/chapter07/createfiles.xml +++ b/chapter07/createfiles.xml @@ -230,7 +230,7 @@ chmod -v 600 /var/log/btmp</userinput></screen> <filename>lastlog</filename> files use 32-bit integers for timestamps and they'll be fundamentally broken after year 2038. Many packages have stopped using them and other packages are going to stop using - them. It is probably best to consider them deprecated.. + them. It is probably best to consider them deprecated. </para> </note> |