Module Name: xsrc
Committed By: wiz
Date: Fri Feb 11 14:43:01 UTC 2022
Modified Files:
xsrc/local/programs/xsetwallpaper: xsetwallpaper.1
Log Message:
Sort options. Use Lk.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 xsrc/local/programs/xsetwallpaper/xsetwallpaper.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/local/programs/xsetwallpaper/xsetwallpaper.1
diff -u xsrc/local/programs/xsetwallpaper/xsetwallpaper.1:1.1 xsrc/local/programs/xsetwallpaper/xsetwallpaper.1:1.2
--- xsrc/local/programs/xsetwallpaper/xsetwallpaper.1:1.1 Fri Feb 11 02:16:40 2022
+++ xsrc/local/programs/xsetwallpaper/xsetwallpaper.1 Fri Feb 11 14:43:01 2022
@@ -1,4 +1,4 @@
-.\" $NetBSD: xsetwallpaper.1,v 1.1 2022/02/11 02:16:40 uwe Exp $
+.\" $NetBSD: xsetwallpaper.1,v 1.2 2022/02/11 14:43:01 wiz Exp $
.\"
.\" Copyright (c) 2022 Jared D. McNeill <[email protected]>
.\" All rights reserved.
@@ -31,8 +31,8 @@
.Nd draw an image on the root window
.Sh SYNOPSIS
.Nm
-.Op Fl f Ar color
.Op Fl s
+.Op Fl f Ar color
.Ar file
.Sh DESCRIPTION
The
@@ -51,7 +51,8 @@ Scale the image instead of centering it.
.El
.Pp
Image formats are those supported by the STB image library.
-See http://nothings.org/stb
+See
+.Lk http://nothings.org/stb
.Sh SEE ALSO
.Xr xsetroot 1
.Sh HISTORY