History log of /src/lib/libsys/fhopen.2 (Results 1 – 20 of 20)
Revision Date Author Comments
# 8dfc688a 20-Jul-2025 Rick Macklem <rmacklem@FreeBSD.org>

fhopen.2: Fix named_attribute man section

This is a content change.

Fixes: dedbb972d294 ("fhopen.2: Update man page for O_NAMEDATTR flag")


# dedbb972 10-Apr-2025 Rick Macklem <rmacklem@FreeBSD.org>

fhopen.2: Update man page for O_NAMEDATTR flag

This patch updates the man page for the O_NAMEDATTR flag.

Another man page that explains named attributes will
be introduced in a future commit.

This

fhopen.2: Update man page for O_NAMEDATTR flag

This patch updates the man page for the O_NAMEDATTR flag.

Another man page that explains named attributes will
be introduced in a future commit.

This is a content change.

Reviewed by: manpages (zaiee)
Fixes: 2ec2ba7e ("Add support for Solaris style extended attr")
Differential Revision: https://reviews.freebsd.org/D49718

show more ...


# 8269e767 14-Nov-2023 Brooks Davis <brooks@FreeBSD.org>

libsys: relocate implementations and manpages

Remove core system call implementations and documentation to lib/libsys
and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>.
Update paths

libsys: relocate implementations and manpages

Remove core system call implementations and documentation to lib/libsys
and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>.
Update paths to allow libc to find them in their new home.

Reviewed by: kib, emaste, imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/908

show more ...


# fa9896e0 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: two-line nroff pattern

Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/


# a1601503 30-Jun-2005 Hiten Pandya <hmp@FreeBSD.org>

Use 'manual page' instead of 'man page' for consistency.

Approved by: re (hrs)


# 57bd0fc6 27-Dec-2002 Jens Schweikhardt <schweikh@FreeBSD.org>

english(4) police.


# 2efeeba5 19-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: "The .Fa argument.".


# 2faeeff4 18-Dec-2002 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Tidy up the syscall language.

Stop calling system calls "function calls".

Use "The .Fn system call" a-la "The .Nm utility".

When referring to a non-BSD implementation in
the HISTOR

mdoc(7) police: Tidy up the syscall language.

Stop calling system calls "function calls".

Use "The .Fn system call" a-la "The .Nm utility".

When referring to a non-BSD implementation in
the HISTORY section, call syscall a function,
to be safe.

show more ...


# 0b50f330 31-Jul-2002 Chris Costello <chris@FreeBSD.org>

Grammar (`was' -> `were')


# 32eef9ae 01-Oct-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: Use the new .In macro for #include statements.


# d6002fef 31-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

Use ``.Rv -std'' wherever possible.

Submitted by: yar


# d013e3f5 13-Aug-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: s/NetBSD/.Nx/ where appropriate.


# 1d8ffb44 24-Jul-2001 Sheldon Hearn <sheldonh@FreeBSD.org>

Finish the sweep of changes that fix doubled 'the'.


# 5521ff5a 06-Jul-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).


# d0353b83 01-Feb-2001 Ruslan Ermilov <ru@FreeBSD.org>

mdoc(7) police: split punctuation characters + misc fixes.


# 25bb73e0 21-Apr-2000 Alexey Zelkin <phantom@FreeBSD.org>

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# c6ff3a1b 02-Mar-2000 Sheldon Hearn <sheldonh@FreeBSD.org>

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


# 2f64ff44 23-Dec-1999 Bruce Evans <bde@FreeBSD.org>

Fixed wrong #include in synopsis.


# 07181581 11-Sep-1999 Alfred Perlstein <alfred@FreeBSD.org>

Add FreeBSD history in 'HISTORY'

Pointed out by: obrien


# 6e5eff62 11-Sep-1999 Alfred Perlstein <alfred@FreeBSD.org>

Document fhopen, fhstat, and fhstatfs syscalls.

Obtained from: NetBSD