From 6d3ff186da6f59d2164662ca5f1052219f1d92fd Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 21 Aug 2019 16:04:39 +0200 Subject: Update man pages - Add "see also" references - Make some adjustments as suggested by man-pages(7) - Clarify environment variable behaviour Signed-off-by: David Oberhollenzer --- doc/gensquashfs.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/gensquashfs.1') diff --git a/doc/gensquashfs.1 b/doc/gensquashfs.1 index 85c13d5..f2150cf 100644 --- a/doc/gensquashfs.1 +++ b/doc/gensquashfs.1 @@ -157,13 +157,19 @@ file /bin/bash 0755 0 0 file "/opt/my app/\\"special\\"/data" 0600 0 0 .fi .in -.SH ENVIRONEMNT VARIABLES +.SH ENVIRONMENT If the command line switch \fB\-\-defaults\fR is not used or no default mtime is specified, the value of the environment variable \fBSOURCE\_DATE\_EPOCH\fR is used for all file and filesystem timestamps. If \fBSOURCE\_DATE\_EPOCH\fR is not set, not a parsable number or it is out of range, the timestamps default to 0. + +Environment variables are only used if no explicit command line switches +are set. Explicit command line switches are always preferred over the +environment variables. +.SH SEE ALSO +rdsquashfs(1), tar2sqfs(1) .SH AUTHOR Written by David Oberhollenzer. .SH COPYRIGHT -- cgit v1.2.3