~ubuntu-branches/ubuntu/vivid/util-linux/vivid

« back to all changes in this revision

Viewing changes to libuuid/man/uuid_time.3

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-08-18 15:43:56 UTC
  • mfrom: (1.6.5) (4.1.16 experimental)
  • Revision ID: package-import@ubuntu.com-20140818154356-sqn436j3vndc62qb
Tags: 2.25-8ubuntu1
* Merge with Debian experimental.
  - This is now a non-ancient version. (LP: #1012081)
  - No longer uses /etc/blkid.tab by default, but a file in /run/.
    (LP: #1244595)
  - mkswap wipes fs signatures (LP: #1047666)
  - Fix "reatime" manpage typo (LP: #1047666)
  - wipefs properly cleans up fs signatures (LP: #1059872)
  Remaining Ubuntu changes:
  - Regularly trim SSDs automatically (core-1311-ssd-trimming):
    + Add debian/fstrim-all: Script to detect which mounted partitions
      need/support trimming, and call fstrim(8) on all of them.
      Install into /usr/sbin/.
    + Add debian/fstrim-all.8: Manpage for the above.
    + Add debian/fstrim-all.cron: Trivial shell script to call fstrim-all,
      so that admins can easily adjust/disable it. Installed as
      /etc/cron.weekly/fstrim.
  - Upstart support:
    + Add hwclock{-save}.upstart, and install them in debian/rules.
    + Drop initscripts dependency.
    + Drop debian/hwclock.rules and hwclock.default.
  - Add mountall-options.patch, see patch header.
  - uuid-runtime.postinst: Due to the way the uuidd account is created, it
    will get a uid/gid allocation for userns use. This isn't needed and is a
    waste of uid/gid so always clear uuidd from subuid/subgid.
* Drop /lib/init/fstab parsing fallback in mount. Patch does not apply at
  all any more, is specific to mountall (and thus should not be relied
  upon), and not very useful; all init systems, schroot, debootstrap etc.
  mount /sys, /proc/ and friends by themselves already.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
uuid_time \- extract the time at which the UUID was created
35
35
.SH SYNOPSIS
36
36
.nf
37
 
.B #include <uuid/uuid.h>
 
37
.B #include <uuid.h>
38
38
.sp
39
39
.BI "time_t uuid_time(uuid_t " uu ", struct timeval *" ret_tv )
40
40
.fi
60
60
(see
61
61
.BR gettimeofday "(2))."
62
62
.SH AUTHOR
63
 
Theodore Y. Ts'o
 
63
Theodore Y.\& Ts'o
64
64
.SH AVAILABILITY
65
65
.B libuuid
66
66
is part of the util-linux package since version 2.15.1 and is available from
67
67
ftp://ftp.kernel.org/pub/linux/utils/util-linux/.
 
68
.na
68
69
.SH "SEE ALSO"
69
70
.BR uuid (3),
70
71
.BR uuid_clear (3),
74
75
.BR uuid_is_null (3),
75
76
.BR uuid_parse (3),
76
77
.BR uuid_unparse (3)
 
78
.ad