Skip to content

Commit bc550b0

Browse files
committed
Regenerate generated content
Rename man page to sysdir.3 (remove .man file extension)
1 parent 0541efa commit bc550b0

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ homepage = "https://github.com/artichoke/sysdir-rs"
1212
description = "Rust bindings to sysdir(3) on macOS, iOS, tvOS, and watchOS"
1313
keywords = ["app_dirs", "apple", "known-folder", "path", "sysdir"]
1414
categories = ["api-bindings", "filesystem", "no-std", "no-std::no-alloc", "os::macos-apis"]
15-
include = ["cext/**/*", "examples/**/*", "src/**/*", "tests/**/*", "LICENSE-*", "README.md", "sysdir.3.man"]
15+
include = ["cext/**/*", "examples/**/*", "src/**/*", "tests/**/*", "LICENSE-*", "README.md", "sysdir.3"]
1616

1717
[dependencies]
1818

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ task :manpage do
186186
man_io.close_read
187187
col_io.close_write
188188

189-
IO.copy_stream(col_io, 'sysdir.3.man')
189+
IO.copy_stream(col_io, 'sysdir.3')
190190
end
191191
end
192192
end

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ mod readme {}
110110
/// man page for `sysdir(3)`.
111111
///
112112
/// ```text
113-
#[doc = include_str!("../sysdir.3.man")]
113+
#[doc = include_str!("../sysdir.3")]
114114
/// ```
115115
#[cfg(any(doc, doctest))]
116116
pub mod man {}

src/sys.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// project carrying such notice may not be copied, modified, or distributed
1111
// except according to those terms.
1212

13-
/* automatically generated by rust-bindgen 0.65.1 */
13+
/* automatically generated by rust-bindgen 0.69.4 */
1414

1515
pub const PATH_MAX: u32 = 1024;
1616
#[repr(u32)]

sysdir.3.man renamed to sysdir.3

File renamed without changes.

0 commit comments

Comments
 (0)