diff --git a/translated/tech/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md b/translated/tech/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md index 1eb25af1aa..be4d23dc64 100644 --- a/translated/tech/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md +++ b/translated/tech/5 Ways To Check If Linux OS is 32 bit or 64 Bit.md @@ -22,7 +22,7 @@ 一个很相似但是略有不同的方法是执行 ‘uname -m’ 命令。 -例如,在我的系统里,它显示了以下信息: +例如,在我的系统里,它显示了以下信息: $ uname -m i686 @@ -68,4 +68,4 @@ via: http://mylinuxbook.com/5-ways-to-check-if-linux-is-32-bit-or-64-bit/ 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创翻译,[Linux中国](http://linux.cn/) 荣誉推出 -[1]:http://mylinuxbook.com/linux-uname-command/ \ No newline at end of file +[1]:http://mylinuxbook.com/linux-uname-command/