On 12/2/20 12:50 PM, Alejandro Colomar (mailing lists; readonly) wrote: > Hi Jarkko, > > Thanks for the page. > > Adding to Michael's comment, > here are a few things to fix (see below). > > Michael, there's also a question for you (grep mtk). > > Thanks, > > Alex > > On 12/2/20 8:15 AM, Jarkko Sakkinen wrote: >> Signed-off-by: Jarkko Sakkinen <jarkko@xxxxxxxxxx> >> --- >> man7/sgx.7 | 198 +++++++++++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 198 insertions(+) >> create mode 100644 man7/sgx.7 >> >> diff --git a/man7/sgx.7 b/man7/sgx.7 >> new file mode 100644 >> index 000000000..429c9b64d >> --- /dev/null >> +++ b/man7/sgx.7 >> @@ -0,0 +1,198 @@ [...] >> +support, ensure that SGX is enabled in the BIOS. >> +If a BIOS presents a choice between \[lq]Enabled\[rq] and \[lq]Software > > s/\\[lq]/\\(dq/g > s/\\[rq]/\\(dq/g > > Basically, we use \(dq for any double quotes, and we don't care about > left or right. (Yes.) > Michael (mtk): > > I was searching to see if it was documented in man-pages(7), > but I didn't find it. > Should we add something under man-pages(7)::STYLE GUIDE::Generating > optimal glyphs? I'm not sure. (I worry about overloading the page with too much detail.) I think I'll just duck this question for now. [...] Thanks, Michael -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/