search for: referene

Displaying 6 results from an estimated 6 matches for "referene".

Did you mean: reference
2017 Nov 15
1
manpages in mdoc(7)
...arg meaning there is an optional 'f' flag which takes an 'arg' argument as opposed to switch to italics, type a bracket, a dash, "f", then switch to boldface and type "arg" in the physical roff markup of man(7). Similarly for other constructs like cross-referenes, filenames, author emails, env variables, etc. See http://mdocml.bsd.lv for a thorough discussion of the many benefits of such a markup - most important of which is better readability and writability. See below for a rewrite of ogginfo.1 as an example of what I have in mind. Please let me know...
2018 Jan 29
2
opus manpages
...arg meaning there is an optional 'f' flag which takes an 'arg' argument as opposed to switch to italics, type a bracket, a dash, "f", then switch to boldface and type "arg" in the physical roff markup of man(7). Similarly for other constructs like cross-referenes, filenames, author emails, env variables, etc. See http://mdocml.bsd.lv for a thorough discussion of the many benefits of such a markup - most important of which is better readability and writability. See below for a rewrite of opusrtp.1 and opusinfo.1 as an example of what I have in mind. Plea...
2010 Dec 21
1
[LLVMdev] LLVM installation in Windows
[Please send replies to llvmdev too] akramul azim <bijoy123_8 at yahoo.com> writes: > When using cmake and use make command to build, i get the following error: > > Scanning dependencies of target LLVMHello > [ 40%] Building CXX object lib/Transforms/Hello/CMakeFiles/LLVMHello.dir/Hello. > pp.o > Linking CXX shared module ../../LLVMHello.dll >
2013 Nov 27
0
[PATCH] Btrfs-progs: fix the mismatch of extent buffer's space
Now we set @refs to 2 on creating a new extent buffer, meanwhile we allocate the needed free space, but we don''t give enough free_extent_buffer() to reduce the eb''s references to zero so that the eb can finally be freed, so the problem is we has decrease the referene count of backrefs to zero, which ends up releasing the space occupied by the eb, and this space can be allocated again for something else(another eb or disk), usually a crash(core dump) will occur, I''ve hit a crash in rb_insert() because another eb re-use the space while the original one i...
2009 Aug 25
1
Clogit or LRM?
Hello I believe that I'm getting very close in my modeling application. I've come across a challenge that I am unable to solve and would really appreciate the group's opinion. I've been using the val.prob function from the Design library (Thanks Frank!!) to both evaluate and visualize my model. From the scores and graph, it appears as my model is very accurate in
2011 Jun 24
10
[PATCH 0/9] remove i_alloc_sem V2
i_alloc_sem has always been a bit of an odd "lock". It''s the only remaining rw_semaphore that can be released by a different thread than the one that locked it, and it''s use case in the core direct I/O code is more like a counter given that the writers already have external serialization. This series removes it in favour of a simpler counter scheme, thus getting rid