diff options
Diffstat (limited to 'usr/src/man/man9f/insq.9f')
-rw-r--r-- | usr/src/man/man9f/insq.9f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/man/man9f/insq.9f b/usr/src/man/man9f/insq.9f index c11b3745d3..481a21370a 100644 --- a/usr/src/man/man9f/insq.9f +++ b/usr/src/man/man9f/insq.9f @@ -112,7 +112,7 @@ queue, \fBbp\fR will be \fINULL\fR and we fall out of the \fBfor\fR loop (line 28 (void)insq(q, bp, mp); 29 /* End of region that must be protected */ 30 break; - . . . + ... 31 } 32 } 33 } |