* Dag-Erling Smorgrav (d...@freebsd.org) wrote: > - negation and subtraction: U+2212
I'd warn against using unicode symbols where they're not absolutely needed. If there's possibility for a piece of man for being copypasted into e.g. code or command line, there should be plain ASCII. Especially that goes to minus/negation/hyphen/dash: Standard C Library (libc, -lc) (many) or -1 if an error occurred. (poll) -C NUM, --context=NUM (grep) A `-' overrides a `0' (printf) etc. - in all cases U+002D is preferred. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ru http://www.amdmi3.ru _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"