diff options
author | tschwinge <tschwinge@web> | 2014-09-25 07:54:10 +0200 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2014-09-25 07:54:10 +0200 |
commit | 5140ee283e1be88c36ae2dff36034557c6d7ee02 (patch) | |
tree | b8d00c9e2f7c3a00ff6a5021a25c9d3693001c27 /contributing.mdwn | |
parent | b3b67a6ce9913c48565b6a02bf41cea37b5bf7bc (diff) | |
download | web-5140ee283e1be88c36ae2dff36034557c6d7ee02.tar.gz web-5140ee283e1be88c36ae2dff36034557c6d7ee02.tar.bz2 web-5140ee283e1be88c36ae2dff36034557c6d7ee02.zip |
Formatting. Link to Debian bug #762677.
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index a6558be1..7ebd78d6 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -80,7 +80,8 @@ Here is a list of small hacks, which can serve as entries into the Hurd code for people who would like to dive into the code but just lack a "somewhere to begin with". -* Add UTIME_NOW and UTIME_OMIT, it is a matter of taking the BSD value, add the #define to the proper header, and implement the support in _S_file_utimes functions. +* Add `UTIME_NOW` and `UTIME_OMIT`. It is a matter of taking the BSD values, add the `#define`s to the proper header, and implement the support in `*_S_file_utimes` functions. + See also [[!debbug 762677]]. * Some translators do not support [[hurd/fsysopts]], i.e. support for the file_get_fs_options and fsys_set_options RPCs. * Extend `device_read`/`device_write` into supporting > 2TiB disk sizes. |