1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-22 16:42:56 -08:00
Commit Graph

59 Commits

Author SHA1 Message Date
jmc
b23d9e582c fix Bl; 2019-03-31 06:40:26 +00:00
procter
1f420de6b1 Document 'p' flag for file descriptors.
ok deraadt@
2019-03-31 01:08:09 +00:00
martijn
447c7b0d78 Document that we now have support for multiple -p and -u flags.
Triggered by Marcus MERIGHI
Input and OK jmc@
2019-01-30 07:56:11 +00:00
schwarze
519cd48eb2 improve markup quality in the cases found by the new "--" style message 2018-03-16 16:58:26 +00:00
sthen
dac8343022 Explain about 0x0 PCB addresses in fstat(1) output. Suggestions/ok bluhm@ jmc@ 2017-05-10 09:09:45 +00:00
deraadt
c7db616bec Expose the close-on-exec flag near the R/W flags.
ok guenther
2017-01-21 12:21:56 +00:00
guenther
368a76ce0a Indicate with an asterisk when a file has been unlinked.
from Sebastien Marie
2016-10-02 23:16:08 +00:00
tedu
b48615250e remove systrace support 2016-04-25 19:18:41 +00:00
jmc
e6edc50695 removing two instances of "c.f." - it seems actually "cf." is correct, but
i removed/reworded these as in the case of ftp.1 it read badly anyway, and
for fstat.1 it meant i could zap an escape sequence; while here i replaced
some sequences of <space><tab> where a single <tab> was sufficient;
2015-01-31 19:33:45 +00:00
mikeb
f44ef4d738 Remove userland bits related to the crypto(4) interface; ok deraadt 2014-08-20 11:23:40 +00:00
jmc
188794a2aa tweak previous; 2012-01-07 08:30:37 +00:00
guenther
a60854cd77 Add rtable id and thread id to struct kinfo_proc (and fix process id)
and add an 'rtableid' keyword to ps.

Add rtable id, thread id, and socket splice info to struct kinfo_file2
and make fstat display socket splice information.

Remove old KVM_PROC2 and kinfo_proc2 interfaces; bump libkvm major

