Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-12 | "usage:" should precede the first statement only | Igor Sobrado | |
ok jmc@ | |||
2008-02-14 | backout the change to make arp(8) default to -an; | Thordur I. Bjornsson | |
Remove that blurp from the man page also. requested by deraadt@; | |||
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre | |
of a typo in rcs.c; | |||
2008-02-08 | fix Mdocdate. | Jason McIntyre | |
developers please note: you do not have to edit this field when you make changes to man pages. it's a cvs keyword which expands automatically. | |||
2008-02-08 | adjust this page a little more, now that -an is the default; | Jason McIntyre | |
2008-02-07 | Oops. Better diff to enable -an by default without breaking | Thordur I. Bjornsson | |
the other options too badly; ok millert@ | |||
2008-02-07 | make arp(8) default to -na when called with no arguments; | Thordur I. Bjornsson | |
man page bit from jmc@ ok millert@, oga@, laurent@ | |||
2007-08-24 | Yet another application that does not check if the RTM_VERSION is the expected | Claudio Jeker | |
one. Luckily it seems that only show is affected. OK henning@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-02-18 | Use sizeof(buf) instead of hard coded numbers. | Ray Lai | |
From Charles Longeau <chl at tuxfamily dot org> long ago. OK moritz@. | |||
2006-05-26 | simplify synopsis; ok deraadt | Jason McIntyre | |
2006-05-25 | tidy up EXAMPLES; | Jason McIntyre | |
2006-04-18 | Remove "S" from getopt(3) string, which was added in 1.32 by mistake. | Moritz Jodeit | |
From Steffen Wendzel. ok henning@ | |||
2005-04-04 | shrink | Theo de Raadt | |
2005-04-04 | nlist.h not needed | Theo de Raadt | |
2005-03-29 | -Wall | Henning Brauer | |
2005-03-29 | clean further, theo ok | Henning Brauer | |
2005-03-29 | make this a bit more readable | Henning Brauer | |
2005-03-29 | add -F to force replacement of entries with -s and -f | Henning Brauer | |
inspired by a diff from Mike Belopuhov <mkb@cvs.hnet.spb.ru>, these semantics with theo, manpage jaredy jmc and bob, ok bob | |||
2005-01-04 | Enable ARP table manipulation on CARP interfaces. | Christopher Pascoe | |
ok niklas@ mcbride@ | |||
2004-07-09 | various cleanup: | Jared Yanovich | |
- fix examples - fix macro abuse - hex -> hexadecimal - rewording for clarity and consistency - make -a description seem less dangerous - sort options work, help, ok jmc ok otto | |||
2003-11-19 | document some missing diagnostics from arp; | Jason McIntyre | |
reported by Fabio Olive Leite on bugs@ a long time ago (sorry it took me so long Fabio!) also kill some .Pp's between list items and s/.sp/.Pp; from ho@ and myself; ok itojun@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-06-27 | memory leak; andrushock@korovino.net | Theo de Raadt | |
2003-06-27 | remove unused variables | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-11 | some ansification, some de-register | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-10 | typos; | Jason McIntyre | |
2003-03-17 | arp did not long-align sockaddrs in routing messages. This led to | Henric Jungheim | |
garbage being sent to the kernel on sparc64. Problem reported and fix tested by Doug Winter (thanks). ok jason@ and millert@ | |||
2003-03-14 | typos; | Jason McIntyre | |
audio(4): ok naddy@ cardbus(4): ok deraadt@ | |||
2002-12-03 | print the interface related to the arp entry; several ppl ok. | Federico G. Schwindt | |
2002-09-06 | undo signed vs unsigned confusion | Theo de Raadt | |
2002-05-30 | minor KNF | Theo de Raadt | |
2002-05-26 | pid_t cleanup | Theo de Raadt | |
2002-03-14 | kill more registers. | Mike Pechkin | |
millert@ ok | |||
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-13 | When you give command examples and etc., in a manual page prefix them with: | Mike Pechkin | |
$ command or # command deraadt@ ok | |||
2001-06-23 | more .%A handling; bk@rt.fm | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-06-10 | implement arp -d -a, to delete all arp entries at once. mostly from FreeBSD. ↵ | Dug Song | |
deraadt@ ok. | |||
2001-03-07 | print ether_ntoa() compatible | Theo de Raadt | |
2000-10-23 | Spelling: wierd -> weird | Aaron Campbell | |
2000-10-16 | Re-align with reality: We use ARP for all Ethernet types. | Christian Weisgerber | |
Pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>. ok millert@ | |||
2000-09-24 | Correctly ignore -n flag with -d when both options are separate (i.e. | Miod Vallat | |
arp -n -d, not arp -nd), millert@ ok | |||
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell | |
- Some punctuation fixes. - Some `id' -> `ID'. | |||
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). |