diff options
| author | cgd <cgd@NetBSD.org> | 2001-02-19 22:20:15 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 2001-02-19 22:20:15 +0000 |
| commit | 337d03ef634b26202bbca614a6834ea6505ae0d2 (patch) | |
| tree | 670b977a209a05f6ca17f9d8474cd771988ca563 /lib | |
| parent | 8ab4d07911663468515a133b5fe218e7821eaafb (diff) | |
add cross-reff to getprogname(3)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/gen/err.3 | 3 | ||||
| -rw-r--r-- | lib/libc/gen/setproctitle.3 | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/gen/err.3 b/lib/libc/gen/err.3 index dd247fdd3dc..870cac3ef64 100644 --- a/lib/libc/gen/err.3 +++ b/lib/libc/gen/err.3 @@ -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 diff --git a/lib/libc/gen/setproctitle.3 b/lib/libc/gen/setproctitle.3 index 830970a1eb7..56c8872221d 100644 --- a/lib/libc/gen/setproctitle.3 +++ b/lib/libc/gen/setproctitle.3 @@ -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 |
