diff options
author | 2002-05-20 21:19:21 +0000 | |
---|---|---|
committer | 2002-05-20 21:19:21 +0000 | |
commit | b96916adb583a5afc27f616ebc4e663bb7917075 (patch) | |
tree | 788fd9b0f04dca9a38499673b6d87784bfc3bad5 | |
parent | Eliminate md_questions(). It was used only to control the setting of (diff) | |
download | wireguard-openbsd-b96916adb583a5afc27f616ebc4e663bb7917075.tar.xz wireguard-openbsd-b96916adb583a5afc27f616ebc4e663bb7917075.zip |
fix Xr
-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 |