add cross-reff to getprogname(3)
This commit is contained in:
parent
8ab4d07911
commit
337d03ef63
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: err.3,v 1.10 1999/03/22 19:44:40 garbled Exp $
|
||||
.\" $NetBSD: err.3,v 1.11 2001/02/19 22:20:15 cgd Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -124,6 +124,7 @@ if ((fd = open(block_device, O_RDONLY, 0)) == -1)
|
||||
warn("%s", block_device);
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr getprogname 3 ,
|
||||
.Xr strerror 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: setproctitle.3,v 1.10 2000/06/14 17:25:05 cgd Exp $
|
||||
.\" $NetBSD: setproctitle.3,v 1.11 2001/02/19 22:20:15 cgd Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1994, 1995 Christopher G. Demetriou
|
||||
.\" All rights reserved.
|
||||
@ -70,7 +70,8 @@ setproctitle("foo! (%d)", getpid());
|
||||
.Sh SEE ALSO
|
||||
.Xr ps 1 ,
|
||||
.Xr w 1 ,
|
||||
.Xr printf 3
|
||||
.Xr printf 3 ,
|
||||
.Xr getprogname 3
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn setproctitle
|
||||
|
Loading…
Reference in New Issue
Block a user