commit c555879e04662e1363fea08285a6a4dc5dcd04dc from: Omar Polo date: Tue Dec 21 22:26:41 2021 UTC comment out the 9P2000.L stuff Initially I thought to support the .L dialect, but now I'm not that sure. Tread on a directory is not that hard, and I personally like that more than the .L alternative of the Treaddir, it's ugly. Some .L stuff may be interesting to support, at least for symlinks, but at least for a first version I want to keep it simple and implement plain 9P2000. commit - fbf5d101da23a9b8dddf3dfb34445cedd857dd22 commit + c555879e04662e1363fea08285a6a4dc5dcd04dc blob - 0605a207d461f176d2e3e95aeee99d70f1702be6 blob + 13e41c7900a696a6570e9a462d3bef9d850745a0 --- 9p.7 +++ 9p.7 @@ -360,34 +360,34 @@ Remove a file .Bd -literal fid[4] .Aq empty response -.Ed -.El -.Sh 9P2000.L EXTENSIONS -.Xr kamid 8 -supports also a subset of the -.Sq 9P2000.L -dialect. -The supported messages are -.Bl -tag -width readdir -.It Ic readdir -Read directory entries -.Bd -literal -fid[4] offset[8] count[4] -count[4] data[count] .Ed -.Pp -Each directory entry is described by a variable-length record: -.Ql qid[13] offset[8] type[1] name[s] . -Offset is zero upon the first call. -If the -.Ar count -field in the -.Ic Rreaddir -response is not zero then more data is available. -.Pp -.Ar count -is allowed to be zero in the request. .El +.\" .Sh 9P2000.L EXTENSIONS +.\" .Xr kamid 8 +.\" supports also a subset of the +.\" .Sq 9P2000.L +.\" dialect. +.\" The supported messages are +.\" .Bl -tag -width readdir +.\" .It Ic readdir +.\" Read directory entries +.\" .Bd -literal +.\" fid[4] offset[8] count[4] +.\" count[4] data[count] +.\" .Ed +.\" .Pp +.\" Each directory entry is described by a variable-length record: +.\" .Ql qid[13] offset[8] type[1] name[s] . +.\" Offset is zero upon the first call. +.\" If the +.\" .Ar count +.\" field in the +.\" .Ic Rreaddir +.\" response is not zero then more data is available. +.\" .Pp +.\" .Ar count +.\" is allowed to be zero in the request. +.\" .El .Sh SEE ALSO .Xr utf8 7 , .Xr kamid 8