~ev/apport/optionally-expose-ui-to-hooks

« back to all changes in this revision

Viewing changes to doc/data-format.tex

  • Committer: Martin Pitt
  • Date: 2013-08-02 09:09:45 UTC
  • Revision ID: martin.pitt@canonical.com-20130802090945-fezzc30o34szixsy
* doc/data-format.tex: Drop unused "OS" and "OSRelease" fields, replace with "DistroRelease" which is actually being used. (LP: #1018387)

Show diffs side-by-side

added added

removed removed

Lines of Context:
167
167
 
168
168
    \item [Uname:] (required) Output of \verb!uname -srm!
169
169
 
170
 
    \item [OS:] (optional) Name of the operating system. On LSB compliant
171
 
    systems, this can be determined with \verb!lsb_release -si!.
172
 
 
173
 
    \item [OSRelease:] (optional) Release version of the operating system. On
174
 
    LSB compliant systems, this can be determined with \verb!lsb_release -sr!.
 
170
    \item [DistroRelease:] (optional) Name and version of the operating system.
 
171
      Read from NAME and VERSION\_ID in \verb!/etc/os-release!, or from
 
172
      \verb!lsb_release -sir!.
175
173
 
176
174
    \item [Architecture:] (optional) OS specific notation of
177
175
    processor/system architecture (e. g. \verb!i386!)