summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/man/2/9pfid11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/man/2/9pfid b/sys/man/2/9pfid
index 6ad79aa85..13930a4d1 100644
--- a/sys/man/2/9pfid
+++ b/sys/man/2/9pfid
@@ -14,6 +14,17 @@ Req, Reqpool, allocreqpool, freereqpool, allocreq, closereq, lookupreq, removere
.PP
.ft L
.nf
+.ta \w'\fL 'u +\w'\fLuvlong 'u
+typedef struct Qid
+{
+ uvlong path;
+ ulong vers;
+ uchar type;
+} Qid;
+.fi
+.PP
+.ft L
+.nf
.ta \w'\fL 'u +\w'\fLulong 'u
typedef struct Fid
{