Socket splice info and corrections from bluhm@  "Lovely" deraadt@
2012-01-07 05:38:12 +00:00
jmc
9da62e40a7 dislays -> displays; from David Vasek 2011-10-02 21:46:29 +00:00
jmc
8580efa1a9 no need to escape `|'; as discussed with schwartze 2011-05-02 11:14:11 +00:00
sobrado
f829369e17 write UNIX-domain in a more consistent way; while here, replace a
few remaining ".Tn UNIX" macros with ".Ux" ones.

pointed out by ratchov@, thanks!

ok jmc@
2009-10-22 15:02:12 +00:00
sobrado
d9f1e4116e use the UNIX-related macros (.At and .Ux) where appropriate.
ok jmc@
2009-10-22 12:35:53 +00:00
sobrado
679f6f8f47 replace ".Ar file ..." with ".Ar" whenever possible.
ok jmc@
2009-08-16 09:41:07 +00:00
millert
64f4df2527 Hook up "text" (executable) output and implement for fuser too.
Man page bits adapted from FreeBSD.  OK miod@
2009-07-19 12:56:19 +00:00
millert
666d057664 Add POSIX-compliant fuser mode to fstat. Originally based on
a diff from Peter Werner but largely rewritten to use kinfo_file2.
OK deraadt@ with man fixes from jmc@ and sobrado@
2009-07-08 16:04:00 +00:00
jmc
2345df395b correct the description of fstat output for sockets;
reported by Stephan A. Rickauer
ok otto
2008-12-15 09:49:59 +00:00
deraadt
b749a86c2c Do not display file offsets and a few other pieces of information, except
to the user or the superuser.  Display * for those fields instead.  From
PR 5113, but modified to use copyout correctly.
comments from tedu, ok from others
2008-10-07 02:20:11 +00:00
sobrado
ae6fc9831e sort the fields in manual page in the same order as in fstat output;
use the same name for fields in the manual page and command output;
while here, fix spacing

millert@ has observed that this change makes the header fields consistent
with what is the output by NetBSD and FreeBSD too

ok millert@
2007-10-01 22:06:02 +00:00
jmc
9490d37cb6 convert to new .Dd format; 2007-05-31 19:19:00 +00:00
mickey
148a7734d6 and put new flag into the manpage 2006-03-26 17:55:31 +00:00
jmc
857104bb62 remove inaccuracy (pipes do not appear as unix sockets);
ok jaredy@ pedro@
2005-12-15 16:35:47 +00:00
jmc
aa7ed02c1b make the systrace section just like the rest... 2005-12-15 16:33:11 +00:00
pedro
88c1c01470 fstat does not print an '*' for fifos, okay jmc@ 2005-12-15 12:15:45 +00:00
jmc
df9e602b50 make some of the stat utility pages reference each other;
idea from a mail to misc@ from simon dassow;
2005-09-06 23:28:23 +00:00
jmc
e633abaff6 indent an example; 2004-07-13 23:36:56 +00:00
jmc
0e63bf27e8 .Xr tcpdrop 8 , 2004-07-13 23:33:28 +00:00
otto
dd1a9943d0 Say that only sockets owned by processes can been seen. Based on diff
from jmc@, better wording from tedu@. ok hshoexer@ millert@ deraadt@
2004-05-09 06:17:15 +00:00
deraadt
aa85e8809d prompt before command demo; jmc ok 2004-01-21 19:25:33 +00:00
jmc
c7bc5700b0 correct an .Sx; 2003-09-05 13:38:46 +00:00
jmc
a81d047508 - fix a display
- escape dashes
- remove extra bracket
2003-07-14 08:56:02 +00:00
millert
f75387cb26 Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.
2003-06-03 02:56:05 +00:00
jmc
9131798c72 these pages all had bad section numbers in the .Xr's;
lots of help and ok millert@
2003-03-10 15:37:29 +00:00
avsm
1a96595f0d typo, art ok 2002-09-30 09:54:56 +00:00
deraadt
b96916adb5 fix Xr 2002-05-20 21:19:21 +00:00
deraadt
4003942480 grok crypto/kqueue/systrace vnodes 2002-05-18 17:54:15 +00:00
miod
db0d9e216f Since all our arches have /dev/ksyms, replace rigid mentions of the kernel
being /bsd with more correct terms, and remove /bsd and /dev/kmem from the
FILES section if they were there.
2001-11-09 00:56:21 +00:00
aaron
3746a81674 - Section shuffling: comply to the section ordering outlined in mdoc(7).
- Some .Nm trimming.
- .Sh AUTHOR -> .Sh AUTHORS
- Other miscellaneous fixes here and there.
2000-11-10 05:10:21 +00:00
hugh
967a6c3517 Add -o option for printing file offset. Also some whitespace reformatting.
Handy. Checked by millert and niklas.
2000-07-16 23:40:48 +00:00
aaron
bf9a4e5f3b Fix some formatting problems I missed before. 2000-03-23 21:10:09 +00:00
aaron
453cecf014 Various cleanup. 2000-03-07 21:11:07 +00:00
pjanzen
b5aa51e61b Better summary line, in keeping with other *stat commands; from NetBSD 2000-01-19 07:38:25 +00:00
aaron
4c2c4eb0f3 More consistent introduction to options. 1999-10-17 20:24:33 +00:00
alex
f7de5c7b0a Typo fixes. 1999-09-23 04:11:58 +00:00
deraadt
e6a73ab287 use .Ar on later .It Fl lines 1999-07-21 01:25:42 +00:00
aaron
2e0eb34f9e - remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
1999-06-05 01:21:16 +00:00
aaron
aea1524a59 usr.bin/ man page fixes, f-m. 1998-09-26 19:54:41 +00:00