diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-28 07:37:26 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-28 07:37:26 +0000 |
commit | d31366719cdfbf224494f0065cfbcb1653b8831d (patch) | |
tree | fd6da2ef4aaa1eaa55957a98973cc5ea940beda8 /lib | |
parent | f6197851a07ff6687e15da2b1118015f844c2072 (diff) |
use Xr more often
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/compat-43/sigvec.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/alarm.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/confstr.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/nice.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/times.3 | 8 | ||||
-rw-r--r-- | lib/libc/gen/timezone.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/ualarm.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/utime.3 | 5 | ||||
-rw-r--r-- | lib/libc/gen/valloc.3 | 5 | ||||
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 6 | ||||
-rw-r--r-- | lib/libc/stdlib/rand.3 | 5 | ||||
-rw-r--r-- | lib/libc/string/strtok.3 | 5 |
12 files changed, 39 insertions, 25 deletions
diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index 255746f7e32..65aeeffb80e 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.7 1997/11/15 23:46:16 deraadt Exp $ +.\" $OpenBSD: sigvec.3,v 1.8 1998/04/28 07:36:25 deraadt Exp $ .\" .Dd April 29, 1991 .Dt SIGVEC 3 @@ -51,7 +51,8 @@ struct sigvec { .Fn sigvec "int sig" "struct sigvec *vec" "struct sigvec *ovec" .Sh DESCRIPTION .Bf -symbolic -This interface is made obsolete by sigaction(2). +This interface is made obsolete by +.Xr sigaction 2 . .Ef .Pp The system defines a set of signals that may be delivered to a process. diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3 index 6c865430462..dbb8f8cb098 100644 --- a/lib/libc/gen/alarm.3 +++ b/lib/libc/gen/alarm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: alarm.3,v 1.2 1996/08/19 08:21:40 tholo Exp $ +.\" $OpenBSD: alarm.3,v 1.3 1998/04/28 07:36:28 deraadt Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,8 @@ .Fn alarm "unsigned int seconds" .Sh DESCRIPTION .Bf -symbolic -This interface is made obsolete by setitimer(2). +This interface is made obsolete by +.Xr setitimer 2 . .Ef .Pp The diff --git a/lib/libc/gen/confstr.3 b/lib/libc/gen/confstr.3 index e834324ebae..3af74c4c41c 100644 --- a/lib/libc/gen/confstr.3 +++ b/lib/libc/gen/confstr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: confstr.3,v 1.2 1996/08/19 08:21:57 tholo Exp $ +.\" $OpenBSD: confstr.3,v 1.3 1998/04/28 07:36:29 deraadt Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,8 @@ .Fn confstr "int name" "char *buf" "size_t len" .Sh DESCRIPTION .Bf -symbolic -This interface is obsoleted by sysctl(3). +This interface is obsoleted by +.Xr sysctl 3 . .Ef .Pp The diff --git a/lib/libc/gen/nice.3 b/lib/libc/gen/nice.3 index 87093e1025c..0c0bf3483b8 100644 --- a/lib/libc/gen/nice.3 +++ b/lib/libc/gen/nice.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nice.3,v 1.3 1998/02/18 23:26:15 deraadt Exp $ +.\" $OpenBSD: nice.3,v 1.4 1998/04/28 07:36:33 deraadt Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,8 @@ .Fn nice "int incr" .Sh DESCRIPTION .Bf -symbolic -This interface is obsoleted by setpriority(2). +This interface is obsoleted by +.Xr setpriority 2 . .Ef .Pp The diff --git a/lib/libc/gen/times.3 b/lib/libc/gen/times.3 index 2807a83189d..da4f1ab4eb1 100644 --- a/lib/libc/gen/times.3 +++ b/lib/libc/gen/times.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: times.3,v 1.2 1996/08/19 08:26:41 tholo Exp $ +.\" $OpenBSD: times.3,v 1.3 1998/04/28 07:36:37 deraadt Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,8 +43,10 @@ .Fn times "struct tms *tp" .Sh DESCRIPTION .Bf -symbolic -This interface is obsoleted by getrusage(2) -and gettimeofday(3). +This interface is obsoleted by +.Xr getrusage 2 +and +.Xr gettimeofday 2 . .Ef .Pp The diff --git a/lib/libc/gen/timezone.3 b/lib/libc/gen/timezone.3 index 417f58f5de5..007ba28bd87 100644 --- a/lib/libc/gen/timezone.3 +++ b/lib/libc/gen/timezone.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timezone.3,v 1.3 1997/05/30 07:48:27 deraadt Exp $ +.\" $OpenBSD: timezone.3,v 1.4 1998/04/28 07:36:38 deraadt Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -44,7 +44,8 @@ .ft B This interface is for compatibility only; it is impossible to reliably map timezone's arguments to a time zone abbreviation. -See ctime(3). +See +.Xr ctime 3 . .ft P .Pp The diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index e91e7770955..0a1b9ec0770 100644 --- a/lib/libc/gen/ualarm.3 +++ b/lib/libc/gen/ualarm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ualarm.3,v 1.5 1997/12/24 09:04:04 tholo Exp $ +.\" $OpenBSD: ualarm.3,v 1.6 1998/04/28 07:36:40 deraadt Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,8 @@ .Fn ualarm "useconds_t microseconds" "useconds_t interval" .Sh DESCRIPTION .Bf -symbolic -This is a simplified interface to setitimer(2). +This is a simplified interface to +.Xr setitimer 2 . .Ef .Pp The diff --git a/lib/libc/gen/utime.3 b/lib/libc/gen/utime.3 index 6c3284fb563..c448b9b3d93 100644 --- a/lib/libc/gen/utime.3 +++ b/lib/libc/gen/utime.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utime.3,v 1.3 1997/07/23 21:04:08 kstailey Exp $ +.\" $OpenBSD: utime.3,v 1.4 1998/04/28 07:36:41 deraadt Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -44,7 +44,8 @@ .Fn utime "const char *file" "const struct utimbuf *timep" .Sh DESCRIPTION .Bf -symbolic -This interface is obsoleted by utimes(2) . +This interface is obsoleted by +.Xr utimes 2 . .Ef .Pp The diff --git a/lib/libc/gen/valloc.3 b/lib/libc/gen/valloc.3 index 3c3f4b491e6..c1ba8617293 100644 --- a/lib/libc/gen/valloc.3 +++ b/lib/libc/gen/valloc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: valloc.3,v 1.3 1998/02/13 07:44:57 deraadt Exp $ +.\" $OpenBSD: valloc.3,v 1.4 1998/04/28 07:36:43 deraadt Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -43,7 +43,8 @@ .Fn valloc "size_t size" .Sh DESCRIPTION .Bf -symbolic -Valloc is obsoleted by the current version of malloc(3), +Valloc is obsoleted by the current version of +.Xr malloc 3 , which aligns page-sized and larger allocations. .Ef .Pp diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 6fd362b93b2..42b69f038fc 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.7 1997/08/23 10:43:24 pefo Exp $ +.\" $OpenBSD: malloc.3,v 1.8 1998/04/28 07:36:47 deraadt Exp $ .\" .Dd August 27, 1996 .Dt MALLOC 3 @@ -164,7 +164,9 @@ is called, even if the initial allocation was big enough. This can substantially aid in compacting memory. .It U -``utrace'' generate entries for ktrace(1) for all operations. +``utrace'' generate entries for +.Xr ktrace 1 +for all operations. Consult the source for this one. .It X diff --git a/lib/libc/stdlib/rand.3 b/lib/libc/stdlib/rand.3 index a27720d6144..0236a30118b 100644 --- a/lib/libc/stdlib/rand.3 +++ b/lib/libc/stdlib/rand.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: rand.3,v 1.2 1996/08/19 08:33:44 tholo Exp $ +.\" $OpenBSD: rand.3,v 1.3 1998/04/28 07:36:49 deraadt Exp $ .\" .Dd June 29, 1991 .Dt RAND 3 @@ -50,7 +50,8 @@ .Fn rand void .Sh DESCRIPTION .Bf -symbolic -These interfaces are obsoleted by random(3). +These interfaces are obsoleted by +.Xr random 3 . .Ef .Pp The diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index ce4a75c007a..876e0eb515a 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtok.3,v 1.2 1996/08/19 08:34:27 tholo Exp $ +.\" $OpenBSD: strtok.3,v 1.3 1998/04/28 07:36:55 deraadt Exp $ .\" .Dd June 29, 1991 .Dt STRTOK 3 @@ -48,7 +48,8 @@ .Fn strtok "char *str" "const char *sep" .Sh DESCRIPTION .Bf -symbolic -This interface is obsoleted by strsep(3). +This interface is obsoleted by +.Xr strsep 3 . .Ef .Pp The |