From 93a232f6508c16711fc14780547850fd6ecfac52 Mon Sep 17 00:00:00 2001 From: mpech <> Date: Tue, 30 Apr 2002 16:31:42 +0000 Subject: [PATCH] Initial cleanup: o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) -> .Pp; o) wrap long lines; millert@ ok --- src/lib/libc/stdlib/strtoul.3 | 4 ++-- src/lib/libc/string/strlcpy.3 | 4 ++-- src/lib/libutil/opendev.3 | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/libc/stdlib/strtoul.3 b/src/lib/libc/stdlib/strtoul.3 index 991f8113..61269bc9 100644 --- a/src/lib/libc/stdlib/strtoul.3 +++ b/src/lib/libc/stdlib/strtoul.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtoul.3,v 1.8 2000/08/09 15:51:21 aaron Exp $ +.\" $OpenBSD: strtoul.3,v 1.9 2002/04/30 16:31:42 mpech Exp $ .\" .Dd June 25, 1992 .Dt STRTOUL 3 @@ -47,7 +47,7 @@ .Fd #include .Ft unsigned long .Fn strtoul "const char *nptr" "char **endptr" "int base" - +.Pp .Fd #include .Fd #include .Fd #include diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3 index 8bb1b3a1..b103588b 100644 --- a/src/lib/libc/string/strlcpy.3 +++ b/src/lib/libc/string/strlcpy.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strlcpy.3,v 1.13 2001/06/18 22:29:59 millert Exp $ +.\" $OpenBSD: strlcpy.3,v 1.14 2002/04/30 16:31:42 mpech Exp $ .\" .\" Copyright (c) 1998, 2000 Todd C. Miller .\" All rights reserved. @@ -63,7 +63,7 @@ as long as there is at least one byte free in Note that you should include a byte for the NUL in .Fa size . Also note that -.Fn strlcpy +.Fn strlcpy and .Fn strlcat only operate on true diff --git a/src/lib/libutil/opendev.3 b/src/lib/libutil/opendev.3 index ce1cb77b..da874e58 100644 --- a/src/lib/libutil/opendev.3 +++ b/src/lib/libutil/opendev.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendev.3,v 1.13 2002/02/26 21:16:26 pvalchev Exp $ +.\" $OpenBSD: opendev.3,v 1.14 2002/04/30 16:31:42 mpech Exp $ .\" .\" Copyright (c) 2000, Todd C. Miller. All rights reserved. .\" Copyright (c) 1996, Jason Downs. All rights reserved. @@ -87,7 +87,7 @@ return value and errors are the same as the return value and errors of .Sh WARNINGS If .Fa realpath -is not +is not .Dv NULL , on return it will point to internal static storage space that will be overwritten by subsequent calls.