diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-20 21:19:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-20 21:19:22 +0000 |
commit | 33b0b4fac8d5b9b6e8559cbe38919106de967802 (patch) | |
tree | 0de0da6fc183d5b97289f1c2648dfcb6f916b52b /usr.bin/fstat | |
parent | 003d8bc2fc70b12651a30fc2eca63cc277fe8846 (diff) |
fix Xr
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index a2568487023..58ce9879c63 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.21 2002/05/18 17:54:15 deraadt Exp $ +.\" $OpenBSD: fstat.1,v 1.22 2002/05/20 21:19:21 deraadt Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -244,10 +244,13 @@ W - The pipe blocks waiting for the reader to read data. R - The pipe blocks waiting for the writer to write data. E - The pipe is in EOF state. .Sh CRYPTO -Each systrace device is printed with only the kernel address of the -device private data. +Each +.Xr crypto 4 +device is printed with only the kernel address of the device private data. .Sh KQUEUE -Each kqueue is printed with some information as to queue length. +Each +.Xr kqueue 2 +is printed with some information as to queue length. Since these things are normally services quickly, it is likely that nothing of real importance can be discerned. .Sh SYSTRACE |