From d54cbbc0c423a8f5d16194c263197646ce9954e5 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 22 Jan 2011 08:17:36 +0100 Subject: [PATCH] manpages: Fix some typos. --- share/man/man5/passwd.5 | 2 +- share/man/man9/byteorder.9 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index 6bac874ca4..1b4f47262a 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -233,7 +233,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 3ba6943e45..1dae35ea9f 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 @@ -132,7 +132,7 @@ The .Fn htole32 , and .Fn htole64 -functions return a integer in the system's native +functions return an integer in the system's native byte order converted to little endian byte order. The return value will be the same as the argument on little endian systems. .Pp -- 2.41.0