Browse Source

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) <blank-line> -> .Pp;
o) wrap long lines;
millert@ ok
OPENBSD_3_2
mpech 22 years ago
parent
commit
93a232f650
3 changed files with 6 additions and 6 deletions
  1. +2
    -2
      src/lib/libc/stdlib/strtoul.3
  2. +2
    -2
      src/lib/libc/string/strlcpy.3
  3. +2
    -2
      src/lib/libutil/opendev.3

+ 2
- 2
src/lib/libc/stdlib/strtoul.3 View File

@ -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 <limits.h>
.Ft unsigned long
.Fn strtoul "const char *nptr" "char **endptr" "int base"
.Pp
.Fd #include <sys/types.h>
.Fd #include <stdlib.h>
.Fd #include <limits.h>


+ 2
- 2
src/lib/libc/string/strlcpy.3 View File

@ -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 <Todd.Miller@courtesan.com>
.\" 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


+ 2
- 2
src/lib/libutil/opendev.3 View File

@ -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.


Loading…
Cancel
Save