diff options
author | kevlo <kevlo@FreeBSD.org> | 2012-02-28 15:07:05 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2012-02-28 15:07:05 +0000 |
commit | a2a1f5f62f99d0ee130daa3cc29dbba825cfe000 (patch) | |
tree | b411c79151e26f0831053870fb4d4254166378b0 /share/man | |
parent | fe1c277adaa97b3e57ad4f37f8d2488c06c0fed9 (diff) | |
download | FreeBSD-src-a2a1f5f62f99d0ee130daa3cc29dbba825cfe000.zip FreeBSD-src-a2a1f5f62f99d0ee130daa3cc29dbba825cfe000.tar.gz |
Fix typos
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/passwd.5 | 2 | ||||
-rw-r--r-- | share/man/man9/byteorder.9 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index 8b8772e..228c4e3 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -232,7 +232,7 @@ user's home phone number .Pp The full .Ar name -may contain a ampersand +may contain an ampersand .Pq Ql & which will be replaced by the capitalized login diff --git a/share/man/man9/byteorder.9 b/share/man/man9/byteorder.9 index f47f609..20e3136 100644 --- a/share/man/man9/byteorder.9 +++ b/share/man/man9/byteorder.9 @@ -123,7 +123,7 @@ The .Fn htobe32 , and .Fn htobe64 -functions return a integer in the system's native +functions return an integer in the system's native byte order converted to big endian byte order. The return value will be the same as the argument on big endian systems. .Pp |