mount_setattr.2: Minor clean-ups in example program
commitf606879ab1ff3d7b3f3f4effe67a862a71a4ce07
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 9 Aug 2021 20:56:47 +0000 (9 22:56 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 10 Aug 2021 01:29:39 +0000 (10 03:29 +0200)
tree98e9a98b2dae16079bc1a89225aaed8775c35543
parent8c67481023e0c97327f837c6e33bd5922b7609c7
mount_setattr.2: Minor clean-ups in example program

- Change some instances of "-" to "\"
- Use C99 style (declare variables nearer use in code)
- Add a bit of white space
- Remove one 'const...const' added by Alex that caused
  compiler warnings
- Use "reverse Christmas tree" form for declarations in main()
- Other minor changes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/mount_setattr.2