|
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0, release/14.0.0 |
|
| #
fa9896e0 |
| 16-Aug-2023 |
Warner Losh <[email protected]> |
Remove $FreeBSD$: two-line nroff pattern
Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/
|
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
| #
44318fb2 |
| 15-May-2020 |
Benedict Reuschling <[email protected]> |
Fix SYNPOSIS section to point to the proper include directive.
netgraph(3) points to #include <netgraph/netgraph.h>, which is kernel only. The man page refers to the user-space part of the netgraph
Fix SYNPOSIS section to point to the proper include directive.
netgraph(3) points to #include <netgraph/netgraph.h>, which is kernel only. The man page refers to the user-space part of the netgraph module, which is located in <netgraph.h>.
Submitted by: lutz_donnerhacke.de Approved by: bcr Differential Revision: https://reviews.freebsd.org/D23814
show more ...
|
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0 |
|
| #
898300ee |
| 08-Nov-2017 |
Alexander Motin <[email protected]> |
s/NgSendMsgReply/NgSendReplyMsg/ in man to match the code.
Submitted by: Dmitry Luhtionov <[email protected]> MFC after: 2 weeks
|
|
Revision tags: release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0 |
|
| #
2b7af31c |
| 23-Jun-2014 |
Baptiste Daroussin <[email protected]> |
use .Mt to mark up email addresses consistently (part3)
PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de>
|
|
Revision tags: release/10.0.0 |
|
| #
4131c351 |
| 28-Nov-2013 |
Gleb Smirnoff <[email protected]> |
Fix some misinformation in netgraph manual pages.
Submitted by: Dmitry Luhtionov <dmitryluhtionov gmail.com>
|
|
Revision tags: release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0_cvs, release/8.3.0, release/9.0.0, release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0, release/8.1.0_cvs, release/8.1.0, release/7.3.0_cvs, release/7.3.0, release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0 |
|
| #
32889325 |
| 04-Jul-2004 |
Juli Mallett <[email protected]> |
Yes, NgRecvAsciiMsg has the same results as NgRecvAsciiMsg, but it's much more apt to note that it has the same result as NgRecvMsg. Make the manual page less circular in its reference to this fact.
|
| #
1a0a9345 |
| 02-Jul-2004 |
Ruslan Ermilov <[email protected]> |
Mechanically kill hard sentence breaks.
|
|
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1 |
|
| #
d15ff417 |
| 27-Jan-2004 |
Ruslan Ermilov <[email protected]> |
- Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(), and NgAllocRecvData(), that dynamically allocate buffer for a binary message, an ascii message, and a data packet, respectiv
- Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(), and NgAllocRecvData(), that dynamically allocate buffer for a binary message, an ascii message, and a data packet, respectively. The size of the allocated buffer is equal to the socket's receive buffer size to guarantee that a message or a data packet is not truncated.
- Get rid of the static size buffer in NgSendAsciiMsg().
OK'ed by: archie, julian
show more ...
|
| #
bbc5b4d9 |
| 27-Jan-2004 |
Ruslan Ermilov <[email protected]> |
mdoc(7) cleanup.
|
|
Revision tags: release/5.2.0_cvs, release/5.2.0 |
|
| #
54e33116 |
| 14-Nov-2003 |
Hartmut Brandt <[email protected]> |
Use the new defines that include the trailing '\0' in the code. Replace occurences of the magic constant 2 with an offsetof macro call that computes the size of the leading members of the sockaddr. U
Use the new defines that include the trailing '\0' in the code. Replace occurences of the magic constant 2 with an offsetof macro call that computes the size of the leading members of the sockaddr. Use strlcpy instead of sprintf where appropriate. Document the new changes in the man page.
show more ...
|
|
Revision tags: release/4.9.0_cvs, release/4.9.0 |
|
| #
3c024cc8 |
| 08-Jun-2003 |
Philippe Charnier <[email protected]> |
The .Fn function
|
|
Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0, release/5.0.0_cvs, release/5.0.0 |
|
| #
57bd0fc6 |
| 27-Dec-2002 |
Jens Schweikhardt <[email protected]> |
english(4) police.
|
|
Revision tags: release/4.7.0_cvs, release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs, release/4.5.0_cvs, release/4.4.0_cvs |
|
| #
32eef9ae |
| 01-Oct-2001 |
Ruslan Ermilov <[email protected]> |
mdoc(7) police: Use the new .In macro for #include statements.
|
| #
b7116012 |
| 27-Aug-2001 |
Ruslan Ermilov <[email protected]> |
mdoc(7) police: markup nits.
|
| #
cb526d28 |
| 24-Aug-2001 |
Brian Somers <[email protected]> |
Rename the DIAGNOSTICS section to RETURN VALUES and describe the return values a little more. Specifically, mention that a return of 0 from NgRecvData() and NgRecvMsg() means the socket has been clo
Rename the DIAGNOSTICS section to RETURN VALUES and describe the return values a little more. Specifically, mention that a return of 0 from NgRecvData() and NgRecvMsg() means the socket has been closed.
Suggested by: jkh
show more ...
|
| #
fd048a1c |
| 24-Aug-2001 |
Brian Somers <[email protected]> |
Explain what the return value from NgRecvMsg() and NgRecvData() means, specifically that 0 means the socket has been closed.
|
| #
7ebcc426 |
| 15-Jul-2001 |
Dima Dorfman <[email protected]> |
Remove whitespace at EOL.
|
| #
a307d598 |
| 10-Jul-2001 |
Ruslan Ermilov <[email protected]> |
mdoc(7) police: removed HISTORY info from the .Os call.
|
| #
5521ff5a |
| 06-Jul-2001 |
Ruslan Ermilov <[email protected]> |
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
|
| #
fe11f6f6 |
| 05-Jun-2001 |
Maxim Sobolev <[email protected]> |
Correct cross-references: ng_bpf.8 --> ng_bpf.4 ng_ether.8 --> ng_ether.4 ng_iface.8 --> ng_iface.4 ng_pppoe.8 --> ng_pppoe.4 ng_socket.8 --> ng_socket.4 ng_tty.8 --> ng_tty.4
Correct cross-references: ng_bpf.8 --> ng_bpf.4 ng_ether.8 --> ng_ether.4 ng_iface.8 --> ng_iface.4 ng_pppoe.8 --> ng_pppoe.4 ng_socket.8 --> ng_socket.4 ng_tty.8 --> ng_tty.4 ng_{type}.4 --> /dev/null
MFC after: 1 week
show more ...
|
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
| #
ed403116 |
| 14-Dec-2000 |
Ruslan Ermilov <[email protected]> |
mdoc(7) police: removed history info from the .Os FreeBSD call.
|
|
Revision tags: release/4.2.0, release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
| #
33c22c64 |
| 21-Jun-2000 |
Archie Cobbs <[email protected]> |
- Make sure the message token returned by NgSendMsg() is non-negative - Have NgSendAsciiMsg() return the same token as NgSendMsg() - Document that NgSendMsg() and NgSendAsciiMsg() return the token -
- Make sure the message token returned by NgSendMsg() is non-negative - Have NgSendAsciiMsg() return the same token as NgSendMsg() - Document that NgSendMsg() and NgSendAsciiMsg() return the token - Add MLINKS for the functions defined in netgraph(3)
show more ...
|
| #
95d7878c |
| 04-May-2000 |
Archie Cobbs <[email protected]> |
Move netgraph node type man pages from section 8 to section 4.
|
| #
795f95b1 |
| 22-Apr-2000 |
Alexey Zelkin <[email protected]> |
Introduce .Lb macro to netgraph library manpage
|
|
Revision tags: release/4.0.0_cvs |
|
| #
fbffcf66 |
| 28-Jan-2000 |
Archie Cobbs <[email protected]> |
Have NgMkSockNode() load the socket node type KLD if it's not already loaded (indicated by EPROTONOSUPPORT from socket(2)).
|