1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

use Xr more often

This commit is contained in:
deraadt 1998-04-28 07:36:25 +00:00
parent 12c3fd86de
commit d4a5065bd4
16 changed files with 54 additions and 33 deletions

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: worm.6,v 1.3 1998/03/12 09:09:28 pjanzen Exp $
.\" $OpenBSD: worm.6,v 1.4 1998/04/28 07:37:19 deraadt Exp $
.\"
.\" Copyright (c) 1989, 1993
.\" The Regents of the University of California. All rights reserved.
@ -47,7 +47,8 @@ In
.Nm worm,
you are a little worm: your body is the "o"'s on the screen
and your head is the "@". You move with the hjkl keys (as in the game
snake(6)). If you don't press any keys, you continue in the direction you
.Xr snake 6 Ns ).
If you don't press any keys, you continue in the direction you
last moved. The upper case HJKL keys move you as if you had pressed
several of the corresponding lower case key (9 for HL and 5 for JK, or
until you run into a digit, whichever comes first).

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ldd.1,v 1.4 1998/03/26 19:46:53 niklas Exp $
.\" $OpenBSD: ldd.1,v 1.5 1998/04/28 07:37:20 deraadt Exp $
.\" $NetBSD: ldd.1,v 1.2 1995/10/08 23:39:58 pk Exp $
.\"
.\" Copyright (c) 1993 Paul Kranenburg
@ -42,7 +42,9 @@
.Sh DESCRIPTION
.Nm ldd
displays all shared objects that are needed to run the given program.
Contrary to nm(1), the list includes
Contrary to
.Xr nm 1 ,
the list includes
.Dq indirect
dependencies that are the result of needed shared objects which themselves
depend on yet other shared objects.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mountd.8,v 1.6 1997/09/14 02:29:55 deraadt Exp $
.\" $OpenBSD: mountd.8,v 1.7 1998/04/28 07:37:22 deraadt Exp $
.\" $NetBSD: mountd.8,v 1.11 1996/02/18 11:57:51 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@ -85,7 +85,9 @@ for the exports file.
.Pp
When mountd is started,
it loads the export host addresses and options into the kernel
using the mount(2) system call.
using the
.Xr mount 2
system call.
After changing the exports file,
a hangup signal should be sent to the mountd daemon
to get it to reload the export information.

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: scan_ffs.8,v 1.1 1998/02/05 17:15:51 weingart Exp $
.\" $OpenBSD: scan_ffs.8,v 1.2 1998/04/28 07:37:25 deraadt Exp $
.\"
.\" Copyright (c) 1997 Niklas Hallqvist, Tobias Weingartner
.\" All rights reserved.
@ -121,7 +121,9 @@ which used to exist on the disk, keep that in mind while
spews out its things.
.Pp
.It
Use disklabel(8) to reconstruct the disklabel on the affected disk, using
Use
.Xr disklabel 8
to reconstruct the disklabel on the affected disk, using
all the information you gathered from
.Nm
and other sources.