Changeset a2434bd4
- Timestamp:
- 01/26/2023 11:30:14 PM (8 weeks ago)
- Branches:
- multilib
- Children:
- b697c87
- Parents:
- 8495845 (diff), 59d90df (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/gcc-pass1.xml
r8495845 ra2434bd4 251 251 in normal circumstances:</para> 252 252 253 <note> 254 <para>The command below shows an example of nested command substitution 255 using two methods: backquotes and a <literal>$()</literal> construct. 256 It could be rewritten using the same method for both substitutions, 257 but is shown this way to demonstrate how they can be mixed. Generally 258 the <literal>$()</literal> method is preferred.</para> 259 </note> 260 253 261 <screen><userinput remap="install">cd .. 254 262 cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \ -
chapter08/systemd.xml
r8495845 ra2434bd4 368 368 libsystemd.so, libsystemd-shared-&systemd-version;.so (in /usr/lib/systemd), 369 369 and libudev.so</seg> 370 <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, both370 <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d, 371 371 /etc/sysctl.d, /etc/systemd, /etc/tmpfiles.d, /etc/udev, 372 372 /etc/xdg/systemd, /usr/lib/systemd, /usr/lib/udev, /usr/include/systemd,
Note:
See TracChangeset
for help on using the changeset viewer.