diff options
author | 2004-01-21 19:25:33 +0000 | |
---|---|---|
committer | 2004-01-21 19:25:33 +0000 | |
commit | aa85e8809d0c8dde549aa923026f66ebc58ece90 (patch) | |
tree | 6463a36e95a81cbecbe4c7c57b9924542d1bf93f | |
parent | make rogue const-correct, and fix one write-strings issue. (diff) | |
download | wireguard-openbsd-aa85e8809d0c8dde549aa923026f66ebc58ece90.tar.xz wireguard-openbsd-aa85e8809d0c8dde549aa923026f66ebc58ece90.zip |
prompt before command demo; jmc ok
-rw-r--r-- | usr.bin/fstat/fstat.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index af22c8d82c3..22acfb45d7a 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.27 2003/09/05 13:38:46 jmc Exp $ +.\" $OpenBSD: fstat.1,v 1.28 2004/01/21 19:25:33 deraadt Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,7 +63,8 @@ For example, to find all files open in the file system where the directory .Pa /usr/src resides, type -.Ic fstat -f /usr/src . +.Pp +.Li # fstat -f /usr/src .It Fl M Ar core Extract values associated with the name list from the specified core instead of the running kernel. |