Skip to content

Commit

Permalink
lib: Doc updates for recent changes
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Jan 3, 2025
1 parent b15fa87 commit 44e7e2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ mux
The mux handling is a mix of a base state machine and a state machine
for each instance.

gensio_acc.c
acc.c
============

This file implements an accepter state machine to simplify
Expand All @@ -88,7 +88,7 @@ of states so basically, anything that uses only has to do the basic
operations specific to that gensio. This is used by
gensio_acc_gensio.c, gensio_net.c, and gensio_sctp.c.

gensio_acc_gensio.c
acc_gensio.c
===================

Finally for accepters that stack over other accepter gensios
Expand Down

0 comments on commit 44e7e2d

Please sign in to comment.