Mon May 4 19:15:37 2009 UTC ()
Sort SEE ALSO.


(wiz)
diff -r1.8 -r1.9 src/lib/libutil/efun.3

cvs diff -r1.8 -r1.9 src/lib/libutil/efun.3 (expand / switch to unified diff)

--- src/lib/libutil/efun.3 2008/04/30 13:10:52 1.8
+++ src/lib/libutil/efun.3 2009/05/04 19:15:36 1.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: efun.3,v 1.8 2008/04/30 13:10:52 martin Exp $ 1.\" $NetBSD: efun.3,v 1.9 2009/05/04 19:15:36 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2006 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2006 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Christos Zoulas. 7.\" by Christos Zoulas.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -100,17 +100,17 @@ returns the previous error handler funct @@ -100,17 +100,17 @@ returns the previous error handler funct
100A 100A
101.Dv NULL 101.Dv NULL
102error handler will just call 102error handler will just call
103.Xr exit 3 . 103.Xr exit 3 .
104.Sh SEE ALSO 104.Sh SEE ALSO
105.Xr asprintf 3 , 105.Xr asprintf 3 ,
106.Xr calloc 3 , 106.Xr calloc 3 ,
107.Xr err 3 , 107.Xr err 3 ,
108.Xr exit 3 , 108.Xr exit 3 ,
109.Xr fopen 3 , 109.Xr fopen 3 ,
110.Xr malloc 3 , 110.Xr malloc 3 ,
111.Xr realloc 3 , 111.Xr realloc 3 ,
112.Xr strdup 3 , 112.Xr strdup 3 ,
113.Xr strndup 3 , 
114.Xr strlcat 3 , 113.Xr strlcat 3 ,
115.Xr strlcpy 3 , 114.Xr strlcpy 3 ,
 115.Xr strndup 3 ,
116.Xr vasprintf 3 116.Xr vasprintf 3