Changes in / [89273dc:e97d787]


Ignore:
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter04/settingenviron.xml

    r89273dc re97d787  
    9494  created files and directories are only writable by their owner, but are
    9595  readable and executable by anyone (assuming default modes are used by the
    96   <function>open(2)</function> system call, new files will end up with permission
    97   mode 644 and directories with mode 755).</para>
     96  <filename>open(2)</filename> system call, new files will end up with
     97  permission mode 644 and directories with mode 755).</para>
    9898      </listitem>
    9999    </varlistentry>
  • chapter07/creatingdirs.xml

    r89273dc re97d787  
    5858  class="directory">/var/tmp</filename> directories, but cannot remove
    5959  another user's files from them. The latter is prohibited by the so-called
    60   <quote>sticky bit,</quote> the highest bit (1) in the 1777 bit mask.</para>
     60  <quote>sticky bit</quote>, the highest bit (1) in the 1777 bit mask.</para>
    6161
    6262  <sect2>
  • chapter08/glibc.xml

    r89273dc re97d787  
    253253
    254254<screen role="nodump"><userinput remap="locale-test">mkdir -pv /usr/lib/locale
    255 localedef -i POSIX -f UTF-8 C.UTF-8 2> /dev/null || true
     255localedef -i C -f UTF-8 C.UTF-8
    256256localedef -i cs_CZ -f UTF-8 cs_CZ.UTF-8
    257257localedef -i de_DE -f ISO-8859-1 de_DE
  • chapter08/openssl.xml

    r89273dc re97d787  
    228228            of <application>OpenSSL</application>'s crypto library from the
    229229            shell. It can be used for various functions which are documented in
    230             <command>man 1 openssl</command>
     230            <filename>openssl(1)</filename>
    231231          </para>
    232232          <indexterm zone="ch-system-openssl openssl-prog">
     
    260260            implements the Transport Layer Security (TLS v1) protocol.
    261261            It provides a rich API, documentation
    262             on which can be found by running <command>man 7 ssl</command>
     262            on which can be found in <filename>ssl(7)</filename>
    263263          </para>
    264264          <indexterm zone="ch-system-openssl libssl">
  • chapter09/networkd.xml

    r89273dc re97d787  
    114114
    115115          <para>
    116              See the man page systemd.link(5) for more information.
     116            See <filename>systemd.link(5)</filename> for more information.
    117117          </para>
    118118        </listitem>
     
    120120        <listitem>
    121121          <para>
    122             In /boot/grub/grub.cfg, pass the option net.ifnames=0 on the
    123             kernel command line.
     122            In /boot/grub/grub.cfg, pass the option
     123            <option>net.ifnames=0</option> on the kernel command line.
    124124          </para>
    125125        </listitem>
  • chapter10/fstab.xml

    r89273dc re97d787  
    5757  class="partition">sda5</filename>, and <systemitem
    5858  class="filesystem">ext4</systemitem>. For details on the six
    59   fields in this file, see <command>man 5 fstab</command>.</para>
     59  fields in this file, see <filename>fstab(5)</filename>.</para>
    6060
    6161  <para>Filesystems with MS-DOS or Windows origin (i.e. vfat, ntfs, smbfs,
Note: See TracChangeset for help on using the changeset viewer.